You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes a child node in a mind map may logically belong to multiple parent nodes.
Nodes can already be assigned ids so it would be desirable to add syntax that allows one to create a child node that references a different ID.
This topology is allowed in other mind map software such as https://coggle.it/#features "Create Loops and Join Branches".
Example
Flowchart inspired syntax:
mindmap
variable_names
foo
fb[foobar]
bar
-->fb
Or undirected
mindmap
variable_names
foo
fb[foobar]
bar
---fb
Screenshots
flowchart LR
variable_names --- foo & bar--- foobar
Loading
The text was updated successfully, but these errors were encountered:
Proposal
Sometimes a child node in a mind map may logically belong to multiple parent nodes.
Nodes can already be assigned
id
s so it would be desirable to add syntax that allows one to create a child node that references a different ID.This topology is allowed in other mind map software such as https://coggle.it/#features "Create Loops and Join Branches".
Example
Flowchart inspired syntax:
Or undirected
Screenshots
The text was updated successfully, but these errors were encountered: