taylorjadin347 downloadsClose the window when the last note is closed, kind of how browsers work.
This plugin closes the Obsidian window when the last note is closed, in order to match how tabs in browsers work. On macOS, when the window is closed the application will stay running, but on Windows and Linux the application will quit, again kind of how browsers work.
Toggle the plugin on in the Community Plugins section of the Obsidian settings.
Install dependencies
npm install
Build for testing with logging enabled
npm run dev
Build for release
npm run build