Skip to content

TaylorJadin/close-window-when-empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Close Window When Empty

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.

Usage

Toggle the plugin on in the Community Plugins section of the Obsidian settings.

Dev

Install dependencies

npm install

Compile the typescript

npx tsc