kerrickstaley / genanki

A Python 3 library for generating Anki decks
MIT License
2.06k stars 161 forks source link

Can we write/attach review history information to any generated note? #147

Open parrotcar00 opened 1 month ago

parrotcar00 commented 1 month ago

Description I see that a reference to revlog table in this file here: https://github.com/kerrickstaley/genanki/blob/9f78e4bdca907a2f48a25089e6d20e0f6c2ebb9c/genanki/apkg_schema.py#L50

Is there a way to include review information and attach it to an anki note that is created? My use case is that I might want to generate a card with review history that is not starting from scratch.

Is this possible?