You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Intended to use event emitters to pass status message updates back to main module rather than write directly to statusBarItem here,
// but encountered issues with using event the `app.on` syntax provided in Obsidian API, so writing directly to the statusBar for now to solve the problem.