rnote icon indicating copy to clipboard operation
rnote copied to clipboard

More resilient file saving by a two-stage file save process

Open flxzt opened this issue 7 months ago • 1 comments

As mentioned in #1096 it would be very nice to improve the save logic by first saving to a temporary second file and overwriting the first when writing the file actually succeeded.

Right now we are directly overwriting the file, which can corrupt files when the app exits unexpectedly while saving.

flxzt avatar Jun 26 '24 20:06 flxzt