Skip to content

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, a…

Notifications You must be signed in to change notification settings

oooooooooooooooo/ProgressBarTimeLeft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-)

About

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, a…

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%