Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.18k stars 801 forks source link

Note is never truly deleted. #982

Open jasonguthrieUnitas opened 6 years ago

jasonguthrieUnitas commented 6 years ago

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.

funilrys commented 6 years ago

Hi and welcome here (if you are new here) :smile_cat:

Unfortunately this issue will never be fixed here.

Please report to https://github.com/Laverna/laverna/issues/971#issuecomment-411423965 for the current state of this project and https://github.com/encryptic-team/encryptic for the future of this project.

Have a nice day/night.

Cheers, Nissar

daed commented 6 years ago

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.