frenya / vscode-recall

MIT License
26 stars 7 forks source link

Archive card how to restore? #24

Closed xucongyong closed 1 year ago

xucongyong commented 1 year ago

Archive card how to restore?

frenya commented 1 year ago

Hi. When you hover over the "ARCHIVED" card badge in the source file a tooltip appears which has a "Show review history" link on it. Click that link and the search panel will open showing you all the CSV files containing records of that card's reviews (hash, result, recall level). Find the one with the recall level of 10000 and simply delete the line from the CSV. Save the csv file, reload the VSCode window and you should see the card up for review again.

I realize it's a bit of hack but hopefully you won't need this too often :)

xucongyong commented 1 year ago

working thank you