Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>MindMarkNew to Visual Studio Code? Get it now.
MindMark

MindMark

Graveon

| (0) | Free
Edit Markdown as a Mind Map in VS Code—plain headings and lists on disk, visual map in the editor, with live sync and export.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MindMark

MindMark is a Mind Map editor for Markdown (.md) in VS Code. Edits map back to ordinary Markdown—headings and nested lists—so your notes stay portable and diff-friendly.

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 .md on disk stays a portable, AI- and tooling-friendly source of truth. Use the editor and MindMark side by side: map nodes mirror headings and nested lists in the file.

What you can write: see a concrete outline in sample-mindmap.md (copy into a .md file and run MindMark: Open to explore it as a map—headings and nested lists are all you need).

Requirements

  • Visual Studio Code 1.85.0 or newer

Getting started

  1. Open a .md file (or create one).
  2. Run MindMark: Open from the editor title bar when editing Markdown, or use the Explorer context menu on a .md file.
  3. Edit structure by adding nodes, renaming, dragging, and using the in-editor menus.
  4. Changes can sync live to the Markdown document (default), depending on settings.

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)

  • MindMark: Open — Opens the active Markdown file in the MindMark webview so you can edit the same document as a Mind Map.
  • MindMark: New File — Creates a new Markdown file via the save dialog and opens it in MindMark (avoids leaving you on an unsaved Untitled buffer).

Editor capabilities

  • Visual Mind Map for outline structure derived from Markdown headings and nested list items.
  • Two-way editing with optional live sync: map → Markdown and Markdown → map (toggle in settings or the in-app menus).
  • Drag-and-drop and keyboard shortcuts for restructuring nodes.
  • Export from the File menu inside MindMark (PNG, JPEG, SVG, PDF, depending on build).
  • Memos and tables, plus Visual / Markdown workflows where available.
  • UI language for Mind Map chrome and menus (Japanese, English, and more).

Settings (mindmap.*)

Search Mindmap in VS Code Settings to find these keys:

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft