You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a note and delete it, it never truly goes away. I can go in the note and select the the "Trashcan Forever" button, and it acts like it goes away, but it doesn't. Upon reopening Laverna or even doing another search, I can still recall the notes.
The text was updated successfully, but these errors were encountered:
In my current beta (based on the laverna dev branch) it does something similar. Will set a flag "trash" to 1 so it gets removed from the view, but it doesn't actually remove the note itself. If I go into trash and "delete forever" then it sets "trash" to 2 and gets removed from the trash view. The note is still there though.
There had to be a technical reason for doing that, but I'm not sure what it would be. I'll make a note of cleaning that up on the version I am working on.
If I create a note and delete it, it never truly goes away. I can go in the note and select the the "Trashcan Forever" button, and it acts like it goes away, but it doesn't. Upon reopening Laverna or even doing another search, I can still recall the notes.
The text was updated successfully, but these errors were encountered: