Plugin for easy integration of UML diagrams in TiddlyWiki, using PlantUML.
The diagrams are written inside Tiddlywiki tiddlers, using the PlantUML syntax, and will be shown as images when the tiddler is opened.
It only works online, as it uses the online PlantUML server to generate the images.
To include the plugin in your TiddlyWiki, create a tiddler for it: new tiddler, with the plugin code (PlantUmlPlugin.js
) as the content, and with a tag called systemConfig
.
To use it, you'll have to use the macro plantUml
in your tiddler, with the following format:
<<plantUml 'diagram specification' 'alternate text'>>
Where the 'alternate text'
is optional.
This will generate the following tiddler:
Feel free to address your comments/suggestions/whatever to yours truly:
Aníbal Cáceres
anibal.caceres@gmail.com