dev-master
9999999-devCustom XML text tag to draw simple UML sequence diagrams
LGPL-2.1
v0.1.2
0.1.2.0Custom XML text tag to draw simple UML sequence diagrams
LGPL-2.1
Custom XML text tag to draw simple UML sequence diagrams
This extension offers a custom XML text tag, sequence_diagram, that converts simple text to an UML sequence diagram in SVG., (*1)
, (*2)
It is based on bramp/js-sequence-diagrams., (*3)
Run composer require bdunogier/js-sequence-diagram
.
Enable extension in `settings/override/site.ini.append.php:, (*4)
ActiveExtensions[]=ezjssequencediagram
In an XML text block, add a custom tag of type "sequence_diagram". The theme attribute can be set to either "hand" (for a hand drawn diagram) or "simple"., (*5)
Andrew->China: Says Hello Note right of China: China thinks\nabout it China-->Andrew: How are you? Andrew->>China: I am good thanks!
See http://bramp.github.io/js-sequence-diagrams for more details., (*6)
Custom XML text tag to draw simple UML sequence diagrams
LGPL-2.1
Custom XML text tag to draw simple UML sequence diagrams
LGPL-2.1