soren-ac41 downloadsTurn Markdown notes into interactive, editable mind maps (思维导图) with layouts, themes, search, import, and export.
Turn Markdown notes into interactive, editable mind maps (思维导图).
简体中文 · Report an issue · Releases
MindBraid is a desktop-only Obsidian plugin for seeing, organizing, and reshaping the note you are already writing. Your Markdown remains the source of truth; MindBraid gives it a focused visual workspace without sending your notes anywhere.

The map can use a hand-drawn treatment while keeping the same Markdown-backed structure and interactions.

Styles control geometry and visual treatment; palettes change color only. The two axes can be combined independently from the sidebar.

Open a mind map for the active note and MindBraid turns its ATX headings and nested ordered or unordered lists into topics. The map follows the active Markdown file and refreshes while you write, so there is no second document to keep in sync.

Use the map as a working view, not just a diagram:
Tab for a child and Enter for a sibling. Newly created topics open
directly in editing mode.Choose a map layout independently from its visual treatment. MindBraid includes balanced and one-sided layouts with four directions, plus independent Style and Palette selectors. Colorful, Pencil, and Cloud styles can be paired with the built-in palettes, then refined with a global font, connector width and connector profile. Per-topic formatting, icons, markers, labels, boundaries, summaries, and relationships are available when you need more structure.

Find your way — Search visible topics in the current note, navigate the tree with the keyboard, follow a Vault-local link, or open the source note at a topic's line.
Present the right level of detail — Collapse individual branches, focus on one branch with breadcrumbs, limit visible depth, and use a tab-local minimap.
Move work in and out — Import a locally selected .xmind, .mind, or
.mmap file through a preview, then explicitly create a new Markdown note.
Export an explicit snapshot as SVG, PNG, JPG, or PDF. Import never overwrites
an existing note; export does not alter Markdown, the live map, or its state.
Fit Obsidian — MindBraid follows Obsidian's appearance or can use a light or dark appearance inside its own views. Its interface is available in Simplified Chinese and English; new installs use Simplified Chinese by default.
MindBraid requires Obsidian 1.7.2 or newer on desktop. Mobile support has not
been implemented or tested.
main.js, manifest.json, and styles.css from the latest
release.<your-vault>/.obsidian/plugins/obmind/.When MindBraid is listed in Obsidian Community Plugins, installation will also be available from the in-app Community Plugins browser.
Every open MindBraid tab follows the active Markdown file. A non-Markdown file shows an explanatory state instead of attempting to parse it.
The filename becomes the central topic. MindBraid currently displays:
# to ######, including skipped levels.-, *, or +.1. (and other numbers).Lists attach to the closest preceding heading, or to the document root when there is none. YAML frontmatter, ordinary prose, block quotes, fenced or indented code, and unsupported Markdown structures stay out of the map.
MindBraid is local-first. It does not upload notes, request network resources, or collect telemetry. The plugin avoids whole-Vault scans and works from the current note.
Visual choices are saved as MindBraid plugin data rather than injected into your Markdown. By contrast, an explicit topic edit, creation, structural drop, task toggle, or supported topic command intentionally updates the source note. Before a write, MindBraid validates the current source mapping to avoid applying a stale operation. Root-topic renames rename the Markdown file through Obsidian; depending on your Obsidian link-update preference, Obsidian may update links to that file.
Please report reproducible issues in the issue tracker. Include the MindBraid and Obsidian versions, operating system, a minimal Markdown sample, and the smallest reliable reproduction. Do not attach unrelated private Vault content.
For implementation and frontend-extension details, see the frontend contract. Third-party notices are available in THIRD_PARTY_NOTICES.md.
MindBraid is available under the MIT License. Notices for bundled open-source software are listed in THIRD_PARTY_NOTICES.md.