Skip to content
Lower pricing Individual licenses are now $49/year for Studio, $25 for Core — See pricing →

Kanban Board

Last updated:

Mermaid Studio provides language support for Kanban board diagrams inside IntelliJ IDEA and other JetBrains IDEs. Kanban diagrams visualize task boards with columns representing workflow stages and cards representing individual tasks.

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

Kanban board syntax highlighting in Armada Dark theme

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

IDE feature supportSelect a feature for its description.
Editing
Code Intelligence
Validation
Refactoring

Mermaid Studio bundles a live template for the typed-metadata syntax that Kanban cards use, so you can attach an assignee, ticket, and priority without recalling the @{ ... } field names. Type the abbreviation, accept it from the completion popup, and tab through the variables; the priority field offers a dropdown of Very High, High, Low, and Very Low when you reach it.

The template can be toggled under Settings > Tools > Mermaid Studio > Live Templates in the Kanban group. See Live Templates for the cross-cutting mechanics (triggering, contextual visibility, configuration).

AbbreviationExpansion
taskTask with metadata (id[Description]@{ assigned: ..., ticket: ..., priority: ... })

For complete syntax documentation including task metadata and styling, see the Mermaid.js Kanban documentation.