Tidy Tabs

approved

by 假面的爵士

Keep only the current tab, closing every other tab across all split panes. - This plugin has not been manually reviewed by Obsidian staff.

32 downloadsUpdated 18d agoMIT

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

CommandDescription
Keep only the current tabCloses all main-area tabs except the active one.

Settings

  • Keep pinned tabs — when enabled (default), pinned tabs are kept open.

Installation

Manual

  1. Download main.js and manifest.json.
  2. Copy them into <vault>/.obsidian/plugins/tidy-tabs/.
  3. 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.