This repository contains a plugin for Obsidian for viewing Markdown notes as Mind Maps using Markmap.
A similar plugin is available for Visual Studio Code.
This project is fork from lynchjames/obsidian-mind-map, so what's new?
I add a settings to keeping the position and scale of the mindmap svg when you edit the some markdown file:
If you don't need this feature, you can close(turn the Readapt all the time
to on
) it on the settings:
So if you tune the button up, you will get the same experience of the origin plugin:
- Download the latest release
- Extract the obsidian-enhancing-mindmap folder from the zip to your vault's plugins folder: /.obsidian/plugins/
- Note: On some machines the .obsidian folder may be hidden. On MacOS you should be able to press Command+Shift+Dot to show the folder in Finder.
- Run:
npm install
andnpm run build
onthe folder of the project. - Reload Obsidian If prompted about Safe Mode, you can disable safe mode and enable the plugin.