- Notifications
You must be signed in to change notification settings - Fork14
NotInWine/xmind-to-md
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- XMind思维导图转Markdown文本
- Processon的.pos格式 思维导图转Markdown文本
建议使用第二种方式。解析XMind使用的xmindjbehaveplugin组件暂时不支持最新版本文件的格式
packagecom.yxy.demo;importcom.yxy.to.md.XMindToMd;importjava.io.IOException;publicclassMain {privateMain() { }publicstaticvoidmain(String[]args)throwsIOException {// xmindToMdUtils.toMD("C:\\Users\\yangchao\\Downloads\\Redis-test.xmind",i ->System.out.print(i.toString()) );// posToMdUtils.toMD("C:\\Users\\yangchao\\Downloads\\Redis.pos",i ->System.out.print(i.toString()) ); }}
- 超链接
- 图片
- 多层级主题
- 多行主题转列表
- 标签(Labels)
- 需要有文件目录的写权限
因为需要解压XMind文件读取内部xml - 暂时不支持读取remark
因为解析遇到点问题,有会的朋友欢迎push一下。或者留言。不胜感谢๑乛◡乛๑