This plugin integrates PlantUML into the DokuWiki wiki engine. It allows to generate UML graph images from simple description text block.
- Create any UML graph supported by PlantUML.
- Generated images are SVGs.
- Toolbar button.
- No internet access required for wiki server.
This block describes a sequence diagram:
<uml>
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
</uml>
and results in: