Please allow to add notes on container nodes, like cloud, rectangle, etc

0 votes
asked Nov 18, 2015 in Closed feature request by Serge Wenger Work (15,620 points)

Please allow to add notes on container nodes, like cloud, rectangle, etc.

Example:

@startuml
cloud "Network" as Netw {
node "PC1"
note left: i7
}

note right of Netw: RJ45
@enduml

1 Answer

+1 vote
answered Nov 19, 2015 by plantuml (295,000 points)
selected Dec 10, 2015 by Serge Wenger Work
 
Best answer
This has been implemented in last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

This will be released in next official release.
commented Nov 20, 2015 by Serge Wenger Work (15,620 points)
reshown Jul 8, 2018 by Anthony-Gaudino
It works.
Thank you.
...