nnyj183 downloadsBrowser-style tab bar for switching between open notes on mobile.
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.

[!NOTE] The save dot reads
.save-status-iconfrom autosave-control's DOM and may break if that plugin changes its class names.
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/.
Override CSS classes in a snippet:
.mtb-tab-bar { background: var(--background-secondary); border-radius: 8px; }
.mtb-tab { font-size: 11px; padding: 0 8px; }
npm install
npm run build # output: main.js
npm run dev # watch mode