MindMarkMindMark is a Mind Map editor for Markdown ( Why Markdown?MindMark persists your map as plain Markdown on purpose. Structure expressed with headings and nested lists is easy for people to read, works cleanly with Git and diffs, and is straightforward for AI systems to interpret—models and assistants already treat Markdown reliably, so the same file travels well into chats, retrieval workflows, or automation without a proprietary save format. You keep a Mind Map view for thinking inside VS Code while the What you can write: see a concrete outline in Requirements
Getting started
Create a new Markdown file ready for MindMark with MindMark: New File from the Explorer context menu. Features (and the Features tab)In the Extensions side bar, MindMark’s Features tab is generated from the extension manifest: it lists contributed commands and configuration keys with their short titles. It does not show long marketing descriptions—those live here. Commands (what they do in practice)
Editor capabilities
Settings (
|
| Setting | What it does |
|---|---|
mindmap.liveSync |
Push Mind Map edits to the Markdown file in real time. |
mindmap.syncMarkdownToMindmap |
Pull Markdown edits into the Mind Map in real time. |
mindmap.listMarker |
Default list bullet style (-, *, or 1.). |
mindmap.uiLanguage |
Language of labels and menus inside the MindMark webview. |
mindmap.followVscodeColorTheme |
When on (default), MindMark’s light/dark chrome follows VS Code’s active color theme. When off, use the theme selected from MindMark’s View menu only. |
mindmap.indentSize / mindmap.tabSize |
Indent and tab width used when reading/writing structure. |
Other toggles control blank lines around headings, memo panel width, on-screen hints, and optional label wrapping.
Bugs and feedback
Found a bug or want to suggest an improvement? Please open an issue on GitHub. Include what you expected, what happened, and steps to reproduce—or attach a small .md sample—whenever you can; it makes fixes much faster.
You can use the Marketplace Q & A for quick questions if you prefer.
License
Proprietary — see the LICENSE file included in this extension package. Installation and use are permitted under that end-user license when you obtain MindMark through the Visual Studio Code Marketplace only.