kylec32 / dokuwiki_plantumlparser

A plugin to have a user's browser display a SVG PlantUML diagram generated at http://plantuml.com/
MIT License
8 stars 12 forks source link

Add option to operate in local mode #38

Open kefahi opened 3 years ago

kefahi commented 3 years ago

Runtime rendering creates undesirable dependency on an external service. Previous Plantuml dokuwiki plugins additionally offered local mode; where rendering happens at modification time.

Is it possible / easy to bring the local mode option? It would require two additional requirements: plantuml jar file and jre.

Grief commented 2 years ago

I doubt that jre installation could be automated. Other than that, it's possible to run self-hosted plantuml.jar and declare its url in plugin's settings.