Mobile Tab Bar

approved

by nnyj

Browser-style tab bar for switching between open notes on mobile. - This plugin has not been manually reviewed by Obsidian staff.

135 downloadsUpdated 1mo agoMIT

obsidian-mobile-tab-bar

Stars Downloads Latest Release Build

Browser-style tab bar for switching between open notes on Obsidian mobile. Replaces the title bar with a scrollable row of tabs. Desktop is unaffected.

Mobile Tab Bar

Features

  • Scrollable row of tabs when multiple notes are open
  • Tap to switch, long-press to close
  • Active tab auto-scrolls into center view
  • Optional save indicator dot (green = saved, red = pending), requires autosave-control

[!NOTE] The save dot reads .save-status-icon from autosave-control's DOM and may break if that plugin changes its class names.

Install

Search "Mobile Tab Bar" in Settings > Community plugins > Browse.

Manual: download main.js, styles.css, manifest.json from Releases into .obsidian/plugins/mobile-tab-bar/.

Customization

Override CSS classes in a snippet:

.mtb-tab-bar { background: var(--background-secondary); border-radius: 8px; }
.mtb-tab     { font-size: 11px; padding: 0 8px; }

Build

npm install
npm run build   # output: main.js
npm run dev     # watch mode

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.