methodofaction / Method-Draw

Method Draw, the SVG Editor for Method of Action
http://editor.method.ac
MIT License
2.79k stars 705 forks source link

Feature request : load and update a remote image URL #140

Open tobei opened 2 years ago

tobei commented 2 years ago

I'm making a slideshow web application with SVG slides and would like to use such a javascript editor to edit the slides. It would be nice if instead of a filesystem open/save pop-up there was the possibility to pass to method-draw the URL of the svg image to edit so that the editor opens with that image (GET). And the "save" action would then simply POST the new svg to that same URL.

That would allow method to be embedded in a lot of browser workflows involving editing a remote resource and posting the result. Or maybe there is a way already that i don't know about?