Export a mind map
export_mindmapRender a Markdown outline as a standalone, interactive HTML mind map in one offline file. Use after drafting or refining an outline; returns the file path without overwriting unless specified.
Instructions
Render a Markdown outline into a standalone HTML mind map — interactive, single file, no network needed. Call this after you have written or refined an outline. Returns the file path; it does not overwrite an existing file unless you ask it to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Page title. Defaults to the outline root. | |
| offline | No | Inline every script so the file works with no network (default true). | |
| toolbar | No | Show the zoom / fit / expand toolbar (default true). | |
| branding | No | Add a small "Made with mindlm-mcp" footer link (default false). | |
| markdown | Yes | The Markdown outline to render: one "# " root, "##"/"###", then "-" bullets. | |
| maxWidth | No | Maximum node width in pixels; 0 means unlimited. | |
| overwrite | No | Replace the file if it already exists (default false). | |
| outputPath | No | Output file or directory. Defaults to $MINDMAP_OUTPUT_DIR or ./mindmaps/. | |
| returnHtml | No | Include the full HTML in the result. Only useful for small maps (default false). | |
| colorFreezeLevel | No | Stop changing branch colour below this level. | |
| initialExpandLevel | No | Levels expanded on open; -1 expands everything. |