jgraph / mxgraph

mxGraph is a fully client side JavaScript diagramming library
Other
6.81k stars 2.06k forks source link

Allow saving into a plaintext format #503

Closed stdedos closed 3 years ago

stdedos commented 4 years ago

I prefer output files that I can (at least partially) save and edit with a plaintext editor (instead of them being binary or encoded-as-something).

Even though e.g. the SVG format may be editable, it cannot be reloaded modified on the editor. Are there some plans/format that can allow editing/modifying the file outside of the editor?