# Import XMind **Repository Path**: asdasd1dsadsa/import-xmind ## Basic Information - **Project Name**: Import XMind - **Description**: 简易工具:分析、转换XMind思维导图中的数据结构。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XMind 思维导图 Import 转换器 本项目仍在开发。目前 0.0.0 版本可以导入 XMind 2020 的树图,并支持一定的查询功能。 ## 效果预览 ![效果预览](XMindImport.png) ## 安装本程序包 只需执行 ```mathematica PacletInstall["XMindImport", "Site" -> "https://gitee.com/asdasd1dsadsa/import-xmind/raw/master/"] ``` ## 加载本程序包 只需执行 ```mathematica << XMindImport` ``` ## 使用本程序包 加载本程序包后,`Import` 将支持导入 `"XMind"` 格式。未指定导入的元素时,默认导入为 `Graph` 。 ```mathematica Import[file, "XMind"] Import[file, {"XMind", "Elements"}] Import[file, {"XMind", "Tree"}] Import[file, {"XMind", "Tree", "Any"}] ```