Skip to content
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

Linking to multiple nodes #834

Closed
notramo opened this issue May 12, 2019 · 7 comments · Fixed by #1149 or #1168
Closed

Linking to multiple nodes #834

notramo opened this issue May 12, 2019 · 7 comments · Fixed by #1149 or #1168
Assignees

Comments

@notramo
Copy link

notramo commented May 12, 2019

A --> B
A --> C
A --> D
B --> C
B --> D
B --> A
A --> E
B --> E
C --> E
D --> E
Loading
A --> B, C, D
B --> C, D, A
A, B, C, D --> E
Loading
@stale
Copy link

stale bot commented Jul 11, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it.

@github-actions github-actions bot added the Type: New Shape Request for new shape label Sep 24, 2019
@IOrlandoni IOrlandoni added Status: Approved Is ready to be worked on and removed Priority: Normal labels Sep 24, 2019
@stale stale bot removed the Type: New Shape Request for new shape label Sep 26, 2019
@IOrlandoni
Copy link
Member

Hey @ThePenguin1140, are you still working on this? Anything we can help you with?

@jgreywolf

This comment has been minimized.

@IOrlandoni

This comment has been minimized.

@jgreywolf

This comment has been minimized.

@knsv knsv self-assigned this Dec 14, 2019
@knsv
Copy link
Collaborator

knsv commented Dec 15, 2019

There is a non obvious issue with the syntax here. The problem is that , is a valid character in the node id definition. This is unfortunate. The id statement should have been made strict alphaNum and life would be much easier.

As it is I am reluctant to do grammar changes that break existing diagrams out there.

I think we need to find another separator, maybe space or |

knsv added a commit that referenced this issue Dec 18, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2019
@knsv knsv reopened this Jan 2, 2020
@github-actions github-actions bot unlocked this conversation Jan 2, 2020
ashishjain0512 added a commit that referenced this issue Jan 2, 2020
…ple_nodes

#834 Using & as a separator for the multiple nodes
@github-actions github-actions bot locked and limited conversation to collaborators Jan 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.