The Markmind plugin is an advanced tool for creating mind maps, outlines, and PDF annotations within Obsidian. It offers two modes: 'Basic' for simple mind maps and outlines, and 'Rich' for enhanced features such as summaries, boundaries, and linked nodes. Users can embed mind maps within markdown files, convert outlines to tables, and export their maps as images or PDFs. The plugin also provides extensive PDF annotation capabilities, allowing users to highlight text, add comments, and link annotations to mind map nodes.
important update* First, backup your vault or use a test vault, set up canvas size to max in setting tab
add a new mode to turn md to mindmap, the step is
right click a normal md , click
create a mindmap from mdmenu , it will create amd-mindmap.mdin your vault (Recommended )or you can add file property
mindmap-plugin,the value ismarkdown, then click 'open as mindmap' inmore menusthe
markdownmode support almost all MD formats to be converted into mind maps , you can down load test.md test.mdThe mode also suppot set layout in file property , you can add
mindmap-layoutormindmap-layout-direct,
mindmap layout and direct support
|layout|direct|
|-|-|
|mindmap2|right , left or mindmap |
|mindmap6 | right , left , or mindmap|
|tree| up,down|
fish|right,left|
- fix #1011
- fix #1010 , the current unified operation method for all modes of the mindmapmap is to click on the link and switch the map in self tab. If you hold down Ctrl, the tab will be split
- fix parse markdown , now you can add a
^idto collapse node inmarkdownmode
if you open this item in setting tab
when you collapse node , the line data will add a node id , and it start with ^mark-id
- fix
tabbug - fix save data bug due to read mode
重要更新,用户一直希望出一个 md 完全转为导图的模式,尽量保留全部文字,而不是需要像 basic 模式那样,要求必须符合一定的模式才行,首先备份您的库文件,设置里面画布大小设置到最大
现在新增一个新的模式,有 2 中方法使用,
- 右击一个普通的 md ,点击
从 md 生成思维导图菜单,这将在您的库中新建一个 以md-mindmap.md结尾的md 文件,并且自动打开为 导图 - 或者在普通的 md 添加文件属性
mindmap-plugin,属性值为markdown,然后重新打开这个 md ,也可以转为导图
建议使用第1种方式,可以保留你的原来的 md ,而导图操作都在 md-mindmap.md 上,不会影响你的原来的md,下载测试文件 测试文件
这个模式也支持在文件属性设置布局,比如添加 mindmap-layout 和 mindmap-layout-direct 这两个文件属性
|布局名称|布局方向|
|-|-|
|mindmap2|right , left or mindmap |
|mindmap6 | right , left , or mindmap|
|tree| up,down|
fish|right,left|
- 修复 #1011
- 修复 #1010 , 现在统一了所有模式操作方法,点击双链会在自己的窗口切换导图,只有按住 ctrl ,点击双链才会分割窗口
- 修复 解析 markdown 的问题 , 现在你可以在列表最后添加一个引用标志(obsidian支持这种语法)
^id, 在 markdown 模式下导图节点会显示为折叠状态,同时如果你手动折叠其他节点,如果在设置里打开了
则自动添加一个以 ^mark-id 结尾的标志
- 修复
tab键的问题 - 修复只读模式在某些情况下,导致保存数据失败的问题
https://github.com/user-attachments/assets/3d9d6ab4-4416-4852-b145-1f6445d64907