Mindmap: How can I add anchor between nodes?

0 votes
asked Jan 25, 2025 in Wanted features by kirchsth (7,760 points)

I can define anchors in sequence diagrams (details see Sequence Diagram syntax and features)

@startuml
!pragma teoz true

{start} Alice -> Bob : start doing things during duration
Bob -> Max : something
Max -> Bob : something else
{end} Bob -> Alice : finish

{start} <-> {end} : some time

@enduml

Wouldn't it be a nice feature for the mindmaps too?

@startmindmap
* root node
    {start} * some first level node
        * second level node
        * another second level node
    * another first level node
    {end} * another first level node

{start} <-> {end} : an additional relation
@endmindmap


BR Helmut

1 Answer

0 votes
answered Jan 26, 2025 by The-Lu (87,240 points)
...