This plugin turns text into UML sequence diagrams.
- Download the latest stable version. Releases versions.
- Upload to your Bludit installation.
- Activate the plugin.
- More information about how to install a plugin in Bludit documentation.
The following text is an HTML code with a simple example. This example is the same as the screenshot shows.
<div class="diagram">
Bludit->Server: Ping
Note right of Server: Server processing\nping command
Server-->Bludit: Pong
</div>
More examples
The plugin use the javascript library js-sequence-diagram.
