alberti421k downloadsMinimizes the app window to an icon after closing the last open pane
This plugin for Obsidian minimizes the application window to the dock or taskbar when all open panes are closed. This behavior is particularly standard on macOS and can now be optionally applied across all platforms.
Either copy the link obsidian://show-plugin?id=minimize-on-close into your browser or follow the instructions below:
Settings > Community Plugins > Browse.Install, then Enable.main.js and manifest.json files.main.js and manifest.json to a new folder in your vault's .obsidian/plugins/ directory (e.g., .obsidian/plugins/minimize-on-close).Settings > Community Plugins.Clone this repository or download the source code.
Run the following commands to install the necessary dependencies and build the plugin. The build process will generate the main.js and manifest.json files inside the /dist subfolder within the repository directory:
npm install
npm run build
Settings > Minimize on Close.By default, the plugin mimics macOS behavior, minimizing the Obsidian window when all panes are closed. This provides a consistent experience for Mac users.
Feel free to open an issue or submit a pull request if you encounter any bugs or have suggestions for improvement!
This project is licensed under the MIT License.
I would be grateful for any donation to support the development of this plugin.
Feel free to contribute to the development of this plugin or report any issues in the GitHub repository.