Is your feature request related to a problem? Please describe.
While collaborative editing #66 seems an unreasonable lift (websockets and all), having the ability to dynamically load a url as a file import via a url construction would solve alot of the workflow around shared editing/re-loading/displaying of exported files to continue to edit.
Describe the solution you'd like
I as a user would atleast like to maintain a github gist (etc), to give me a stable/public url, where I can continue to make updates without the url changing to a .dst file. If I was able to append that URL as part of the editor's URL to auto load, then all I would need to do to update and maintain my Domain Knowledge diagram would be load the full URL, make updates, re-download/update the github gist to version it. Next time I revisit the updated diagram would be there for me to pick up again.
Describe alternatives you've considered
Mermaid live editor uses a base64 scheme to encode the file contents to make it a shareable url:
Additional context
The editor does need some ability to save state on the internet and dynamically load from it to be useful in standard practice.
Is your feature request related to a problem? Please describe.
While collaborative editing #66 seems an unreasonable lift (websockets and all), having the ability to dynamically load a url as a file import via a url construction would solve alot of the workflow around shared editing/re-loading/displaying of exported files to continue to edit.
Describe the solution you'd like
I as a user would atleast like to maintain a github gist (etc), to give me a stable/public url, where I can continue to make updates without the url changing to a
.dstfile. If I was able to append that URL as part of the editor's URL to auto load, then all I would need to do to update and maintain my Domain Knowledge diagram would be load the full URL, make updates, re-download/update the github gist to version it. Next time I revisit the updated diagram would be there for me to pick up again.Describe alternatives you've considered
Mermaid live editor uses a base64 scheme to encode the file contents to make it a shareable url:
Additional context
The editor does need some ability to save state on the internet and dynamically load from it to be useful in standard practice.