Open miniwa opened 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
0fa4f74
) 95.41% compared to head (79a0c13
) 95.54%. Report is 3 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi! My use case in Anki has me generating more than 1 card for every note in a model. But I also want to make sure the user sees the cards from a specific template before they see any cards generated by the next template.
Currently, this is not possible to do in genanki, as card dues can only be assigned per individual note level. The workaround is to create duplicate notes for each card type, but that leads to lots of duplicate information and is quite clunky to work with.
I tried my best to figure out a way to implement this without murdering your backward compatibility, it's not the cleanest but it does work. If you spot a way to do this with a cleaner API surface I'm all for that.