This add-on adds a progress column to your Anki deck browser showing the percentage and absolute count of cards you've seen (non-new cards) for each deck.
- Clone or download this repository
- Navigate to the project directory in your terminal
- Create the add-on package:
zip -r DeckProgressIndicator.ankiaddon . -x "*.git*" "*.DS_Store*" "__pycache__/*" "*.pyc"
- Open Anki
- Go to Tools → Add-ons → Install from file...
- Select the
DeckProgressIndicator.ankiaddonfile you just created - Restart Anki
- Clone or download this repository
- Copy the entire folder to your Anki add-ons directory:
- Windows:
%APPDATA%\Anki2\addons21\ - Mac:
~/Library/Application Support/Anki2/addons21/ - Linux:
~/.local/share/Anki2/addons21/
- Windows:
- Restart Anki
- Adds a Progress column showing the percentage of cards seen
- Adds an additional column showing the absolute count (seen/total)
- Works with all deck types and hierarchies
It's pretty bad code. If I stop using it, it will likely break in the next update.
If you want changes, clone the repo and implement the changes yourself, its just one file file and 50 lines. I did most of the work by hunting down the appropriate methods and formats
Built to run for Anki 24.06.3+
