PlantUML recipes
Recipes for working with PlantUML diagrams in ORE Studio. Every diagram
follows the same file convention: a GPL mode-line and licence header,
@startuml / @enduml delimiters, and a title line. Use
compass add diagram to scaffold a new .puml file that matches this
convention from the first line.
Diagrams
- How do I add a PlantUML diagram? — scaffold, edit, export PNG, embed in org-mode.
See also
- System Model — the main system architecture diagram (
projects/modeling/ores.puml). - component_overview.org — component-level diagram convention.