Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ez-js-sequence-diagram | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
This extension offers a custom XML text tag, sequence_diagram, that converts
simple text to an UML sequence diagram in SVG.
It is based on bramp/js-sequence-diagrams.
Run composer require bdunogier/js-sequence-diagram.
Enable extension in `settings/override/site.ini.append.php:
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".
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.