1.0.2 • Published 8 years ago
gitbook-plugin-local-plantuml v1.0.2
Plant UML GitBook Plugin
This plugin builds on the puml plugin, however this plugin generates the puml images locally rather than using the service at http://www.plantuml.com/plantuml/.
This is necessary if you are using/hosting gitbook for private work and don't want your diagrams bounced off an external server.
Release Notes
1.0.1
Support for caching of output images in the os temp directory. Since the filenames are based on the hash of the diagram text, versioning should 'just work'. This also helps
with the slow-ness listed in issues by only re-rendering changed images. Thanks to @johnhug for the contribution.
Issues
- Currently a new java process is started for every
plantuml
block in your markdown files. This can be a little slow.