convert_xmind_to_markdown
Reads XMind mind map files and converts them to Markdown, preserving hierarchical structure, notes, and labels for easy document sharing.
Instructions
读取 XMind 文件并转换为 Markdown 格式。支持解析思维导图的层级结构、备注、标签等信息。
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xmind_path | Yes | XMind 文件的路径(支持相对路径或绝对路径) | |
| output_path | No | 输出 Markdown 文件的路径(可选)。如果不提供,将自动保存到 output/ 目录下,文件名与原 XMind 文件同名。 | |
| include_metadata | No | 是否在 Markdown 中包含文件元信息(默认为 true) |