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

Markdown Minimap

NymboNymbo107 downloads

Add a minimap to your Markdown notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

Markdown Minimap adds a minimap panel inside your Obsidian editor pane, giving you a scaled-down visual overview of the entire note. Inspired by modern code editors, this plugin helps you navigate long Markdown files faster and with more spatial awareness.

Why this plugin?

Existing Obsidian minimap plugins lose functionality on long files — past a certain document length, the minimap stops being a usable scrollbar. Markdown Minimap is built specifically to handle long Markdown files correctly, with smooth scroll-with-document behavior similar to VS Code.

✨ Features

  • 🔎 Live minimap view of the current note - supports all view modes
  • 🖱️ Draggable viewport slider to scroll instantly
  • 🌓 Supports all themes
  • 💠 Automatically updates on scroll and content change
  • 🔁 Per-note toggle button in the note header
  • 📏 Resizes automatically with the pane

📸 Screenshot

Screenshot of Obsidian with active minimaps.

🚀 Getting Started

📦 Installation

You can install Markdown Minimap in three ways:

1. From the Community Plugins Browser (Recommended!)

  • Open Obsidian
  • Go to Settings → Community Plugins
  • Disable Restricted Mode
  • Click Browse and search for Markdown Minimap
  • Click Install and then Enable

2. Manual Installation

  • Download the latest release from GitHub Releases
  • Extract into your Obsidian .obsidian/plugins/markdown-minimap folder
  • Make sure the folder includes:
    • main.js
    • manifest.json
    • styles.css (optional)

3. Clone Directly (For Developers)


git clone https://github.com/Nymbo/Markdown-Minimap .obsidian/plugins/markdown-minimap

🧪 Usage

  1. Install & enable the plugin.
  2. Open any markdown note.
  3. A minimap will appear on the right edge of the editor.
  4. Scroll & write in the editor — the minimap updates live.
  5. Drag the slider in the minimap to jump to different parts of the note.
  6. Click the Toggle Minimap button in the upper-right corner of the pane to choose whether to show minimap.

⚙️ Settings

  • Adjustable minimap scale
  • Enable minimap by default
  • Opacity (separate for minimap and slider)
  • Top and bottom offsets (for custom toolbars, status bars, or bottom chrome)
  • Scrollbar gap
  • Minimum viewport highlight height
  • Center-on-click behavior

📌 Implementation Notes

Lazy loading workaround: Obsidian lazily loads long notes, which causes naive minimap implementations to render only the visible portion. Markdown Minimap uses a hidden-render technique (a duplicate view in the right panel) to capture the full document structure. This is what allows long files to render correctly.

Development

Markdown Minimap is built from TypeScript source in src/main.ts.

npm install
npm run build

Use npm run dev to watch and rebuild main.js during local development.

💡 Ideas and Contributions

Contributions, bug reports, and feature requests are welcome!   Feel free to open an issue or submit a pull request.

Credits

Markdown Minimap is initially based on YairSegel/ObsidianMinimap, distributed under the MIT License.

81%
HealthExcellent
ReviewSatisfactory
About
Add a live minimap panel to the editor that provides a scaled-down visual overview of the entire note and updates instantly as you edit. Drag the viewport slider to jump or scroll quickly, toggle the minimap per note from the header, and navigate very long Markdown files reliably with smooth, pane-aware behavior and theme support.
NavigationVisualization
Details
Current version
1.2.3
Last updated
2 weeks ago
Created
2 weeks ago
Updates
5 releases
Downloads
107
Compatible with
Obsidian 1.8.10+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
NymboNymbonymbo
www.nymbo.net/
GitHubnymbo
huggingface.co
GitHubNymbo
  1. Community
  2. Plugins
  3. Navigation
  4. Markdown Minimap

Related plugins

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Strange New Worlds

Reveal networked thought and the strange new worlds created by your vault.

Graph Banner

Display a local graph view to the note header

Map View

An interactive map view for your notes.

Notebook Navigator

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

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Homepage

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

Recent Files

Display a list of recently opened files.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.