← Back to list

mindm-export
by robertZaufall
MindManager Automation and Integration on Windows and MacOS
⭐ 4🍴 0📅 Jan 23, 2026
SKILL.md
name: mindm-export description: Export MindManager mindmaps to Mermaid, Markmap, Markdown, JSON, or YAML (HTML or data-only). Use when output must be generated or streamed, or when a map must be opened.
Mindm Export
Overview
Export the current MindManager map to HTML or data-only output. Preferred
one-liner is uvx (no install). Also available via mindm-export or
python -m mindmap.export. Choose mermaid_html, markmap_html,
markdown_html, or the data-only mermaid, markmap, markdown,
json, yaml.
Quick start
Run an export and open it (recommended, no install):
uvx --from mindm mindm-export --type mermaid_html --open
Run an export and open it (installed console script):
mindm-export --type mermaid_html --open
Run via the module entry point (source checkout):
python -m mindmap.export --type json --output /tmp/mindmap.json
Stream HTML to stdout:
mindm-export --type markmap --stream
Write to a specific file path:
mindm-export --type markdown_html --output /tmp/mindmap.htm
Notes
- Keep MindManager open with the target map active before running the CLI.
- For macOS access, use
--macos-access applescript(default) or--macos-access appscript. - For deeper flag and behavior details, read
skills/mindm-export/references/cli.md.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon




