dhunt84971 / CalendarNotes

Electron app - Calendar based daily notes (journal) stored in a MySQL or SQLite DB.
http://calendarnotes.org
MIT License
3 stars 1 forks source link

Add autosave option. #46

Open dhunt84971 opened 3 years ago

dhunt84971 commented 3 years ago

Since most editors of this type now offer an autosave feature, it would be useful to do the same here. The plan would be to have an idle timer that would look to see if changes were made when it times out. If changes were made it would automatically save the changes.

The setting would be optionally enabled on the settings flyout.