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.

You can install Note Minimap in three ways:
Settings → Community PluginsBrowse and search for Note MinimapInstall and then Enable.obsidian/plugins/minimap foldermain.js
- manifest.json
- styles.css (optional)
git clone https://github.com/YairSegel/ObsidianMinimap .obsidian/plugins/note-minimap
Toggle Minimap button in the upper-right corner of the pane to choose whether to show minimap.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.
Contributions, bug reports, and feature requests are welcome! Feel free to open an issue or submit a pull request.