Skip to content

Add a minimap to your Obsidian notes.

License

jpmoo/ObsidianMinimap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗺️ Note Minimap — A Minimap View for Obsidian Notes

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

✨ 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 Note Minimap in three ways:

1. From the Community Plugins Browser (Recommended!)

  • Open Obsidian
  • Go to SettingsCommunity Plugins
  • Disable Restricted Mode
  • Click Browse and search for Note Minimap
  • Click Install and then Enable

2. Manual Installation

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

3. Clone Directly (For Developers)

git clone https://github.com/YairSegel/ObsidianMinimap .obsidian/plugins/note-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 offset (for custom toolbars in the note)
  • Rendering methods

ℹ️ About Better Rendering

The new rendering method is using a semi-hidden note to get the full Markdown render. This is required because of Obsidian's (always on) lazy loading, and is can be noticed only by seeing the extra tabs in the right panel - those cannot be opened or closed manually, and instead are handled by the plugin. Better Rendering should significantly improve the consistency of fully loading the note, and it solves the flickering issue that was encountered by some.

📌 Limitations

  • Not optimized for extremely large notes yet
  • Uses workaround to render long notes because of Obsidian's lazy loading

💡 Ideas and Contributions

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

About

Add a minimap to your Obsidian notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 2.0%