Bỏ qua đến nội dung

Change review order (review - new - learn cards)

Chờ xử lý #anki #addon #change #review #order #new
Unknown
6/7/2019

Cách tải addon Change review order (review - new - learn cards)

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

1895194444

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 1895194444 và copy

4

Mô tả chi tiết

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