18 0
Contact Author Sign in to rate

Progress Bar (original)

0.01MB. Updated 2022-07-28.

Description

A fork of the Progress Bar add-on so that it works with the newer versions of Anki CREDIT to Glutanimate and nest0r/Ja-Dark for the original add-on. Please see the original add-on page for more details. RECOMMENDED CONFIG (credit to the review/comment on the original add-on page): showPercent: true showNumber: true maxWidth: "20px" if Night Mode: backgroundColor: "#2f2f31" if NOT Night Mode: textColor: "black" Please report any issues or bugs on GitHub, though I am only trying to mirror the original add-on in term of functionalities. CHANGELOG 2022-07-28 - Version 0.2 (Current)2022-07-26 - Initial Version 0.1 - Archive

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:

To download this add-on, please copy and paste the following code into Anki 2.1:

1685464019

If you were linked to this page from the internet, please open Anki on your computer, go to the Tools->Add-ons menu item, then click on Get Add-ons and paste in the code.

All Anki 2.1.x Add-Ons Contact Author

Reviews

on 1686147142
works
on 1678815081
Sensacional o Progress Bar (original), parabéns ao Desenvolvedor!!!
on 1677556566
Simple, effective, and elegant.
on 1675742203
很好用,可以看出完成了多少卡片了,非常直观。
on 1674746747
Thank you very much sir! This community is awesome!
on 1672971517
omg thank you so much, very simple but effective.
this addon lets me see my progress and give me motivation to continue.
on 1672648246
Works
on 1672185670
This is a great add-on but stopped working! I used it for about a month and it was perfect, then one day it started displaying lower than usual and it now overrides text on my cards instead of displaying just below the toolbar. I did not make any changes to my Anki that I can think of. The progress bar now persists on my desktop even if I move the anki window around. Has anyone else had this problem or knows a fix?

The problem persists after disabling/enabling the add on, deleting/redownloading the add on, and after I disable all other anki-add ons and restart anki with only the progress bar enabled. Also restarted computer. Anki Version ⁨2.1.54 (b6a7760c)⁩
on 1668156624
Great, thank you.
can you add support for anki mobile ?
Comment from author
I don't think add-ons are supported on anki mobile? at least on iOS, and I don't have an Android
on 1667196691
Very Helpful

Edit1: Thanks to the comment below, make my anki more neat + ND fullscreen
on 1667091532
TRUE RECOMMENDED CONFIG (pleasant and tidy):
{

"backgroundColor": "#CCE3F7",

 "borderRadius": 0,

"foregroundColor": "#0093D0",

"maxWidth": "5px",

 "showNumber": false,

 "showPercent": false,

 "textColor": "aliceblue"

}
on 1665796735
Works with new version of Anki!
on 1664728098
This is awesome. Thanks for your work on this. Is there a way to put the progress bar at the top instead of the bottom?
Comment from author
I think the top is actually the default, did you by chance edit the code or using a different add-on?
on 1664631615
👍
on 1664394918
It works well but there is a bug that if I create a filtered deck and then delete it - as far as the bar is concerned it is considered as if I have answered the questions and not that there is no reference.
on 1659793472
Love it!

Is there anyway to adjust it so the bar shows the % done of your entire collection rather than the current deck?
Comment from author
would recommend checking out the other progress bar project: https://ankiweb.net/shared/info/1097423555 by @carlos1172

mostly trying to keep the original code while improving compatibility with newer Anki versions and not necessarily add new features, however, if I do find the time, I can see if I can make it into an option
on 1659390964
Very useful.Thanks!!
on 1658949114
Thanks a lot, I really want this addon back ! It is working on anki 2.49 that I have.
However, there still have some issues of compatibility with the addon "anki redesign" (I guess this is this one). I had to do lot of reboots of anki to see my progress bar appears with the config below that I put from the start. Maybe some fix are need to improve the stability of the addon with others addons ?


My config:
{
"backgroundColor": "#2f2f31",
"borderRadius": 0,
"foregroundColor": "#79FF43",
"maxWidth": "20px",
"showNumber": false,
"showPercent": true,
"textColor": "white"
}
Comment from author
EDIT: I have made some changes so that the progress bar can be redrawn based on config changes (without needing to restart Anki), but it might still conflict with other add-ons.

You seem to have the correct configuration set.

The original add-on does require a restart of Anki each time the code is changed, and I can look into if I can refresh the progress bar.
However, if another add-on redraws the palette (I unfortunately do not use the Anki Redesign add-on), it is difficult to detect every time and might cause conflict.