Any way to use notes in Activity Beta yet (2013-04-06) ?

0 votes
asked Apr 6, 2013 in To be sorted by anonymous
Love the syntax of the new Activity Beta. Really missing the Notes feature though. Is there an undocumented way to use it yet? Thanks!!

1 Answer

0 votes
answered Apr 6, 2013 by plantuml (295,000 points)
 
Best answer

Hi,

Yes, there is some undocumented command:

@startuml
:foo1;
note right
  this is also
  long and
  on several
  line
end note
:foo2;
note left: dummy
stop
@enduml

This will be officially release some days.

You can use it, and report bugs if you find any.

Arnaud

commented Apr 6, 2013 by anonymous
That's great! Arnaud, thanks for the fast answer!
Martin
...