Size: 25
Comment:
|
Size: 673
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Describe plantuml here. | = PlantUML = Create diagrams based on text files. * `gedit example.plantuml` {{{ @startuml Alice->Bob : hello note left: this is a first note Bob->Alice : ok note right: this is another note Bob->Bob : I am thinking note left a note can also be defined on several lines end note @enduml }}} * Create the picture ([[https://www.plantuml.com/plantuml/uml|online]]) {{{ $ pantuml example.plantuml }}} * Picture: {{attachment:plantuml.png}} = References = * [[https://pdf.plantuml.net/1.2020.22/PlantUML_Language_Reference_Guide_en.pdf|Reference]] * Online https://www.plantuml.com/plantuml/uml * https://real-world-plantuml.com/ |
PlantUML
Create diagrams based on text files.
gedit example.plantuml
@startuml Alice->Bob : hello note left: this is a first note Bob->Alice : ok note right: this is another note Bob->Bob : I am thinking note left a note can also be defined on several lines end note @enduml
Create the picture (online)
$ pantuml example.plantuml
- Picture: