Draw flowchart (SVG) based on flowchart.js

Compatible with DokuWiki
Similar to diagram, ditaa, flowcharts, graphviz
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
A complex example copied from flowchart.js
<flowchartjs default> st=>start: Start|past:>http://www.google.com[blank] e=>end: End|future:>http://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes or No?|approved:>http://www.google.com c2=>condition: Good idea|rejected io=>inputoutput: catch something...|future st->op1(right)->cond cond(yes, right)->c2 cond(no)->sub1(left)->op1 c2(yes)->io->e c2(no)->op2->e </flowchartjs>
The output is as the above snapshot.
Basic syntax:
<flowchartjs style width height>...</flowchart>
default
— default styleThrough Amin Plugin (though ugly), managers can upload a new or update existing flowchart style (JSON file, must with .json extension, and the filename will be the style name), and delete any styles.
Toolbar FC inserts pair of flowchartjs tag, while Fcs toggles list of available style.