Edit Markdown notes as interactive mind maps in Obsidian. linkmind renders headings and lists as a clean SVG + DOM mind map, writes every edit back to plain Markdown, and stays out of your way.
Tab to add a child, Enter to add a sibling, F2 to edit, arrow keys to navigate, Alt + Arrows to restructure.#tags to nodes; filter the map by tag.[[#Heading]] and [[Heading]] wikilinks.Ctrl/Cmd + Z and Ctrl/Cmd + Shift + Z.Ctrl/Cmd + Click, Shift + Click, or Ctrl/Cmd + A.obsidian://open URI for any node.| Shortcut | Action |
|---|---|
Tab |
Add child node |
Enter |
Add sibling node |
F2 |
Edit selected node |
Delete / Backspace |
Delete selected node |
Space |
Toggle collapse |
/ |
Focus search |
Alt/Option + Arrow |
Move / indent / outdent node |
Ctrl/Cmd + Z |
Undo |
Ctrl/Cmd + Shift + Z |
Redo |
Ctrl/Cmd + A |
Select all nodes |
Ctrl/Cmd + = / - |
Zoom in / out |
Ctrl/Cmd + Shift + F |
Fit map to view |
Ctrl/Cmd + F |
Focus selected node |
main.js, manifest.json, and styles.css from the latest release.linkmind inside your vault's .obsidian/plugins/ directory.styles.css is optional, but recommended.

| Setting | Default | Description |
|---|---|---|
| Language | Chinese | UI language (Chinese / English) |
| Auto-save delay | 300 ms | Delay before writing edits back to Markdown |
| Default expand depth | 99 | Levels expanded on open (99 = all) |
| Layout direction | Right | Right-facing tree or balanced two-sided |
| Layout animation | On | Animate node movement after edits |
| Show association links | On | Dashed lines for local wikilinks |
| Branch colors | 5 preset colors | CSS colors for first-level branches |
| PNG export scale | 2x | Resolution multiplier for PNG export |
| Transparent PNG | Off | Transparent background in PNG exports |