Empty Tab
approvedby Waldemar
Adds a command to replace the current tab with an empty page, the same screen shown when opening a new tab. - This plugin has not been manually reviewed by Obsidian staff.
Empty 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).
Usage
- Open the Command Palette (
Ctrl/Cmd + P). - Run Empty Tab: Empty current tab.
- The active tab is cleared to the empty state. The tab itself stays open, nothing is closed or removed from history.
Installation
From Community Plugins (once approved)
- Open Settings → Community plugins → Browse.
- Search for "Empty Tab".
- Select Install, then Enable.
Manual install
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Copy them into
<YourVault>/.obsidian/plugins/empty-tab/. - Reload Obsidian and enable Empty Tab under Community plugins.
How it works
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.
Support
Found a bug or have a feature request? Open an issue in this repository.
License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.