Jordan Duabe55 downloadsShows numbered badges (1-8) on tabs when holding Ctrl/Cmd for quick keyboard navigation.

Displays numbered badges (1-8) on Obsidian tabs when Ctrl or Cmd is held. This plugin complements the default Obsidian keyboard shortcuts for switching tabs (Ctrl/Cmd 1-8, 9 selects the last tab) by adding tab number 'hints'. When working with split panes, each split will have its own tab sequence and tab numbers will only be displayed on the currently active (split) pane.

The badge text and background color can be customized via the plugin settings.
Manual installation is currently the only supported method.
Download the plugin files from the latest release on GitHub
main.js, manifest.json, and styles.css files.Copy files to your vault's plugin directory:
main.js, manifest.json, and styles.css to:/path/to/your/vault/.obsidian/plugins/tab-numbers/
Reload Obsidian:
app.commands.executeCommandById('app:reload')Enable the plugin:
# Install dependencies
pnpm install
# Start development build (watch mode)
pnpm run dev
# Production build
pnpm run build
To test the plugin during development:
Build the plugin:
pnpm run build
Copy files to your test vault:
main.js, manifest.json, and styles.css to:/path/to/your/vault/.obsidian/plugins/tab-numbers/
Reload Obsidian:
app.commands.executeCommandById('app:reload')Enable the plugin: