Named anchors in tree draw-node #698
-
Is it possible to refer to a tree's node's position from outside of a tree? When I try
I get Motivation: I want to draw arrows between sibling nodes in a tree. |
Beta Was this translation helpful? Give feedback.
Answered by
johannes-wolf
Sep 25, 2024
Replies: 1 comment
-
Currently, you cannot use custom names, but reference tree nodes via their "index" anchors: "0-0" would be the first child of the root node, "0-1" the second etc. This is not ideal, I've created a ticket to allow outputting anchors. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
noahjutz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, you cannot use custom names, but reference tree nodes via their "index" anchors: "0-0" would be the first child of the root node, "0-1" the second etc. This is not ideal, I've created a ticket to allow outputting anchors.