markmind-exporter

Convert mindmap JSON outlines into MarkMind Rich Markdown for Obsidian.

6|2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/acaprino/claude-code-daodan --skill markmind-exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markmind-exporter
Source: https://github.com/acaprino/claude-code-daodan/tree/main/plugins/learning/skills/markmind-exporter
Command: npx skills add https://github.com/acaprino/claude-code-daodan --skill markmind-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Converts a structured mindmap JSON outline into a MarkMind Rich Markdown document that can be imported into Obsidian with the MarkMind plugin.

Core Features & Use Cases

  • Converts mindmap JSON into a MarkMind Rich .md file, ready for Obsidian.
  • Generates a complete MarkMind Rich payload and wraps it in a Markdown file with the required frontmatter for seamless import.
  • Use case: after generating or editing mindmaps in any tool, export a MarkMind-compatible file for visualization in Obsidian.

Quick Start

Provide a mindmap JSON outline and an output path to generate a MarkMind Rich .md file ready for Obsidian.

Frequently Asked Questions about markmind-exporter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a mindmap JSON to Markdown for Obsidian?

To convert mindmap JSON to Obsidian Markdown, you provide the JSON outline and an output path to generate a MarkMind Rich .md file. The output includes the required frontmatter and a JSON code block for the plugin.

What is a MarkMind Rich payload in Obsidian?

A MarkMind Rich payload is a structured JSON code block wrapped in a Markdown document with specific frontmatter. It enables the MarkMind Obsidian plugin to read the file and render the outline as a visual mindmap.

Can I use any mindmap JSON source to export a MarkMind file?

Yes, you can use any mindmap JSON source to export a MarkMind file. The converter processes JSON outlines produced by generate-mindmap or any other source, transforming them into a MarkMind-compatible .md file for Obsidian.

Does the exported Markdown file include Obsidian frontmatter?

Yes, the exported Markdown file includes Obsidian frontmatter. The converter generates a complete MarkMind Rich payload and wraps it in a Markdown document with the required frontmatter for seamless import into Obsidian.