赞
踩
支持 Markdown 语法的思维导图工具,可支持在线编写思维导图,或者在VS Code内编写思维导图
VS Code内使用
进入官网后,点击【Try it out】,可以在线绘制思维导图
然后就可以编写思维导图啦,是不是超级方便~~~
首先需要在 VS Code 内安装 markup 插件
markup 要求思维导图的后缀名为 .mm.md
,然后用 VS Code 打开就能编辑啦
先从官网的代码开始研究
# markmap ## Links - <https://markmap.js.org/> - [GitHub](https://github.com/gera2ld/markmap) ## Related - [coc-markmap](https://github.com/gera2ld/coc-markmap) - [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap) ## Features - links - **inline** ~~text~~ *styles* - multiline text - `inline code` - ```js console.log('code block'); ``` - Katex - $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
语法规则
感觉就是 Markdown 语法换了种表现形式,#
表示一级标题,##
表示二级标题。###
表示三级标题
emmm,然后疯狂用各种 Markdown 语法就完事了
在网页中导出 .html
格式和 .svg
格式
在 VS Code 内导出 .html
格式
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。