Update 20231213: 1: Support new year typed version. 2: Add config.json and chanage to new menu for options of scheduler V3 with three type queues: “newly”,“learning”,“review”, the new menu only support lastest years version and old version only use config.jsion
Note: Just find that if use this addon, “undo“ option can not work, and I can’t know how to fix it.
Update 20220603: 1: Support scheduler V3 and try to reorder the only review’s order .
Update 20210916: 1: Reorder the related cards by same notetype with ord parameter, because the anki creates the related cards not at the ord sequence. I don’t make sure this modify is reasonable but it looks can work.
Review cards in created order. There is a toggle in Tools to turn off the addon.
this add-on fixs the “Review in Created Order”(https://ankiweb.net/shared/info/1275773549)‘s problem, that add-on only support — Anki v2.1 with the experimental v2 scheduler not include — Anki v2.1 with the default scheduler
so I study his code and made this fix to support default scheduler and other problem
***NOTE this add-on conflict with “Change Order of Review Cards in Regular Decks”(https://ankiweb.net/shared/info/3731265543), if you do not disable that one, this one will not work!
Change Order of Review Cards in Regular Decks is an Anki add-on which orders review cards in regular decks by interval. By default reviews are sorted in order of decreasing intervals however it can be configured to sort by increasing intervals as well.
Liên kết hỗ trợ
Reviews (12)
👍 2025-01-12
I took a break from Anki after grinding for a test, and I wanted to be able to review my backlog in the initial learning order to refresh my memory without altering the intervals. This is exactly what I needed, thanks!
👍 2024-02-07
Unfortunately it does not work with the new 23.12.1, as it says “not at top of queue” when trying to review normally. Is this a problem you have seen? Thanks for any help Comment from author After installed new 23.12.1 and tested some decks, I did not reproduce your problem. The error “not at top of queue” was deep in backend rs code and difficult to debug. Can you give more details?
👍 2023-11-22
Hey, I did like this addon a lot, but since I’ve updated my anki to the latest versio (which uses v3 scheduler only), it doesn’t work
Anki 23.10.1 (fac9e0ee) Python 3.9.15 Qt 6.6.0 PyQt 6.6.0 Platform: Windows-10-10.0.22621 Flags: frz=True ao=True sv=3 Add-ons, last update check: 2023-11-22 18:03:18
When loading Review in Created Order Fix: Traceback (most recent call last): File “aqt.addons”, line 245, in loadAddons File “C:\Users\fpitu\AppData\Roaming\Anki2\addons21\252796796_init_.
👍 2023-06-09
Important to note that it only works with review cards, not learning ones!!
If someone wants to make it work with learning cards too, change “idx == 2” to “(idx == 1 or idx == 2)” in main.py, or remove “idx == 2 and” to make it work with new, learning and review cards.
👍 2022-12-08
It doesn’t work, when you go to the V3 planifier nothings show off on version 2.1.54, plz help me =(
👍 2022-12-06
It works nicely on V3 Scheduler. Important to note that it only works with review cards, not learning ones. If someone wants to make it work with learning cards too, change “idx == 2” to “(idx == 1 or idx == 2)” in main.py, or remove “idx == 2 and” to make it work with new, learning and review cards. I’m surprised that it’s not the default, or at least configurable.
👍 2022-08-16
thanks work fine for me
👍 2022-08-16
Works fine!
👍 2022-08-07
Works perfect to me!!
Is there a way to activate this for “learning cards” (red) as well?
👍 2022-03-10
It does not work for me. I really think it would be a great addon. But it is also not clear if the original addon is needed, so maybe I do something wrong.
Also, do I need to turn on the V3 Beta Scheduler? Because I did not find any V2 scheduler in the options.
👍 2021-09-10
Doesnt work, not seeing cloze deletions in order. For example: C3 → C5 → C1 → C2 → C4 Comment from author sorry, i don’t understand what’s your mean, could you give me a sample apkg to reproduce the issue?
I try fix this issue and it looks work out and you can try the new version
👍 2021-06-14
How can I create my own view order using this addon?
Can I customize the alphabetical order of words? Comment from author I think you can modify the add-on’s source file, I’m not familiar with sql very much, the anki’s database include many tables such as cards, notes, card’s fields not include the words, the question and answer’s fields are in notes table, I think it’s difficulty to make sql’s to select from these tables.
the code in this add-on python file like this, just add “order by id”