Skip to content

v1.2.6

Choose a tag to compare

@MarkMindCkm MarkMindCkm released this 23 Dec 06:02
93d0744
  1. add more options of canvas size in setting tab
  2. optimize the logic of the pop-up node setting box
  3. support export mindmap to html , use ctrl + p , then you can find export to html command , notice :
  • not support blank link
  • not suport ![[svg/pdf/mp4]] , only support ![[png/jpg]] in node , image in mindmap must be local
  • support export mathematical formul
  • not support mobile
  • If the map is too large, it cannot be exported , max size is 16384 * 16384 (px)

  1. 在设置页,对画布尺寸增加更多选项
  2. 优化编辑节点时 弹出节点设置的逻辑
  3. 支持导出思维导图为html , 其本质是一张图片 , 你可以使用 ctrl + p 调出命令界面,在其中可以找到 导出思维导图为html 命令,注意有以下要求:
  • 不支持空链接
  • 节点中目前只支持 ![[png/jpg]] 等图片,图片要求是本地的,不支持其他的,比如 ![[pdf/svg]] 之类的
  • 支持导出公式
  • 对移动端支持不太好,最好在电脑端使用
  • 如果导图过大,也无法导出,因为canvas 支持最大面积为 16384 * 16384 (px)

1234