Changes cards viewing order. First review cards, then new, then learn cards
Reviews (4)
👍 2024-01-10
Does not work with the V3 Scheduler… BUT… This add on is everything I’ve wanted from Anki for ages: first the reviews and then the rest - and REALLY first the reviews without anything else cheating in front of them. I don’t understand why this feature isn’t already implemented by default in Anki.
👍 2021-06-20
Good, but getting an error for lapsed cards when failing them:
Caught exception:
Traceback (most recent call last):
File “google\protobuf\internal\python_message.py”, line 713, in field_setter
File “google\protobuf\internal\type_checkers.py”, line 166, in CheckValue
TypeError: 32.0 has type <class ‘float’>, but expected one of: (<class ‘int’>,)
**Fixed by changing line 67 in init.py file from:
card.ivl = max(1, conf['minInt'], card.ivl*conf['mult'])
to:
`card.ivl = int(
👍 2020-01-18
is there any way to make it review → learn → new?
👍 2019-07-17
thank you very much.. it works like a charm