Created a PlantUML Plugin for PlantUML diagrams, similar to Mermaid JS.
Currently it can be configured to generate diagrams in three ways,
- Remote Server - Using PlantUML official server
- Local Server - Using local http server using PlantUML jar
- Script - Using local PlantUML jar helper script
If you are a user of PlantUML, try it out. Your feedback is appreciated!
Support requested to improve the third option avoid helper script and instead use PlantUML jar by providing the input text as stdin. But I couldn’t achieve it. Support here in improving it would help.
Thanks to @Maarrk’s awesome Plug development for beginners guide and @zef’s silverbullet-mermaid plugin for references.