mindmap
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMind Map Diagram Generator
思维导图生成器
Quick Start: Start with -> define root and branches with or markers -> optionally set branch side, direction, and styles -> wrap in fence.
@startmindmap*+/-```plantuml⚠️ IMPORTANT: Always useor```plantumlcode fence. NEVER use```puml— it will NOT render as a diagram.```text
快速入门:以开头 -> 使用或标记定义根节点和分支 -> 可选择性设置分支方向、位置和样式 -> 用代码块包裹内容。
@startmindmap*+/-```plantuml⚠️ 重要提示:请始终使用或```plantuml代码块。绝对不要使用```puml——这样无法渲染为图表。```text
Critical Rules
核心规则
- Every diagram starts with and ends with
@startmindmap@endmindmap - Each hierarchy level is represented by repeating markers:
- style:
*(root),*(level 1),**(level 2)*** - style:
+/-grows left branch,+grows right branch-
- Keep one marker style consistent in the same local branch (do not randomly mix indentation styles)
- Use to switch subsequent branches to the left side of the root
left side - Use direction keywords when needed:
top to bottom directionright to left direction
- Multi-line node content must use block syntax:
**:Line 1\nLine 2;
- For quick color coding, use inline node color:
*[#Orange] Root**[#lightgreen] Child
- For reusable themes, define and apply stereotypes like
<style><<green>> - Rich text/Creole and icon syntax are supported inside node text (see examples)
- 每个图表都必须以开头,
@startmindmap结尾@endmindmap - 每个层级通过重复标记来表示:
- 样式:
*(根节点)、*(一级子节点)、**(二级子节点)*** - 样式:
+/-生成左侧分支,+生成右侧分支-
- 在同一局部分支中保持标记样式一致(不要随意混合缩进样式)
- 使用将后续分支切换到根节点的左侧
left side - 必要时使用方向关键字:
- (从上到下方向)
top to bottom direction - (从右到左方向)
right to left direction
- 多行节点内容必须使用块语法:
**:Line 1\nLine 2;
- 如需快速颜色编码,使用内联节点颜色:
*[#Orange] Root**[#lightgreen] Child
- 如需可复用主题,定义并应用类似
<style>的构造型<<green>> - 节点文本内支持富文本/Creole语法和图标(详见示例)
Node Syntax Cheat Sheet
节点语法速查表
| Pattern | Meaning | Example |
|---|---|---|
| Root node with star syntax | |
| First-level child | |
| Deeper hierarchy | |
| Root node with +/- syntax | |
| Branch expanding on one side | |
| Branch expanding on opposite side | |
| Boxless/minimal child node | |
| Alternative root marker style | |
| Multi-line block node | |
| 模式 | 含义 | 示例 |
|---|---|---|
| 星号语法的根节点 | |
| 一级子节点 | |
| 更深层级节点 | |
| +/-语法的根节点 | |
| 单侧扩展分支 | |
| 对侧扩展分支 | |
| 无边框/极简子节点 | |
| 替代根节点标记样式 | |
| 多行块节点 | |
Branch Side and Direction
分支位置与方向
| Control | Syntax | Use Case |
|---|---|---|
| Left-side split | | Split map into left/right groups from root |
| Top-to-bottom | | Tree-like vertical hierarchy |
| Right-to-left | | RTL reading flow or mirrored layouts |
| 控制项 | 语法 | 使用场景 |
|---|---|---|
| 左侧分支切换 | | 将思维导图从根节点处拆分为左右两组 |
| 从上到下 | | 类树形垂直层级结构 |
| 从右到左 | | 从右到左阅读流或镜像布局 |
Styling Options
样式选项
| Method | Syntax | Best For |
|---|---|---|
| Inline node color | | Fast per-node emphasis |
| Reusable class style | | Consistent visual themes |
| Depth-based style | | Global formatting by hierarchy depth |
| Node/arrow global style | | Unified typography and connectors |
| 方法 | 语法 | 最佳用途 |
|---|---|---|
| 内联节点颜色 | | 快速突出单个节点 |
| 可复用类样式 | | 保持视觉主题一致性 |
| 基于层级的样式 | | 按层级全局格式化 |
| 节点/箭头全局样式 | | 统一排版和连接线样式 |
Recommended Color Palettes
推荐调色板
Pick a palette that matches the map's purpose. Use inline for quick coloring or define classes for reuse.
[#hex]<style>选择与思维导图用途匹配的调色板。使用内联快速上色,或定义类实现复用。
[#hex]<style>General-Purpose (Pastel)
通用款(马卡龙色)
| Role | Hex | Preview | Usage |
|---|---|---|---|
| Root | | 🔵 | Central topic |
| Branch A | | 🟢 | Category / group 1 |
| Branch B | | 🔵 | Category / group 2 |
| Branch C | | 🟣 | Category / group 3 |
| Branch D | | 🟡 | Category / group 4 |
| Leaf | | ⚪ | Detail nodes |
| 角色 | 十六进制码 | 预览 | 用途 |
|---|---|---|---|
| 根节点 | | 🔵 | 核心主题 |
| 分支A | | 🟢 | 分类/组1 |
| 分支B | | 🔵 | 分类/组2 |
| 分支C | | 🟣 | 分类/组3 |
| 分支D | | 🟡 | 分类/组4 |
| 叶子节点 | | ⚪ | 细节节点 |
Status / RAG
状态类(RAG)
| Status | Hex | Usage |
|---|---|---|
| Done / OK | | Completed, healthy |
| In Progress | | Active, warning |
| Blocked / Risk | | Issue, danger |
| Not Started | | Pending, neutral |
| 状态 | 十六进制码 | 用途 |
|---|---|---|
| 已完成/正常 | | 已完成、健康状态 |
| 进行中 | | 活跃中、警告状态 |
| 阻塞/风险 | | 问题、危险状态 |
| 未开始 | | 待处理、中性状态 |
Warm Corporate
暖色调企业风
| Role | Hex |
|---|---|
| Root | |
| Level 1 | |
| Level 2 | |
| Level 3 | |
| 角色 | 十六进制码 |
|---|---|
| 根节点 | |
| 一级节点 | |
| 二级节点 | |
| 三级节点 | |
Cool Tech
冷色调科技风
| Role | Hex |
|---|---|
| Root | |
| Level 1 | |
| Level 2 | |
| Level 3 | |
| 角色 | 十六进制码 |
|---|---|
| 根节点 | |
| 一级节点 | |
| 二级节点 | |
| 三级节点 | |
Earth Tone
大地色系
| Role | Hex |
|---|---|
| Root | |
| Level 1 | |
| Level 2 | |
| Level 3 | |
Tip: Avoid pure saturated colors (,#FF0000) — they reduce readability. Prefer soft/muted tones for backgrounds and reserve bold colors for the root only.#00FF00
| 角色 | 十六进制码 |
|---|---|
| 根节点 | |
| 一级节点 | |
| 二级节点 | |
| 三级节点 | |
提示:避免使用纯饱和色(如、#FF0000)——它们会降低可读性。背景色优先选择柔和色调,仅为根节点保留醒目颜色。#00FF00
Mind Map Patterns
思维导图模式
| Pattern | Purpose | Example |
|---|---|---|
| Basic Hierarchy | Topic decomposition and study outlines | basic-hierarchy.md |
| Bilateral Layout | Pros/cons, options vs risks, two-side analysis | bilateral-layout.md |
| Boxless Branches | Lightweight secondary nodes and annotations | boxless-branches.md |
| Styled Theme | Color-coded branches and reusable classes | styled-theme.md |
| Direction Control | Vertical or RTL reading direction | direction-control.md |
| Rich Text Content | Detailed notes with icons and formatting | rich-text-content.md |
| Project Planning | Work breakdown and action map | project-planning.md |
| 模式 | 用途 | 示例 |
|---|---|---|
| 基础层级结构 | 主题分解和学习大纲 | basic-hierarchy.md |
| 双侧布局 | 优缺点对比、选项与风险分析、双向评估 | bilateral-layout.md |
| 无边框分支 | 轻量级次级节点和注释 | boxless-branches.md |
| 主题样式 | 颜色编码分支和可复用类 | styled-theme.md |
| 方向控制 | 垂直或从右到左阅读方向 | direction-control.md |
| 富文本内容 | 包含图标和格式的详细笔记 | rich-text-content.md |
| 项目规划 | 工作分解和行动导图 | project-planning.md |
Quick Example
快速示例
plantuml
@startmindmap
* Product Launch
** Goals
*** Revenue
*** User Growth
left side
** Risks
*** Timeline Slip
*** Budget Overrun
right to left direction
** Channels
*** Content
*** Ads
@endmindmapplantuml
@startmindmap
* Product Launch
** Goals
*** Revenue
*** User Growth
left side
** Risks
*** Timeline Slip
*** Budget Overrun
right to left direction
** Channels
*** Content
*** Ads
@endmindmapCommon Pitfalls
常见问题
| Issue | Solution |
|---|---|
| Diagram not rendered | Use |
| Branch depth looks wrong | Check marker count ( |
| Multi-line text breaks parser | Use |
| Colors not applied | Verify hex format ( |
| Layout direction unexpected | Add explicit |
| 问题 | 解决方案 |
|---|---|
| 图表未渲染 | 使用 |
| 分支层级显示错误 | 检查标记数量( |
| 多行文本解析失败 | 使用 |
| 颜色未生效 | 验证十六进制格式( |
| 布局方向不符合预期 | 添加显式的 |