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
Time interval I think would be better, if we decide to save after every edit event it will be too much writing on disc. We can have a const with the interval in milliseconds, so later it can be configurable via config file. I'd prefer it to save to a temp file, it's less intrusive for the user.
We probably need a crate to help finding a cross-platform way of getting a temp directory.
Also creating this ticket to remember to improve our error handling: #33
Let me know if you interested in working on this, so I can mark the ticket as assigned :)
As tarsila panics on errors, an autosave could be great to avoid losing progress.
Should autosave...
.tarsila
OR write to a.tmp
/.backup
file to recover later in case of a panic?The text was updated successfully, but these errors were encountered: