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

autosave-control's .save-status-icon DOM element, so it may break if that plugin changes its class names.Search "Mobile Tab Bar" in Settings > Community plugins > Browse.
Download main.js, styles.css, manifest.json from Releases into .obsidian/plugins/mobile-tab-bar/.
npm install
npm run build
Output is main.js at repo root. Copy main.js, styles.css, manifest.json into your vault at .obsidian/plugins/mobile-tab-bar/ and reload Obsidian.
For development with auto-rebuild: npm run dev
Override CSS variables in a snippet:
.mtb-tab-bar {
background: var(--background-secondary);
border-radius: 8px;
}
.mtb-tab {
font-size: 11px;
padding: 0 8px;
}