Is there a way to see which AnKing tags I’ve already done or suspended?

Hi everyone,
I wanted to ask if there’s a way to check which AnKing tags/cards I’ve already completed or suspended.

i know how to look which cards i have done but not the tags since each card has many tags.

Thinking

Search
Found 0 results for ‘tags:official see which tags I’ve already done or suspended AnKing category::person_raising_hand: Support order:latest max_posts:10 status:open’

You can’t directly “mark” tags as done in Anki/AnkiHub, but you can use searches and filtered decks to see which cards under certain tags are:

  • already reviewed (mature/young)
  • suspended
  • or still new/learning

Here are a few practical ways to do this with AnKing tags:


1. See which cards under a tag are suspended

  1. In Anki, open the Browser.

  2. In the left sidebar, click the AnKing tag you’re interested in (e.g. AnKing::Step1::Cardio).

  3. In the search bar at the top, use:

    tag:"AnKing::Step1::Cardio" is:suspended
    

This shows you all suspended cards with that tag.

You can swap in any AnKing tag path you want.


2. See which cards under a tag you’ve “done” (reviewed)

You have a few options, depending on what “done” means to you.

A. Cards you’ve reviewed at least once

tag:"AnKing::Step1::Cardio" prop:reviews>0

B. Mature cards (interval ≥ 21 days)

tag:"AnKing::Step1::Cardio" is:review prop:ivl>=21

These searches let you see how far along you are in a specific AnKing tag.


3. See cards under a tag that you haven’t started yet

tag:"AnKing::Step1::Cardio" is:new

Or to include cards that are still learning:

tag:"AnKing::Step1::Cardio" (is:new OR is:learn)

4. “Progress per tag” workaround

Anki doesn’t show a built-in progress bar per tag, but you can:

  1. Filter by a tag as above.
  2. Look at the card count at the bottom of the Browser (e.g. 100 cards).
  3. Then search again with a condition like prop:reviews>0 or is:suspended to see how many of those are done/suspended.

Example:

  • tag:"AnKing::Step1::Cardio" → 500 cards total
  • tag:"AnKing::Step1::Cardio" prop:reviews>0 → 320 cards reviewed
  • tag:"AnKing::Step1::Cardio" is:suspended → 30 cards suspended

This gives you an approximate idea of “how much of this tag I’ve done.”


If you tell me:

  • what you personally consider “done” (e.g. seen once vs mature),
  • and an example of an AnKing tag you’re using,

I can give you a couple of ready-to-paste search strings tailored to your setup.

Hello,

I would be happy to help. :slight_smile:

It looks like the bot pretty well answered your question, though please let us know if you have any other questions we can help with. :mending_heart:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.