frenya / vscode-recall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reset state

mpcarolin opened this issue · comments

Hi there. Thanks for making this extension! I've already found it useful.

However, how do you reset the state of the cards? I want to review all of my cards again, but I can't seem to because I marked them as remembered. I don't see a command in the command palette nor the docs mentioning this.

Hi. Resetting the state of all cards is fairly easy - simply delete (or move somewhere else) the contents of the .recall folder within your project folder. These CSV files contain all of the review history, so by removing them you will start with a clean slate.

After doing that, reload the VSCode window and you should be good to go.

You can all have a look at issue #24 for instructions how to modify the review history for a single card.

@frenya Thank you!