NWF_Renim said:
I might be missing something, but it seems with the current way recent edits by the same user get rolled into each other it creates situations where you can't undelete/recover notes. For example in post #2162436 the note got deleted, but there is no way to recover it, because the only version stored/listed in the note history is the deleted version. Example.
I'll make it so future notes don't merge versions for deletions.
Existing ones can't be undeleted through the ui, though it can be done through the api.
$.ajax({method:"put", url:"/notes/1522146.json", data:{"note[is_active]":true}})