marc0l92 / joplin-plugin-plantUML

Render PlantUML diagram inside your Joplin notes.
MIT License
47 stars 8 forks source link

Local rendering support? #13

Open jaxley opened 1 year ago

jaxley commented 1 year ago

Currently, there are 2 modes of rendering. Both require use of a server on the network. Would be nice to be able to use a local plantuml installation though to use this without network access.

Anyone have a fork that does this already? Would probably be a simple code change to use a local installation. Or there's an npm module that may be able to invoke the java classes directly.