Progress Bar
<10kB. Updated 2017-08-30.
The author has shared 65 other
item(s).
Description
Download
As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.
Supported Anki versions:
- 2.1.0-2.1.26 (Updated 2017-08-30)
To download this add-on, please copy and paste the following code into Anki 2.1:
2091361802
If you were linked to this page from the internet, please open Anki on your computer, go to the Tools menu and then Add-ons>Browse & Install to paste in the code.
All Anki 2.1.x Add-Ons Contact Author
Reviews

.

Code Invalid

shows error in latest mac version

same code as this but now compatible with 2.1.49+ @ https://ankiweb.net/shared/info/1685464019
recommended config (credit to the review/comment below):
showPercent: true
showNumber: true
maxWidth: "20px"
if Night Mode: backgroundColor: "#2f2f31"
if NOT Night Mode: textColor: "black"
recommended config (credit to the review/comment below):
showPercent: true
showNumber: true
maxWidth: "20px"
if Night Mode: backgroundColor: "#2f2f31"
if NOT Night Mode: textColor: "black"

Error Code (Anki Version 2.1.54)

Error code

Error code

Thank you to the reviewer from 06/07! The add-on appears to be working after following their steps.

Thank you Glutanimate for your hard work!
I’m using Anki 2.1.49
HOW TO INSTALL "Progress Bar" ADD-ON:
1. Go to https://github.com/glutanimate/anki-addons-misc
2. Scroll down until you find "Download a copy of the full repository zip archive" and click on the text “full repository zip archive” which is highlighted in blue to download. Extract the files and keep them in downloaded files for an easy access point
3. From Anki, go to where you would usually add add-on codes, but click the "View files" button instead. It will open a folder called “addons21” on your computer for you
4. Inside the file you extracted earlier in step 2 -> Open “scr” -> Scroll down until you find "review_progress_bar" -> Move the "review_progress_bar" folder to the folder “addons21” in step 3
5. Inside "review_progress_bar" folder, double click on the "review_progress_bar.py" file (or open it with Notepad) to edit
6.
6.1. Inside "review_progress_bar.py", find and edit 3 lines as below (If you want to show the percentage value and the number) (the maxWidth = "20px" makes sure that the percentage and number text fit inside the progress bar):
showPercent = True # Show the progress text percentage or not.
showNumber = True # Show the progress text as a fraction
maxWidth = "20px" # (e.g. "5px". default: "")
6.2
- If you DON’T USE Night Mode in Anki, find and edit the line as below (to change text color of the percentage value and number to “black”):
qtxt = "black" # Percentage color, if text visible.
- If you USE Night Mode in Anki, find and edit the line as below to make it fit with Anki’s Night Mode color (#2f2f31):
qbg = "#333333" # Background color of progress bar.
7. Save -> Close and Restart Anki
I’m using Anki 2.1.49
HOW TO INSTALL "Progress Bar" ADD-ON:
1. Go to https://github.com/glutanimate/anki-addons-misc
2. Scroll down until you find "Download a copy of the full repository zip archive" and click on the text “full repository zip archive” which is highlighted in blue to download. Extract the files and keep them in downloaded files for an easy access point
3. From Anki, go to where you would usually add add-on codes, but click the "View files" button instead. It will open a folder called “addons21” on your computer for you
4. Inside the file you extracted earlier in step 2 -> Open “scr” -> Scroll down until you find "review_progress_bar" -> Move the "review_progress_bar" folder to the folder “addons21” in step 3
5. Inside "review_progress_bar" folder, double click on the "review_progress_bar.py" file (or open it with Notepad) to edit
6.
6.1. Inside "review_progress_bar.py", find and edit 3 lines as below (If you want to show the percentage value and the number) (the maxWidth = "20px" makes sure that the percentage and number text fit inside the progress bar):
showPercent = True # Show the progress text percentage or not.
showNumber = True # Show the progress text as a fraction
maxWidth = "20px" # (e.g. "5px". default: "")
6.2
- If you DON’T USE Night Mode in Anki, find and edit the line as below (to change text color of the percentage value and number to “black”):
qtxt = "black" # Percentage color, if text visible.
- If you USE Night Mode in Anki, find and edit the line as below to make it fit with Anki’s Night Mode color (#2f2f31):
qbg = "#333333" # Background color of progress bar.
7. Save -> Close and Restart Anki

The fix in the reviews works. BUT this addon is still incompatible with "deck and card info sidebar during review (https://ankiweb.net/shared/info/673114053). If you try running both together, you'll get an error after ~30min of use. If someone finds a way to hack this addon to make it compatible, please let us know

Thank you very much Glutanimate. Seriously, those who put thumbs down are very ungrateful, even though they explain below how to solve the use of the addon

Great addon. Work on 2.1.50 with the workaround

I did the steps according to 2/7/2022 but when I click configure on the reviewer_progress_bar add-on page in anki, it says "add-on has no configuration." How do I edit the max width and stuff like you all are saying?

thumbs up because all the thumbs down are so annoying holy shit stfu nobody likes you. i swear if the person above me is another thumbs down they will be eaten by edp

I have the 2.1.49 version of Anki and got this to work for me! Just follow the instructions from the comment from 2/7/2022. I know you're frustrated and want to leave a downvote, but seriously? stop complaining, this is a free add-on and people have been posting instructions on how to get it from github. Copy-pasted the helpful comment below with some edits for Mac users:
1) Go to https://github.com/glutanimate/anki-addons-misc
2) Scroll down until you find "Download a copy of the full repository zip archive" and click on the text highlighted in blue to download. Extract the files and keep them in downloaded files for an easy access point.
3) From Anki, go to where you would usually add add-on codes, but click the "View files" button instead. You should see a folder called addons21.
4) Move the "review_progress_bar" folder from the file you extracted earlier to this new folder.
5) Double click on the "review_progress_bar.py" file and change maxWidth to 10. Save file.
6) Close and restart Anki. Voila!
Also someone wrote this to make your progress bar look like a boss fight:
"You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!"
cheers
1) Go to https://github.com/glutanimate/anki-addons-misc
2) Scroll down until you find "Download a copy of the full repository zip archive" and click on the text highlighted in blue to download. Extract the files and keep them in downloaded files for an easy access point.
3) From Anki, go to where you would usually add add-on codes, but click the "View files" button instead. You should see a folder called addons21.
4) Move the "review_progress_bar" folder from the file you extracted earlier to this new folder.
5) Double click on the "review_progress_bar.py" file and change maxWidth to 10. Save file.
6) Close and restart Anki. Voila!
Also someone wrote this to make your progress bar look like a boss fight:
"You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!"
cheers

invalid code :(

The Fix on the comments below Works perfectly, and the boss bar looks RAD.

Invalid code :(

Invalid code :/

is there any intention to fix this? i dont think it should be necessary to have to go through the process thats listed, and looks like instructions on how to hack the pentagon and doesnt make any sense

If this no longer works for you and you are here for a downvote, try this.
If things are updated past this date and it works, ignore this comment.
Great add-on still, just needs manual thinking on the users' part.
You need to delete the original add-on from your Anki Add-on folders on your computer, then redownload from Github, make a few small edits using a text editor like "Notepad" or "Notepad++" to change width of bar.
Helpful comments:
"
"Go to https://github.com/glutanimate/anki-addons-misc and download the masterzip file "Download a copy of the full repository zip archive" the same file you get from that line highlighted in blue. Extract the files and keep them in downloaded files for an easy access point.
Go to the windows bar and search up %APPDATA%\Anki2 and copy the entire review_progress_bar folder over into addons 21( you find the progress bar in the src)
Then close and restart anki it should work."
"You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!"
If things are updated past this date and it works, ignore this comment.
Great add-on still, just needs manual thinking on the users' part.
You need to delete the original add-on from your Anki Add-on folders on your computer, then redownload from Github, make a few small edits using a text editor like "Notepad" or "Notepad++" to change width of bar.
Helpful comments:
"
"Go to https://github.com/glutanimate/anki-addons-misc and download the masterzip file "Download a copy of the full repository zip archive" the same file you get from that line highlighted in blue. Extract the files and keep them in downloaded files for an easy access point.
Go to the windows bar and search up %APPDATA%\Anki2 and copy the entire review_progress_bar folder over into addons 21( you find the progress bar in the src)
Then close and restart anki it should work."
"You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!"

Please update it for newer versions, would be lovely for many people

it doesn't work anymore

It doesnt work anymore

Does not work in 2.1.49 or 2.1.44. I am not going to spend time trying to hack it to get it to work.

Works in 2.1.49 after some tinkering!
Check out the modified version of this that I posted on reddit (I added seconds/card + hrs. left): https://www.reddit.com/r/Anki/comments/r10i2j/glutanimates_progress_bar_addon_review_speed_time/
Check out the modified version of this that I posted on reddit (I added seconds/card + hrs. left): https://www.reddit.com/r/Anki/comments/r10i2j/glutanimates_progress_bar_addon_review_speed_time/

Actualizar por favor

If things are updated past this date and it works, ignore this comment.
Great add-on still, just needs manual thinking on the users' part. Thank you, Glutanimate for making this add-on free in the first place. Anki is just an App, this plug-in makes it better.
You need to delete the original add-on from your Anki Add-on folders on your computer, then redownload from Github, make a few small edits using a text editor like "Notepad" or "Notepad++" to change width of bar.
Helpful comments:
"
"Go to https://github.com/glutanimate/anki-addons-misc and download the masterzip file "Download a copy of the full repository zip archive" the same file you get from that line highlighted in blue. Extract the files and keep them in downloaded files for an easy access point.
Go to the windows bar and search up %APPDATA%\Anki2 and copy the entire review_progress_bar folder over into addons 21( you find the progress bar in the src)
Then close and restart anki it should work."
"You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!"
https://github.com/glutanimate/anki-addons-misc/tree/64c3c50d78f729a49aa90eca42f5f0c7062e1983/src
Great add-on still, just needs manual thinking on the users' part. Thank you, Glutanimate for making this add-on free in the first place. Anki is just an App, this plug-in makes it better.
You need to delete the original add-on from your Anki Add-on folders on your computer, then redownload from Github, make a few small edits using a text editor like "Notepad" or "Notepad++" to change width of bar.
Helpful comments:
"
"Go to https://github.com/glutanimate/anki-addons-misc and download the masterzip file "Download a copy of the full repository zip archive" the same file you get from that line highlighted in blue. Extract the files and keep them in downloaded files for an easy access point.
Go to the windows bar and search up %APPDATA%\Anki2 and copy the entire review_progress_bar folder over into addons 21( you find the progress bar in the src)
Then close and restart anki it should work."
"You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!"
https://github.com/glutanimate/anki-addons-misc/tree/64c3c50d78f729a49aa90eca42f5f0c7062e1983/src

Not supported

didn't work

No longer supported

Very good addon, 05/06/2021 guide explains how to install despite incompatibility
You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!
You can make it look like a boss bar by editing the python file
Just change colors : qbg = "#FF0000" # Background color of progress bar.
qfg = "#1E1E1E" # Foreground color of progress bar.
Then change maxWidth to 10 and change invertTF to True
Your boss battle can begin!

not supported

I STARTED USING ANKI RECENTLY...AND DON'T KNOW MUCH ABOUT ADD ONS...COULD SOMEONE PLZ GUIDE ME HOW TO INSTALL PROGRESS BAR

Not supported anymore

The installation didn't work at first using the code shown in the description (2091361802).
However going through the reviews, I fell on one that showed an alternative way, and it worked (the review in question was made on 05.06.2021). Check it out. Works great!
However going through the reviews, I fell on one that showed an alternative way, and it worked (the review in question was made on 05.06.2021). Check it out. Works great!

unfortunately the download code does not work

not working

not working

Add-on does not work for me.

Excellent job, 2.1.44 works, just follow the steps in comment 4/6/2021

if you updated/reinstalled Anki and this addon doesn't work any more, please follow the steps written on the comment from 05/06/2021.

The installation didn't work at first upon using the code shown in the description (2091361802), though I am using Anki 2.1.44. However, upon going through the reviews, I fell on one that showed an alternative way, and it worked (the review in question was made on 05.06.2021). Cheers to the mate and the author!

Go to https://github.com/glutanimate/anki-addons-misc and download the masterzip file "Download a copy of the full repository zip archive" the same file you get from that line highlighted in blue. Extract the files and keep them in downloaded files for an easy access point.
Go to the windows bar and search up %APPDATA%\Anki2 and copy the entire review_progress_bar folder over into addons 21( you find the progress bar in the src)
Then close and restart anki it should work.
Edited
You guys should try to understand that every new update breaks lots of addons.
Go to the windows bar and search up %APPDATA%\Anki2 and copy the entire review_progress_bar folder over into addons 21( you find the progress bar in the src)
Then close and restart anki it should work.
Edited
You guys should try to understand that every new update breaks lots of addons.

I love this! I just installed it from github and went into the files to hopefully figure out what I needed to change in order to make it look how I want to. (I've never learned python.)
The comments in the code really are helpful. I can't believe you took the time to type all of that out dude. True dedication.
The comments in the code really are helpful. I can't believe you took the time to type all of that out dude. True dedication.

Absolutely fantastic add on and a great developer! If it's not working for you, make sure you have the latest stable version (I think that's 2.1.40 at the time of writing) and download the 'master' zip file from github, as suggested in other reviews. Follow the instructions and it works like a charm

All of your add-ons, including this one are absolute blessing. God bless you. You are savior. Breaks my heart to see the downvotes.

no funciona la herramienta

Outdated

FIX NOT WORKING

Doesn't work

Works on 2.1.35 had to manually add zip from the github though.

I received word about a month ago that they fixed the issue... however, it has been approx. a month since I receive this message. I am not trying to be a jerk, but seriously, we need this. I will update to a thumbs up once the update is available.

Doesnt work anymore

Doesn't work on version 2.1.42 :(

It does not work in Version 2.1.38 (355e4cd5). We urgently need to update the tool.

Good stuff. Nice to see how far you are doing. Very encouraging when you are doing a lot of reps but most of them are "again"s so your progress does not increase.
Those that downvote for being "outdated". It works. Copy the one from the Github page. Or else don't use a computer. Like the working version is there you just have to get it. How ungrateful can you be?
Those that downvote for being "outdated". It works. Copy the one from the Github page. Or else don't use a computer. Like the working version is there you just have to get it. How ungrateful can you be?

doesn't work

Hey author, don't mind the impolite comments, you have done much for the Anki community. I hope you are well and you have time to return to contribute more in the future. For those who are looking for an alternative, the remaining time add-on is really great and also very informative.

People donated to your Patreon and you took the money and ran you piece of shit. This add-on has been broken for longer than I can keep track of.

Not supported for the 2.1.42 :|

It worked fine but almost 4 years have passed since the last update.

I am on version 2.1.35 and the add-on is working for me. I updated the source code from GitHub pull request #152 along with the meta.json file. I tried to detail how to fix the issue in GitHub issue #163, or look at the add-on rating from 1/16/2021 below.

Thank you for your continued work!

Thank you for your hard work :) waiting for the update

No longer functional on the lastest version

Please current version

Glutanimate you are great. Waiting for more content of yours

Not compatible with the latest version

Doesnt workt with 2.1 but still pretty clean, easy and mazing before it got outdates. Waiting for an update!

Good while it worked

Whi it does not work with current version (2.1.37)?

I need help, I get an error message when putting the code "The code is not valid or the plugin is not available for your version of anki". Thank you for your answer

want it to be updated

Great plugin. It seems to be working fine with Anki latest version using this updated file:
https://github.com/glutanimate/anki-addons-misc/blob/64c3c50d78f729a49aa90eca42f5f0c7062e1983/src/reviewer_progress_bar/reviewer_progress_bar.py
and updating the meta.json file to this:
{"name": "Progress Bar", "mod": 1504033211, "min_point_version": 0, "max_point_version": -38, "branch_index": 0, "disabled": false, "conflicts": []}
Obviously don't expect support from the author if you do this.
https://github.com/glutanimate/anki-addons-misc/blob/64c3c50d78f729a49aa90eca42f5f0c7062e1983/src/reviewer_progress_bar/reviewer_progress_bar.py
and updating the meta.json file to this:
{"name": "Progress Bar", "mod": 1504033211, "min_point_version": 0, "max_point_version": -38, "branch_index": 0, "disabled": false, "conflicts": []}
Obviously don't expect support from the author if you do this.

unsupported

It's not supportable with the newest version

Downgraded to 2.1.26 for this add-on and it works flawlessly - would love for it to be updated some time soon.
Thanks!
Thanks!

It´s broken, please fix it

I love it!

a great addon hopefully it gets updated soon

Please update

Add-on is great for motivation to get you through a deck. Hopefully, there will be an update soon for the current Anki-version.

Seems to be a good one. Looking forward to the update so that I can also use it, though.

Excellent way of self motivating during review blocks. Thank you.

please update
edit: Appreciate that an update is in the works, and apologies that you've felt disrespected. I've been running on 2.1.26 specifically for this add on since February. While I think folks have been patient for an update, I understand that being down-voted into oblivion sucks. This is one of my favorite add ons, so I'm looking forward to updating my rating when I can update Anki and continue to use this add on.
edit: Appreciate that an update is in the works, and apologies that you've felt disrespected. I've been running on 2.1.26 specifically for this add on since February. While I think folks have been patient for an update, I understand that being down-voted into oblivion sucks. This is one of my favorite add ons, so I'm looking forward to updating my rating when I can update Anki and continue to use this add on.
Comment from author before post was edited
Guys, leaving four downvotes in a row with "Please update" is not a very polite nor effective way to get add-on authors to do something. The update is in progress and will be available when it's ready. Until then you're more than welcome to use Anki 2.1.26 which is clearly marked as the last supported Anki version above. Generally speaking: If you like to use a lot of Anki add-ons, it's best to stay a few versions behind as new Anki updates constantly break add-ons.

I need an undapte pleaseeeeeeeee, It doesn't work with the latest version

Version doesnt work with 2.1.35

doesnt work for anki 2.1.3

eagerly awaiting add on update!

This is my favorite add on by far. I recently was forced by anki to update my application to a newer version that is past the supported version for this add-on. Would love an update.

needs an update i think!

Needs to be updated. Cannot download. : (

Please .... Update this addon >>>>>>>>>

Hate to dislike this nice addon. But the only thing I didn't like, and which was a deal breaker is the fact that the bar resets everytime you leave. I have decks with more than 400, taking about 2 hours to complete, I can't possible do them in one go. And the fact that the bar resets, makes it feel like a lost progress.
Would be great if you also count the review count as well, so the total would be. New+lapsed+due+reviewed.
Would be great if you also count the review count as well, so the total would be. New+lapsed+due+reviewed.

really like it !
Excited for the update!
Excited for the update!

Please update. It is a really helpful feature

Excited for the update!

Excited for the update!
Comment from author before post was edited
Guys, leaving four downvotes in a row with "Please update" is not a very polite nor effective way to get add-on authors to do something. The update is in progress and will be available when it's ready. Until then you're more than welcome to use Anki 2.1.26 which is clearly marked as the last supported Anki version above. Generally speaking: If you like to use a lot of Anki add-ons, it's best to stay a few versions behind as new Anki updates constantly break add-ons.

Love this add-on. Looking forward to the update :)

We know you are working hard on an update. I check in almost every day and am looking forward to it.
Thank you for your hard work on this add-on and many others. I'm sorry for the degenerates.
Thank you for your hard work on this add-on and many others. I'm sorry for the degenerates.

Please update!!!
Comment from author
Guys, leaving four downvotes in a row with "Please update" is not a very polite nor effective way to get add-on authors to do something. The update is in progress and will be available when it's ready. Until then you're more than welcome to use Anki 2.1.26 which is clearly marked as the last supported Anki version above. Generally speaking: If you like to use a lot of Anki add-ons, it's best to stay a few versions behind as new Anki updates constantly break add-ons.

Please update
Comment from author
Guys, leaving four downvotes in a row with "Please update" is not a very polite nor effective way to get add-on authors to do something. The update is in progress and will be available when it's ready. Until then you're more than welcome to use Anki 2.1.26 which is clearly marked as the last supported Anki version above. Generally speaking: If you like to use a lot of Anki add-ons, it's best to stay a few versions behind as new Anki updates constantly break add-ons.

So helpful! Please update!

Love this add on pleaseeeee update

Not Working in Anki 2.1.30 (06a69c25). Don't know how to fix like someone here in the comments said. :(

Applying/downloading the version from liuzikai made this work. This is still a great add-on.
https://github.com/liuzikai/anki-addons-misc/tree/master/src/reviewer_progress_bar
https://github.com/liuzikai/anki-addons-misc/tree/master/src/reviewer_progress_bar

não funciona na minha versão do anki,

I beg you to update this add-on, I love it and I need it. Much love to you.

Excellent means of tracking progress! Love how configurable the progress bar is.

It was a great add-on (hence the "thumb up"), but unfortunately, it doesn't work with 2.1.30, the lastest version. There is an open GitHub issue here: https://github.com/glutanimate/anki-addons-misc/issues/146

Bug

Tks!

Thank you! Simple and effective!

In version 1.3, the bar does not show the right value/percentage for me.
It can be fixed by updating the code (replacing it) inside the "reviewer_progress_bar.py" add-on file with the one found here (currently version 2.0):
https://github.com/glutanimate/anki-addons-misc/blob/master/src/reviewer_progress_bar/reviewer_progress_bar.py
Additionally, if someone wants to show the percentage value, it is needed to edit two lines (the 2nd one below makes sure that the % text fits inside the progress bar):
showPercent = True # Show the progress text percentage or not.
maxWidth = "20px" # (e.g. "5px". default: "")
It can be fixed by updating the code (replacing it) inside the "reviewer_progress_bar.py" add-on file with the one found here (currently version 2.0):
https://github.com/glutanimate/anki-addons-misc/blob/master/src/reviewer_progress_bar/reviewer_progress_bar.py
Additionally, if someone wants to show the percentage value, it is needed to edit two lines (the 2nd one below makes sure that the % text fits inside the progress bar):
showPercent = True # Show the progress text percentage or not.
maxWidth = "20px" # (e.g. "5px". default: "")

Awesome!

Great app, shows your progress in each deck!

Literally a life-saver! This add-on combined with Speed Focus Mode has forced me to sit and get through my cards. The bar keeps me from going back to the deck home page and the speed focus mode keeps me from zoning out. Together I am being so efficient.

Buggy

Very helpful.

great

Works as described

qwq

Great add-on!

Progressed faster than the deck. Showed it was done when it was not.

Love this. I would love to not lose my progress when I take a break, go to home screen, and sync.

genius!

Visuel très pratique !

Great add on, and the developer is a swell fella!

Using a Macbook Air - after adding Progress Bar, my Anki crashed 4 times in ~10 hours, after never having crashed s/p months of use. Pretty bummed about it because the concept is strong. Will wait for bug fixes before trying again.
Comment from author
Sorry to hear that. Unfortunately it's very difficult to investigate issues like this without more information (like the exact error message, your system and Anki setup, and more). The thing is: Over close to 2 years of the add-on being out, this is the first report to that effect. So whatever problem you're facing is likely to be a combination of factors specific to your system, which I would need to know more about in order to attempt reproducing the fault. If you could shoot me a message at ankiglutanimate@gmail.com, or open up a support thread on the Anki forums (https://anki.tenderapp.com/discussions/add-ons → requires no registration), that would be a great first step to go down that troubleshooting journey. Thanks!

Good motiviation for completing daily study

It doesn't work in Mac OS. After uninstalling and restarting, works fine. Can it also show percentage completed?

replaced the stress and anxiety generated by the increasing numbers Thank you.

really useful and beautiful

Thanks!

good !!

Thank you

good

love

I love the idea of gamifying Anki. Thank you! A true hero :)

good work

nice!

Good!

Like it

thx

Thanks

nice visual feedback

Great but the "config" panel doesn't appear in anki 2.1. You have to manually find and open "reviewer_progress_bar.py"

Simple and helpful! Great job!

Doesn't work for 2.1x. Even when I disable the learning cards, my bar always ends up randomly somewhere.

Great !

This tool is very interesting but I have a problem with it: when I leave the deck I'm studying for a break and suppose that I have studied 50% of the cards then when I go back the percentage is back to 0%, instead of 50%. Is there a way to save the progress I made freezing the % in some way? Thanks! Anyway your work is amazing!

Gives a satisfying feeling during review, unlike the card counts at the bottom.

Give a sense of place and location.

Nice one. Edit these colors in order to make it fit Night Mode addon (line 45):
qtxt = "aliceblue" # Percentage color, if text visible.
qbg = "#333333" # Background color of progress bar.
qfg = "#17b30a" # Foreground color of progress bar.
qbr = 0 # Border radius (> 0 for rounded corners).
qtxt = "aliceblue" # Percentage color, if text visible.
qbg = "#333333" # Background color of progress bar.
qfg = "#17b30a" # Foreground color of progress bar.
qbr = 0 # Border radius (> 0 for rounded corners).

The bar acts strangely by default, but if I use "includeLrn = False", it becomes much better. Learning cards stop to be counted, but it makes the bar act much more "normal" (does not go backwards).
Overall good addon, I like it!
Overall good addon, I like it!

útil

With the big deck, it's very useful

it jumps up and down and at the end its not 100% its somewhere in the middle
Comment from author
Try setting "includeLrn = False" in the settings, as recommended further up in the reviews. Most of the issues with the add-on are caused by cards in learning jumping back and forth between different card queues. Relevant bug report: https://github.com/glutanimate/anki-addons-misc/issues/33

Good but often goes backwards even when I press Good... Is there a problem ?

Very nice!

excelente

It works fine for me. Excellent add on.

If you have a small deck, it somehow works though it behaves a little unpredictable. If you have a very big deck, it just does not work at all.



Beautiful, but it doesn't work
The progress bar is beautiful, you can customise it, which is really cool. However, the progress bar simply doesn't work, when I finish my deck, the progress bar doesn't display 100%. Sometimes I click on "good" and the progress bar does nothing and sometimes it moves even backwards!
The progress bar is beautiful, you can customise it, which is really cool. However, the progress bar simply doesn't work, when I finish my deck, the progress bar doesn't display 100%. Sometimes I click on "good" and the progress bar does nothing and sometimes it moves even backwards!



Thanks
I've been waiting foreeeeeever for someone to make this add-on
Thanks!
I've been waiting foreeeeeever for someone to make this add-on
Thanks!









more thin progress bar
Add 'max-height: 5px;' in line 130 if you want a more thin progress bar like this: https://goo.gl/tjJuRR
Add 'max-height: 5px;' in line 130 if you want a more thin progress bar like this: https://goo.gl/tjJuRR





Good one
Thanks for uploading. This is a helpful one...
Thanks for uploading. This is a helpful one...