Tidy Tabs

by 假面的爵士
5
4
3
2
1
Score: 50/100

Description

Reviews

No reviews yet.

Stats

0
stars
28
downloads
0
forks
10
days
10
days
10
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
4
commits

README file from

Github

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

  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