Notes linked to messages in Sequence Diagrams

0 votes
asked Mar 14, 2023 in Wanted features by MP
Hi everyone,

it seems to me that there is no way to add a link between a note and the referred message in a sequence diagram. Am I wrong? If not, could this feature be implemented?

Minimal working example:

@startuml

A -> B: hi

B -> A : hello
note left
something
end note
note right
something else
end note

@enduml

//www.plantuml.com/plantuml/png/HSt12SKW48JX-rGn3Rm6tY6edGIoKM5Lq4t_KNBmzY_VmhXXPxUdAE3vEnZ-J1a8gptd8QeDjPbGvJPYj2AMSesGUd71fpt7P5ifEcI_mCsSAoy0

I would like to be able to add a link between the "hello" message endpoints and the notes.

I wonder if one day it could be possible to add stereotypes (as the "participant" one) anywhere needed!

Thank you in advance for you attention.

MP

1 Answer

0 votes
answered Mar 15, 2023 by plantuml (295,000 points)

Drawing a link between the message and the note is not possible yet.

It may be a future enhancement.

We have fixed the stereotype issue.

Hope this helps!

...