PlantUML mind map supporting
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem to solve
It's nice that GitLab already supports PlantUML for UML graph displaying, but the mind map part seems not working yet.
Intended users
People who use PlantUML.
Further details
Mind map drawing enables users to visualize the idea tree, during brand storming, in development stage and/or writing wiki documentation.
Proposal
Taking the example of markdown language, ```plantuml ... ``` will be converted to @startuml ... @enduml. Similarly, to support PlantUML mind map is likely to convert ```plantumlmm ... ``` (mm stand for mind map in the example) to @startmindmap ... @endmindmap
Permissions and Security
Should be same as supporting PlantUML.
Documentation
Should be similar as supporting PlantUML.
Testing
The mind map is generating by PlantUML like the UML graph did, risk might be low since GitLab already supports PlantUML.
What does success look like, and how can we measure that?
Able to display PlantUML mind map.