MindMap
A MindMap diagram, in the context of PlantUML, is an effective tool for brainstorming, organizing ideas, and project planning. MindMap diagrams, or mind maps, are visual representations of information, where central ideas branch out into related topics, creating a spider-web of concepts. PlantUML facilitates the creation of these diagrams with its simple, text-based syntax, allowing for the efficient organization and visualization of complex ideas. Using PlantUML for MindMaps is particularly advantageous due to its integration with other tools and systems. This integration streamlines the process of incorporating mind maps into larger project documentation. PlantUML's text-based approach also enables easy modification and version control of the mind maps, making it a dynamic tool for collaborative brainstorming and idea development. MindMaps in PlantUML can be used for various purposes, from outlining the structure of a project to brainstorming product features or business strategies. The hierarchical and intuitive layout of mind maps helps in identifying relationships between different ideas and concepts, making it easier to see the bigger picture and to pinpoint areas that require further exploration. This makes PlantUML an invaluable tool for project managers, developers, and business analysts who require a method to visually organize and present complex information in a clear and concise manner.
OrgMode syntax
This syntax is compatible with OrgMode and its tree syntax.
|
🎉 Copied!
|
|
Markdown syntax
This syntax is compatible with Markdown.
Markdown Header
You can use Markdown header:
|
🎉 Copied!
|
|
Markdown indented list
You can use Markdown list or GFM list:
|
🎉 Copied!
|
|
Arithmetic notation
You can use the following notation to choose diagram side.
|
🎉 Copied!
|
|
Multilines
You can use : and ; to have multilines box.
|
🎉 Copied!
|
|
|
🎉 Copied!
|
|
Multiroot Mindmap
You can create multiroot mindmap, as:
|
🎉 Copied!
|
|
[Ref. QH-773]
Colors
It is possible to change node color.
With inline color
- OrgMode syntax mindmap
|
🎉 Copied!
|
|
- Arithmetic notation syntax mindmap
|
🎉 Copied!
|
|
- Markdown syntax mindmap
|
🎉 Copied!
|
|
With style color
- OrgMode syntax mindmap
|
🎉 Copied!
|
|
- Arithmetic notation syntax mindmap
|
🎉 Copied!
|
|
- Markdown syntax mindmap
|
🎉 Copied!
|
|
- Apply style to a branch
|
🎉 Copied!
|
|
[Ref. GA-920]
Removing box
You can remove the box drawing using an underscore.
|
🎉 Copied!
|
|
|
🎉 Copied!
|
|
|
🎉 Copied!
|
|
Changing diagram direction
It is possible to use both sides of the diagram.
|
🎉 Copied!
|
|
Change (whole) diagram orientation
You can change (whole) diagram orientation with:
left to right direction(by default)top to bottom directionright to left directionbottom to top direction(not yet implemented/issue then use workaround)
Left to right direction (by default)
|
🎉 Copied!
|
|
Top to bottom direction
|
🎉 Copied!
|
|
Right to left direction
|
🎉 Copied!
|
|
Bottom to top direction
|
🎉 Copied!
|
|
[Ref. QH-1413]
Complete example
|
🎉 Copied!
|
|
Changing style
node, depth
|
🎉 Copied!
|
|
boxless
|
🎉 Copied!
|
|
Word Wrap
Using MaximumWidth setting you can control automatic word wrap. Unit used is pixel.
|
🎉 Copied!
|
|
Creole on Mindmap diagram
You can use Creole or HTML Creole on Mindmap:
|
🎉 Copied!
|
|
[Ref. QA-17838]