drawdb icon indicating copy to clipboard operation
drawdb copied to clipboard

Can we consider increasing the workspace

Open ferrymo opened this issue 1 year ago • 4 comments

At present, I have found that the save function cannot be used well, and it is not possible to create isolation for multiple projects, so each time only import and export can be done.

Now the data is stored in the browser database. If the browser is accidentally cleaned and not exported in a timely manner, all data will be lost

ferrymo avatar May 06 '24 05:05 ferrymo

and it is not possible to create isolation for multiple projects, so each time only import and export can be done.

You can create multiple separate projects and then open them from File>Open if that's what you mean

Now the data is stored in the browser database. If the browser is accidentally cleaned and not exported in a timely manner, all data will be lost

True, I'm hoping to have proper file storage in the future when we have the funds for it. Until then I've been thinking about having the user save their work to github or google drive

1ilit avatar May 06 '24 08:05 1ilit

You can create multiple separate projects and then open them from File>Open if that's what you mean

@1ilit May I ask if opening and making modifications from a file will save it to a file or a browser?

ferrymo avatar May 06 '24 09:05 ferrymo

The browser, client side js running on the browser doesn't have access to the file system

1ilit avatar May 06 '24 10:05 1ilit

@ferrymo Modified projects are saved to the browser's indexedDB database, and each different project has stored in File > Open again in Open, as long as you do not empty the browser cache, the data should not be lost

image

l123wx avatar May 08 '24 04:05 l123wx

thanks

ferrymo avatar May 11 '24 01:05 ferrymo