xmindify
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseXMindify 思维导图生成器
XMindify Mind Map Generator
工作流程
Workflow
执行步骤
Execution Steps
- 确定场景 - 根据用户意图选择预设模板或自动生成
- 生成 XMindMark - 严格按照 SYNTAX.md 语法创建 文件
.xmindmark - 语法检查 - 检查 XMindMark 文件是否符合语法规范,不规范要修改直到规范为止
- 转换导出 - 使用 CLI 转换为 XMind 和 SVG
- Determine Scenario - Select preset templates or generate automatically based on user intent
- Generate XMindMark - Strictly follow the syntax in SYNTAX.md to create files
.xmindmark - Syntax Check - Check if the XMindMark file complies with syntax specifications, modify it until it meets the requirements if not
- Conversion & Export - Use CLI to convert to XMind and SVG formats
场景路由
Scenario Routing
根据用户需求选择合适的场景模板:
| 用户意图 | 场景文件 | 触发关键词 |
|---|---|---|
| 分析学术论文 | paper.md | 论文、学术、research、paper |
| 总结长篇内容 | summary.md | 总结、提炼、梳理、要点 |
| 创意构思/发散思维 | brainstorm.md | 头脑风暴、创意、想法、方案 |
| 问题分析/决策 | analysis.md | 分析、问题、决策、对比 |
| 项目规划 | project.md | 项目、计划、规划、roadmap |
| 无特定场景 | 自动生成 | 根据内容智能推断 |
当用户需求不匹配预设场景时:
- 提取中心主题 - 从用户输入中识别核心话题
- 分析内容结构 - 识别关键维度和层次关系
- 智能组织 - 根据内容类型自动选择最佳组织方式(时间、类别、优先级等)
- 添加视觉元素 - 适当使用边界分组、关联连接、总结节点
Select the appropriate scenario template based on user needs:
| User Intent | Scenario File | Trigger Keywords |
|---|---|---|
| Analyze academic papers | paper.md | paper, academic, research, paper |
| Summarize long-form content | summary.md | summarize, refine, organize, key points |
| Creative ideation/divergent thinking | brainstorm.md | brainstorm, creativity, idea, solution |
| Problem analysis/decision making | analysis.md | analyze, problem, decision, comparison |
| Project planning | project.md | project, plan, roadmap, planning |
| No specific scenario | Automatic generation | Intelligently infer based on content |
When user needs do not match preset scenarios:
- Extract Central Topic - Identify the core topic from user input
- Analyze Content Structure - Recognize key dimensions and hierarchical relationships
- Intelligent Organization - Automatically select the best organization method (time, category, priority, etc.) based on content type
- Add Visual Elements - Appropriately use boundary grouping, relationship connections, and summary nodes
XMindMark 转换命令
XMindMark Conversion Commands
使用 npm 或 pnpm 安装 Xmindmark CLI:
npm install -g xmindmark检查 Xmindmark CLI 是否已安装:
bash
xmindmark --version如果已经安装,使用下面的脚本转换并导出为 XMind 和 SVG 格式:
bash
undefinedInstall Xmindmark CLI using npm or pnpm:
npm install -g xmindmarkCheck if Xmindmark CLI is installed:
bash
xmindmark --versionIf already installed, use the following scripts to convert and export to XMind and SVG formats:
bash
undefined转换为 XMind 文件
Convert to XMind file
xmindmark -f xmind topic.xmindmark
xmindmark -f xmind topic.xmindmark
转换为 SVG 图片
Convert to SVG image
xmindmark -f svg topic.xmindmark
- 可以使用 `-o` 参数指定输出目录xmindmark -f svg topic.xmindmark
- You can use the `-o` parameter to specify the output directory全局规则
Global Rules
- 遵守语法规范 - 必须严格遵守 SYNTAX.md 语法规范,生成前后都需要进行检查,不规范要修改直到规范为止
- 简洁优先 - 思维导图用于提炼要点,不是复制全文
- 层次清晰 - 中心主题 → 主分支 → 子分支 → 细节
- 逻辑分组 - 使用边界 将相关概念归类
[B] - 关键连接 - 仅用 1-2 个关联标记最核心的逻辑关系
- 总结提炼 - 使用 汇总关键结论或局限性
[S]
- Comply with Syntax Specifications - Must strictly follow the syntax in SYNTAX.md, check before and after generation, modify until it meets the requirements if not
- Conciseness First - Mind maps are for extracting key points, not copying the full text
- Clear Hierarchy - Central Topic → Main Branch → Sub-branch → Details
- Logical Grouping - Use boundary to categorize related concepts
[B] - Key Connections - Use only 1-2 relationships to mark the most core logical connections
- Summary & Refinement - Use to summarize key conclusions or limitations
[S]
关联 (Relationship) 使用限制
Relationship Usage Restrictions
- 最多使用 2 个连接对 - 即最多使用 /
[1]和[^1]/[2][^2] - 只连接最重要的因果关系(如:洞察→贡献、挑战→解决方案)
- 避免过度使用关联,保持思维导图清晰
- Maximum 2 connection pairs - i.e., maximum use of /
[1]and[^1]/[2][^2] - Only connect the most important causal relationships (e.g., insight → contribution, challenge → solution)
- Avoid overusing relationships to keep the mind map clear
边界 (Boundary) 使用限制
Boundary Usage Restrictions
- 最多使用 2 个边界 - 即最多使用 /
[B1][B2] - 只使用边界分组最重要的概念(如:概念1、概念2、概念3)
- 尽量不用嵌套的边界(如:)
[B1][B2]
- Maximum 2 boundaries - i.e., maximum use of /
[B1][B2] - Only use boundaries to group the most important concepts (e.g., concept 1, concept 2, concept 3)
- Try not to use nested boundaries (e.g., )
[B1][B2]
结构规范
Structure Specifications
- 每个主分支控制在 3-7 个子节点
- 层级深度不超过 4 层
- 使用 将相关节点逻辑分组
[B] - 使用 创建可展开的总结节点
[S]
- Control each main branch to 3-7 child nodes
- Hierarchy depth does not exceed 4 levels
- Use to logically group related nodes
[B] - Use to create expandable summary nodes
[S]
语法规范
Syntax Specifications
- 必须严格遵守 SYNTAX.md 语法规范,生成前后都需要进行检查,不规范要修改直到规范为止
- 1 Tab = 4 空格
- 标记后不能有空格(在主题内容后)
[] - 同级子主题之间的空行会被忽略
- Must strictly follow the syntax in SYNTAX.md, check before and after generation, modify until it meets the requirements if not
- 1 Tab = 4 spaces
- No spaces after markers (after topic content)
[] - Blank lines between sibling sub-topics will be ignored