Writerside
 
Get Writerside

PlantUML diagrams

Last modified: 11 November 2024

Writerside supports adding diagrams using PlantUML. Besides various UML diagrams, you can visualize JSON and YAML, create Gantt charts and mind maps, and many other types of diagrams.

To add a PlantUML diagram, use a code block with the language set to plantuml:

<code-block lang="plantuml">
    @startuml
    Bob->Alice : Hello!
    @enduml
</code-block>

The result will look as follows: