You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, we can export multiple diagrams to json format but we can only import json files one by one. It would often be convenient to be able to import multiple json files. This could be done either by having a file picker where I can select the files I wish to import or by selecting a directory from which all *.json files are imported.
The text was updated successfully, but these errors were encountered:
This may be a bit tricky.
When exporting multiple diagrams, it is clear what files you like to export.
But when importing a JSON, it imports it to the current editor window/workspace (does not save it anywhere yet).
If we implement mass import, it is not clear to me what to do with the imported diagrams. Automatically saving them to the list of users files may be dangerous. Maybe opening multiple windows (new tabs in browser) could work, but I'm not sure if this helps at all.
At present, we can export multiple diagrams to json format but we can only import json files one by one. It would often be convenient to be able to import multiple json files. This could be done either by having a file picker where I can select the files I wish to import or by selecting a directory from which all *.json files are imported.
The text was updated successfully, but these errors were encountered: