JoseTomasTocino / mindmapit

Simple web tool to create mindmaps
GNU General Public License v2.0
223 stars 32 forks source link

RESTful version? #3

Open DanielJonesEB opened 7 years ago

DanielJonesEB commented 7 years ago

Great tool!

Would you consider adding a feature so we could POST YAML to it, and get the image back in a response? That'd be really handy for a CI system where we want to have up-to-date mindmaps whenever the underlying YAML changes.

JoseTomasTocino commented 7 years ago

Thanks for your comments Daniel. Unfortunately, everything happens in the browser, including the rendering. I'd have to check if there's any way of rendering a canvas server-side. I guess something like this lib could work? I'll check it out this Christmas holidays :smiley: