possibility to link multiple notes on side of activity

+1 vote
asked Feb 5, 2020 in Wanted features by ggmimi (240 points)

Hello,

If I define multiple notes on an activity, they are displayed as if they were defined as "floating".

But I would prefer te see my note really linked to their dependant activity.

Would it be possible ?

Best regards

example of multiple note defined as "right" or "left" notes of an activity, but displayed as "floating" note

@startuml

start
:foo1;
note left: This is a note


:foo2;
note right #pink
  This is a first note
end note

note right #green
  This is a second note
end note

note right #orange
  This is a fourth note
end note

note left #blue
  This is a third note
end note
stop

@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...