/ProgressBarTimeLeft

Hello, this is my first "add-on" (which isn't really by me since I just tweaked/merged Glutanimate's Progress Bar add-on with Carlos Duarte's More Decks Stats and Time Left add-on.). I basically got the progress bar to work on 2.1.49, as well as added statistics for cards left, percentage left, time (s) spent per card based on today's reviews, and time left based on how fast you've done today's reviews. Note: it says studied 637 cards in 1.36 hours today (7.67 s/card) but that's not reflected in the progress bar because I did those reviews on iPad. Also, the progress bar only tracts reviews in your current anki session. If you restart the app, it'll reset to 0 cards done (but the total cards left will be less already). I have not tested this on any other version besides 2.1.49, but I just wanted to share it since it took me a while to get this working and I'm very proud of it (and am hugely thankful to Glutanimate and Mr. Duarte). Installation: Unzip them and paste them in C:\%APPDATA%\Anki2\addons21

Primary LanguagePython

ProgressBarTimeLeft

Hello, this is my first "add-on" (which isn't really by me since I just tweaked/merged Glutanimate's Progress Bar add-on with Carlos Duarte's More Decks Stats and Time Left add-on.). I basically got the progress bar to work on 2.1.49, as well as added statistics for cards left, percentage left, time (s) spent per card based on today's reviews, and time left based on how fast you've done today's reviews.

I have not tested this on any other version besides 2.1.49-2.1.54, but I just wanted to share it since it took me a while to get this working and I'm very proud of it (and am hugely thankful to Glutanimate and Mr. Duarte).

Installation: Double click the anki-addon file or install the add-on from https://ankiweb.net/shared/info/1097423555

P.S. This is my first time using GitHub and Anki-Web, so please be kind :(

Update see ankiwebs link for changelog

Configuration

CHANGE ALL VALUES IN reviewer_progress_bar.py

If True, write "True", otherwise leave it empty (e.g. "")

Change the following in reviewer_progress_bar.py
"includeNew": "True",
"includeRev": "True",
"includeLrn": "True",
"includeNewAfterRevs": "True",
"scrollingBarWhenEditing": "True",
"invertTF": "",
"forceForward": "",
"dockArea": "Qt.TopDockWidgetArea"
"orientationHV": "Qt.Horizontal" "qtxt": "aliceblue",
"qbg": "rgba(0, 0, 0, 0)",
"qfg": "#3399cc",
"qbr": "5",
"maxWidth": "20",
"orientationHV": "Qt.Horizontal",
"tz": 8 #GMT+ CHANGE THIS TO YOUR GMT+_ (negative number if you're GMT-)