sublime-evernote
sublime-evernote copied to clipboard
Feature request: display warning in case of conflicted changes
trafficstars
Hi again,
Right now this plugin replaces a current note when I'm executing "save_evernote_note" command. In a 99 % cases it is good, but when on the server exists a newer note, I would expect to see a popup which just warns me before saving my modifications.
Regards Greg
It is possible to implement this and I agree it would be a useful feature. The way the Evernote API is designed makes implementing this a bit inefficient: you need to re-download the metadata from the server again before you upload the new version. I'll put it down for a future release.