gitbook-plugin-local-plantuml

1.0.2 • Public • Published

Plant UML GitBook Plugin

Build Status

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.

Readme

Keywords

Package Sidebar

Install

npm i gitbook-plugin-local-plantuml

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • vliejo