Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Mobile Tab Bar

nnyjnnyj

Browser-style tab bar for switching between open notes on mobile.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

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

screenshot

Features

  • Scrollable tab bar when many notes are open
  • Tap to switch between open notes
  • Long-press to close a tab
  • Active tab auto-scrolls into view
  • Save indicator dot (green = saved, red = pending), requires autosave-control plugin (optional)
  • Mobile only, does not activate on desktop

Dependencies

  • autosave-control (optional): if installed, a colored dot appears next to the active tab name showing save state. Without it, the dot is hidden. The plugin reads autosave-control's .save-status-icon DOM element, so it may break if that plugin changes its class names.

Install

Community plugins (recommended)

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/.

Build

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

Customization

Override CSS variables in a snippet:

.mtb-tab-bar {
  background: var(--background-secondary);
  border-radius: 8px;
}
.mtb-tab {
  font-size: 11px;
  padding: 0 8px;
}
HealthExcellent
ReviewSatisfactory
About
Replace the title bar with a scrollable, browser-style tab row for switching between open notes on mobile. Tap tabs to switch, long-press to close, and auto-scroll the active tab into view. Show an optional save-status dot (green saved, red pending) when autosave-control is installed.
NavigationInterface
Details
Current version
1.0.1
Last updated
17 hours ago
Created
17 hours ago
Updates
2 releases
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
nnyjnnyjnnyj
GitHubnnyj
  1. Community
  2. Plugins
  3. Navigation
  4. Mobile Tab Bar

Related plugins

Dragger

Drag and drop any block (paragraphs, headings, lists, etc.) to rearrange content like Notion.

Hover Editor

Transform the Page Preview hover popover into a fully working editor instance.

Graph Banner

Display a local graph view to the note header

Disable Tabs

Disables having more than one tab open at a time.

Image Toolkit

Click images to preview with zoom, move, rotate, flip, invert, and copy.

Beautitab

Creates a customizable new tab view with beautiful backgrounds, quotes, search, and more.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.