
Automated anki flashcard creation for spaced repetition
Hi everyone,
I was working on automating the flashcard creation for anki flashcards to work on my chess mistakes. Anki is one of the most popular free tools for spaced repetition: https://apps.ankiweb.net/
My current process is the following when analyzing a game:
- Analyze my game
- Create screenshots befor major mistakes (or first mistakes)
- Name screenshot-file with the correct move: e.g: white-dxe6.png
- Run my script to automatically add the new flashcard with the image to my Anki Collection
- import the new collection into Anki (will add all new cards)
-> This process is now really fast and makes it easy to create the flashcards.
See example:
Please reach out to me if you are interested, as i will work more on it in the future to provide this as a tool for everyone!
Possible Features:
- automatic import of positions e.g. with a browser-plugin from chess.com
- automatic addition of next engine-moves to understand the reason for a mistake
Thanks,
Jonas