Hey, first of all big thanks for this beautiful tool. This helps alot documenting our cable mess :)
I was writing a plugin for wikijs using wireviz-web based rendering: requarks/wiki#7811
It allows to inline define a wireviz documentation inline in markdown and automatically generate a wireviz html to be inlined into the wiki.
I was wondering how it would be possible to embedd images via url instead of using images only from harddisk.
I see two options to handle image urls:
- Download images to a cache and use them
- Add option to avoid download and include them as urls into HTML (and SVG?) to avoid download
What do you think?