-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
layout: allow connecting to connections #423
Comments
syntax: |
can the order be specified and fixed? a -> (b -> c)[0] #1
o.y -> (b -> c)[0] #2
p.x -> (b -> c)[0] #3
o.z -> (b -> c)[0] #4 |
#423 (comment) is good. a -> (b -> c)[0]: "" {
target-arrowhead: "" {
shape: circle
style.filled: false
}
} i want to be able to use 'shape: diamond' and 'shape: cross'(#2028), too. |
An issue of mine was marked as a duplicate of this, and it might well be, but I would like to explicitly add that something like |
it should look like this a -> b #[0]
a -> b #[1] <-- "(a ->b)[1]"
a -> b #[2]
(a ->b)[1] -> (c -> d)[0] |
@MrPixelized Oh right, my bad didn't see the distinction. I've updated the post to clarify that it should also support connection to connection. Dev note: the way to do this is probably to give the rendering engine a placeholder node on the connection, and then at the rendering stage, remove the placeholder node and trace the connection through it. |
Bump! I want this feature :D |
Both nodes to connections and connections to connections
The text was updated successfully, but these errors were encountered: