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

Support for double arrow links? #457

Closed
decentral1se opened this issue Jan 12, 2017 · 13 comments
Closed

Support for double arrow links? #457

decentral1se opened this issue Jan 12, 2017 · 13 comments
Assignees
Labels
Area: Development Status: Approved Is ready to be worked on Type: Enhancement New feature or request

Comments

@decentral1se
Copy link

Something like A[first node] <--> B[second node]?

Does it already exist?

@knsv
Copy link
Collaborator

knsv commented Jan 19, 2017

No, it has been discussed though. Problem with the syntax is that <---> will be interpreted as a tag by the browser so something else is required. Look at issue #123.

@knsv knsv added the duplicate label Jan 19, 2017
@decentral1se
Copy link
Author

Ah! Missed that one. Will close this off in favor of #123. Thanks!

@knsv knsv reopened this Jun 28, 2019
@knsv
Copy link
Collaborator

knsv commented Jun 28, 2019

Reopening this one as #123 refers to class diagrams where this is implemented

@knsv knsv added Status: Approved Is ready to be worked on Type: Enhancement New feature or request and removed duplicate labels Jun 29, 2019
@knsv knsv self-assigned this Jun 30, 2019
@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
@jgreywolf
Copy link
Contributor

I am still interested in this one. Is there any chance of this support being added?

@stale stale bot removed the Type: New Shape Request for new shape label Sep 27, 2019
@asbjornu
Copy link

Aren't all tags escaped already? I can write <xyz> pretty much everywhere in a sequence diagram and it gets represented as text, not as a tag. Does this encoding issue only apply to arrows?

@jgreywolf
Copy link
Contributor

Im a little confused on this one. In looking at the source it looks like this is already defined. I am still going through the code to better understand exactly what is happening though, so I may be missing something

@IOrlandoni
Copy link
Member

@jgreywolf As you can see in the issue, there's some work already done in the "grammar" side of it here: 40d10ea

Note that this is currently assigned to @knsv. Safe to assume that this is being worked on already by him.

@jgreywolf
Copy link
Contributor

jgreywolf commented Oct 1, 2019

Yes, I was just looking at #123. But above there is a comment that this issue was re-opened because #123 was for Class diagrams, and not Flowcharts..

@knsv
Copy link
Collaborator

knsv commented Oct 8, 2019

Some work has been made for this issue. The grammar is done but the renderer is not complete and that will take a while. The problem is that the library we use for rendering flowcharts does not support this. So in order to complete this issue we will need to do all the rendering "in house" which is better in the long run. Till will also open up for more arrow types (see class diagrams).

This will be put into pause for that refactoring to start.

@vantoan8x
Copy link

Dear @knsv,

is this function complete?
A --> B
A <-- B
A <--> B

A --o B
A o-- B
A o--o B

A --x B
A x-- B
A x--x B

May I know when you release this features?
Do you need any help?

Regards.
Tom.

@jgreywolf
Copy link
Contributor

@vantoan8x support has been added to flowcharts for double arrow links (beta). See documentation

@vantoan8x
Copy link

@jgreywolf It great, Thank you so much.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: Development Status: Approved Is ready to be worked on Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants