Tidy Tabs
approvedby 假面的爵士
Keep only the current tab, closing every other tab across all split panes. - This plugin has not been manually reviewed by Obsidian staff.
Tidy Tabs
Keep only the current tab in Obsidian.
One command that closes every other tab in the main area, across all split panes — not just within the tab group you're focused on.
Obsidian's built-in "Close others in tab group" (Cmd/Ctrl+Shift+W) only closes tabs in the current tab group. When you have the main area split into several panes, tabs in the other panes stay open. Tidy Tabs closes them all, leaving exactly one tab: the one you're looking at.
Command
| Command | Description |
|---|---|
Keep only the current tab | Closes all main-area tabs except the active one. |
Settings
- Keep pinned tabs — when enabled (default), pinned tabs are kept open.
Installation
Manual
- Download
main.jsandmanifest.json. - Copy them into
<vault>/.obsidian/plugins/tidy-tabs/. - Enable "Tidy Tabs" in Settings → Community plugins.
Development
npm install
npm run build # typecheck + bundle to main.js
npm run dev # watch mode
Copy main.js and manifest.json into your vault's .obsidian/plugins/tidy-tabs/ folder to load it.
License
MIT
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.