# πŸ—ΊοΈ 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.](/screenshot.png) ## πŸš€ Getting Started ### πŸ“¦ Installation You can install Note 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 `Note Minimap` - Click `Install` and then `Enable` #### 2. Manual Installation - Download the latest release from [GitHub Releases](https://github.com/YairSegel/ObsidianMinimap/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) ```bash 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) ## πŸ“Œ Limitations - Doesn't have settings yet - Doesn't support custom themes yet - 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](https://github.com/YairSegel/ObsidianMinimap/issues) or submit a pull request.