Mindmap with multi-root nodes and same child nodes

0 votes
asked May 10 in Question / help by 3dSquare (120 points)
edited May 11 by 3dSquare
Hi,

this is either a request for help if it's already possible or a wanted feature.

Multiple root nodes are already possible as per GitHub issue.

What I wish to achieve is to have two root nodes and two child nodes that are referenced to each root node without duplication.

I have tried the following:

@startmindmap
* A
** X
** Y

* B
** X
** Y
@endmindmap

But this simply duplicates the X and Y child nodes and has each root node relate to them instead of referencing the same ones. Is it possible to make change the mind map in a way so A and B have a relation to the same X and Y child nodes?

I asked ChatGPT for help, but it produced something that does not do what I asked it for and that's not documented on the mindmap page:

@startmindmap
* A
** X
** Y

* B
** $A.X
** $A.Y
@endmindmap

Best
3dSquare

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...