mindmap

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Mindmap

思维导图

Overview

概述

Convert natural language descriptions or structured content into visual mindmaps using the MCP mindmap tool. Generated files are automatically opened in the browser and saved to the project root directory by default.
使用MCP思维导图工具,将自然语言描述或结构化内容转换为可视化思维导图。生成的文件会自动在浏览器中打开,默认保存到项目根目录。

Workflow

工作流程

Follow these steps when generating a mindmap:
生成思维导图时,请遵循以下步骤:

1. Collect User Input

1. 收集用户输入

Gather the content or description from the user. If the input is too vague or lacks clear structure, briefly confirm the scope and hierarchy level before proceeding.
Example questions:
  • "What main topics should be included?"
  • "How many levels deep should the structure go?"
从用户处收集内容或描述。如果输入过于模糊或缺乏清晰结构,请在继续之前简要确认范围和层级。
示例问题:
  • "应包含哪些主要主题?"
  • "结构需要深入到多少层级?"

2. Structure Content as Markdown

2. 将内容整理为Markdown格式

Convert the input into clean Markdown format suitable for mindmap visualization:
  • Use headings (
    #
    ,
    ##
    ,
    ###
    ) for hierarchy levels
  • Use lists (
    -
    ,
    *
    ,
    1.
    ) for sub-items
  • Keep structure clear and logical
Example:
markdown
undefined
将输入转换为适合思维导图可视化的简洁Markdown格式:
  • 使用标题(
    #
    ,
    ##
    ,
    ###
    )表示层级
  • 使用列表(
    -
    ,
    *
    ,
    1.
    )表示子项
  • 保持结构清晰合理
示例:
markdown
undefined

Project Architecture

Project Architecture

Frontend

Frontend

  • React Components
  • State Management
  • Routing
  • React Components
  • State Management
  • Routing

Backend

Backend

  • API Layer
  • Database
  • Authentication
  • API Layer
  • Database
  • Authentication

DevOps

DevOps

  • CI/CD Pipeline
  • Monitoring
  • Deployment
undefined
  • CI/CD Pipeline
  • Monitoring
  • Deployment
undefined

3. Generate the Mindmap

3. 生成思维导图

Call the
mcp__mindmap__convert_markdown_to_mindmap
tool with the structured Markdown content:
mcp__mindmap__convert_markdown_to_mindmap(markdown_content: <structured_markdown>)
The tool will:
  • Generate the mindmap HTML file
  • Automatically open it in the default browser
  • Save the file to the project root directory
调用
mcp__mindmap__convert_markdown_to_mindmap
工具,传入整理好的Markdown内容:
mcp__mindmap__convert_markdown_to_mindmap(markdown_content: <structured_markdown>)
该工具会:
  • 生成思维导图HTML文件
  • 自动在默认浏览器中打开它
  • 将文件保存到项目根目录

4. Inform User

4. 通知用户

After generation, confirm:
  • The file location (project root directory by default)
  • The filename if relevant
  • That the mindmap has been opened in the browser
生成完成后,确认以下信息:
  • 文件位置(默认是项目根目录)
  • 相关的文件名(如有)
  • 思维导图已在浏览器中打开

Tips

提示

  • Hierarchy clarity: Use proper Markdown heading levels to reflect parent-child relationships
  • Conciseness: Keep node text brief and scannable
  • Logical grouping: Organize related concepts under common parent nodes
  • Balance: Avoid too many items at a single level; distribute across hierarchy when possible
  • 层级清晰:使用合适的Markdown标题层级来体现父子关系
  • 简洁性:节点文本保持简短易读
  • 逻辑分组:将相关概念归类到共同的父节点下
  • 平衡分布:避免单个层级包含过多项;尽可能在层级间分散内容