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 menus
the markdown mode support almost all MD formats to be converted into mind maps , you can down load test.md test.md
The mode also suppot set layout in file property , you can add mindmap-layout or mindmap-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 code block bug in markdown mode
- fix boundary bug due to delete node in rich mode
- fix summary bug due to delete node in rich 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 |
- 修复markdown模式下代码块的问题
- 修复rich 模式下,删除节点导致外框无法撤销的问题
- 修复 rich 模式下,删除节点导致的总结无法撤销的问题