jlebon / textern

A Firefox add-on for editing text in your favourite external editor!
GNU General Public License v3.0
140 stars 21 forks source link

Add support for a backup directory #86

Closed jlebon closed 1 year ago

jlebon commented 1 year ago

If by accident, one closes the tab or closes Firefox by accident before submitting your work, you could lose all the text you've written. Add an experimental option to allow copying the text files into a backup directory. Backups are updated on every save and kept for 24 hours before being pruned.

Closes: #83