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 plantuml sequence diagram syntax #5387

Open
chipbite opened this issue Mar 15, 2024 · 0 comments
Open

Support plantuml sequence diagram syntax #5387

chipbite opened this issue Mar 15, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@chipbite
Copy link

chipbite commented Mar 15, 2024

Proposal

Mermaid.js should support plantuml syntax since it is one of the most used (if not most) sequence diagram tools and interop would be very valuable for many, enabling use cases such as:

  • Trying something out in mermaid, then pasting it into a file for use in a docs setup using plantuml.
  • Copying snippets from larger diagrams from a repo, to use in places in github.
    etc

Today, there are several client side sequence diagram tools, some open, some closed (https://sequencediagram.org/ is for instance really nice but not open source in any way). Most (including mermaid) have settled on a syntax like plantuml and others. But there are often slight differences. Most of the time, I suspect the reasons for them are purely historic, there are not many apparent benefits from ->> vs -> or similar differences.

Anyway, thanks for a great tool and I hope that this idea sounds interesting!

Search, found this earlier related issue that was a bit general and unclear - and closed: #149, "Support PlantUML syntax".
I also found that seqencediagram syntax choice was discussed here: #16 (comment)

Example

No response

Screenshots

No response

@chipbite chipbite added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant