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 |
v3.3.1
- fix support some non-standard markdown lists, such as only a
-inmarkdownmode - fix support use color list in setting tab to create node link line
- fix copy and paste text bug in a select node
- fix export mindmap as a pdf in
markdownmode #1007 - fix some render bug in markdown bug
v3.3.2
- fix save data bug in markdown mode
- fix parse table data error in markdown mode
- fix non-standard markdown lists bug
Rich mode Support outline,you can see v3.1.3
If you have purchased the activation code of v2 version before, you only need to make up the difference of $4 to upgrade the v3 version, and the difference will be automatically calculated for you when you buy it again.
The independent version of Markmind 0.1.4 has also been updated. Download
重要更新,用户一直希望出一个 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 |
最新版本视频教程 https://www.bilibili.com/video/BV1LYhwzxETY/?spm_id_from=333.1387.homepage.video_card.click
v3.3.1
- 修复在新 markdown 模式中 解析 markdown 语法的问题,尤其是某些不标准的无序列表,比如只有一个
- - 修复支持设置里设置颜色列表,用于生成节点之间的连线颜色,比如 颜色列表为
yellow,red,green等,连线颜色将按照这个顺序生成 - 修复在节点 粘贴文本的问题
- 修复 markdown 模式下导出 pdf 的问题, #1007
- 修复 markdown 模式下某些渲染问题
v3.3.2
- markdown 模式修复保存markdown 数据问题
- 修复markdown 模式解析列表表格问题
- 修复非标准表格的解析问题