Bỏ qua đến nội dung

UWorld to Filtered Decks

Chờ xử lý #anki #addon #uworld #filtered #decks
https://github.com/sachingooo/anki-uworld-to-filtered-deck
16/1/2023

Cách tải addon UWorld to Filtered Decks

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

231059189

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 231059189 và copy

6
1

Mô tả chi tiết

An anki addon that takes in a list of UWorld question IDs, and creates filtered decks from those questions by searing the AnKing deck for notes tagged with those UWorld question IDs. Meant to be used with the AnKing anki deck. If you do not have the AnKing deck, this addon will not work. Best results on AnKing v10 or higher. This is not my idea. There are existing addons that perform similar functionality - this addon is my implementation of that idea.

Usage

  1. Tools → UWorld Filtered Decks → Enter a comma-separated list of question IDs and hit enter
  2. Filtered decks will be created under a new UWorld deck for each question. Questions with no corresponding

Configuration Configuration options can be found in the add-on config, accessible from Tools → Add-ons → Select the add-on → Config.

By default, there is no search text that is added to the end of the filtered deck search. I personally use (is:due OR is:new) so that studying the tag pulls all new or due cards - this replicates studying by deck most closely. To modify this search text that’s added, change the value of the supplementalSearchText variable in the config. By default, there is a limit of 300 cards that are added to the deck. I chose this because it’s sufficiently high that I’d never personally want to study a deck that large without breaking it up. If you’d like to change the limit of the number of cards pulled into the filtered deck, modify the numCards in the config. The addon automatically unsuspends cards that should belong in the deck. To disable this, mark the unsuspendAutomatically configuration option as false.

Notes This add-on creates the filtered deck. It does not regularly rebuild that filtered deck. For that, I recommend one of the rebuild all add-ons. Bug reports should be added to the issues page

Updates

1/16/2023 - updated versions to support 2.1.49+


Liên kết hỗ trợ


Reviews (7)

👍 2025-06-23

Idk if I’m just an anki novice but surely there has to be a better way. I thought this add-on was a God-send. I used it study what I got wrong on UW but I’ve just realized, idk where those cards went. They aren’t tagged so I can find them, and they are filtered by QID not day or time or anything. To go through one-by-one & rebuild would take insanely long! Now it’s created more hassle than it saved me… Please tell me I’m wrong and there’s a way to fix this? I just want 1- the cards can be put

👍 2025-03-29

Awesome addon. Quesiton though. I suspended a bunch of cards to cut back during dedicated. However, I realize I suspended some cards that were part of the uworld filtered deck tree. I figured they would be unsuspended on next rebuild. My mistake! What is the easiest way to get the list of qids so that I can unsuspended those cards. I would rather not do it one by one. Thanks so much.

👍 2025-01-11

Love the add-on, but may need some tweaking. I’m having the same trouble someone else was on github and didn’t see any updates so messaging here to give folks a work-around: if you hit ‘rebuild’ it will bring up the cards regardless if they are due. At the end of the search string for each filtered deck, copy/paste “is:due prop:due<=0” This will keep your filtered deck from pulling those cards that pop back up early as ‘review’ when they’re not due for several days…didn’t seem to do anything

👍 2024-10-09

works great! question: if the add-on unsuspended cards to add them to the filtered deck, once the filtered deck “unfilters” or returns to the original deck will these cards remain unsuspended? Comment from author Great! And yep, they’ll remain unsuspended (the idea is that once you’ve studied the cards via the filtered deck, you ideally continue studying them)

👍 2024-06-02

works perfectly (tested on anking mcat deck) Comment from author Great! Best of luck on your MCAT!

👍 2024-04-17

Easy to install and works perfectly.

👍 2023-01-12

Before anyone starts commenting - I will point out that this is an original code written from the scratch. I have looked at AnKing’s Add-on code (available through paid service), another add-on, and this add on. All codes are different and not similar. Just commenting this before since some people accused another dev for creating a very similar add-on.

This add-on works as intended, and no issues encountered for me. Good add-on for those using AnKing’s Deck. Comment from author Very kind of