-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
[sequenceDiagram] How about implementing support for broadcast messages? #860
Comments
That sounds super! I think we should add the feature and I would gladly accept your help. I think the syntax might need some extra thoughts though as <---> could be interpreted as a tag by the browser and could make things harder. |
About some thoughts I think something like What do you think? |
Looks good! I will add this issue to the 8.2.0 project and assign to you. |
Hey, @rafaeldelucena. Any progress on this? Anything we can help you with? |
Hi @IOrlandoni, not yet, but I pretend to take a look in the weekend. |
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. |
Hello,
I love mermaid, is pretty straightforward and I use in most of my projects. But there is a feature that I miss which is broadcast messages (useful for events) in the Sequence Diagrams.
I can help you with that, if you do not have time for it, but I'm just asking if this make sense.
I have thought about an operator like
<->
<<->>
or even<-->
and<<-->>
respecting the same syntax for the usual arrows.Any thoughts about it?
Thank you!
The text was updated successfully, but these errors were encountered: