I want to generate a diagram while typing the code in my browser

0 votes
asked Mar 6, 2018 in Wanted features by Martin Weber
Hello,

I want to use the jQuery solution but I want to do a bit more than just generating the image when loading the page.

What I want i that I enter the code in a textarea and the image is generated live.

Is there an example on how to achieve that?

---------------------

I would also like to host the PlantUML server, that is called by jQuery, on my network.

Is there a way to do this?

Best Regards

Martin

1 Answer

0 votes
answered Mar 7, 2018 by Tobi
hey Martin

I started a project like this here: https://github.com/rngtng/vizard

It's working http://vizard.io but far from perfect. give it a try!
...