Skip to content

Mindmap

Last updated:

Mermaid Studio provides language support for Mermaid mindmap diagrams in IntelliJ IDEA and other JetBrains IDEs. Mindmaps help you organize ideas hierarchically around a central concept, and are a natural fit for brainstorming, planning, and visualizing the structure of complex topics.

Syntax highlighting integrates directly with IntelliJ’s color scheme system, so diagram colors always match your editor theme.

Mindmap syntax highlighting in Armada Dark theme

The summary below shows the IDE support Mermaid Studio ships for mindmaps, grouped by capability.

IDE feature supportSelect a feature for its description.
Editing
Code Intelligence
Validation
Refactoring
Navigation & Docs
Preview
Visual Editing
mindmap
root((Circle Root))

The root node uses double parentheses for a circular shape. Regular text creates a default rectangular shape.

SyntaxShape
id[text]Square
id(text)Rounded
id((text))Circle
id))text((Bang
id)text(Cloud
id{{text}}Hexagon

Indentation defines the parent-child relationships. Child nodes are indented under their parent:

mindmap
root
Level 1 Child A
Level 2 Child
Level 1 Child B

For full syntax details, see the Mermaid mindmap documentation.