Waldemar42 downloadsAdds a command to replace the current tab with an empty page, the same screen shown when opening a new tab.
Adds a single command to Obsidian's Command Palette that replaces the current tab with an empty page — the same screen you see when opening a brand new tab (Ctrl/Cmd + T).
Ctrl/Cmd + P).main.js, manifest.json, and styles.css from the latest release.<YourVault>/.obsidian/plugins/empty-tab/.The plugin calls workspace.getLeaf(false) to get the currently active leaf, then setViewState({ type: 'empty' }) to switch it to Obsidian's built-in empty view. No files are read, written, or deleted, and the plugin makes no network requests.
Found a bug or have a feature request? Open an issue in this repository.