假面的爵士32 downloadsKeep only the current tab, closing every other tab across all split panes.
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 | Description |
|---|---|
Keep only the current tab |
Closes all main-area tabs except the active one. |
main.js and manifest.json.<vault>/.obsidian/plugins/tidy-tabs/.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.
MIT