chocoford / ExcalidrawZ

Excalidraw app for mac. Powered by pure SwiftUI.
https://excalidrawz.chocoford.com
MIT License
247 stars 16 forks source link

where is the default save path? #12

Closed ixqbar closed 6 months ago

ixqbar commented 6 months ago

where is the default save path?

chocoford commented 6 months ago

Hello @ixqbar. The excalidraw files are currently stored in database. You can export them to any place via the button on the right-top side of the app.

ixqbar commented 6 months ago

got! thanks!

dserodio commented 1 month ago

Even though it's stored in a database, IMHO the question is still valid. I just lost the data for a diagram, and I'm trying to locate the database to see if I could rescue the data.

chocoford commented 1 month ago

@dserodio Hello. Sorry for that. Did you lose all the data, or the data of a single excalidraw file?

You can try the File History on the toolbar to restore your data.


Otherwise, you could find the database file at ~/Library/Containers/com.chocoford.excalidraw/Data/Library/Application Support/ExcalidrawZ/Model.sqlite.

dserodio commented 1 month ago

It was the only diagram I had, to I can't tell if I lost all the data or not. But the File History feature worked to restore it. Thanks for the help and the quick response.