charlesthomas / magpie

Git-backed Evernote replacement
MIT License
645 stars 50 forks source link

Add dirty-flag for editing notes #71

Closed cooperra closed 8 years ago

cooperra commented 8 years ago

Now, the note editing UI knows if you've made any changes.

This could be useful to make an "are you sure you want to abandoned your unsaved changes" dialog and such. Autosave now only triggers when a note is dirty.

So far, the only visible change is an asterisk appearing in the page title when a note is dirty. The asterisk vanishes on autosaves.