

Extended Card Stats During Review
<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 (Updated 2017-08-30)
To download this add-on, please copy and paste the following code into Anki 2.1:
1008566916
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.
Reviews

just what I had in mind. thanks!

đ

How do I make it so it always shows this without having to press Shift C?

Great helper, thanks!
Please add nightmode support, now black text on dark-grey is readable, but it would be better looking if made a little lighter
Please add nightmode support, now black text on dark-grey is readable, but it would be better looking if made a little lighter

Very useful. Thank you!
~ Anki â¨2.1.48, macOS 11.6
~ Anki â¨2.1.48, macOS 11.6

Exactly what I wanted. Thanks!

Nice! đ
Works as expected. I don't really use it that often, but it's nice to know that if I want to see the history of a flashcard, I can.
Works as expected. I don't really use it that often, but it's nice to know that if I want to see the history of a flashcard, I can.

Great!

Should be implemented in Anki
Must have add-on
Must have add-on

Works perfect in Anki 2.1.42

sorry, this is not a review of this addon: I just want to know which shared deck uses "find country" like in the example picture

Useful especially if you tweak with other addons (f.e. auto ease)

It's a very useful addon, like Glutaminate tends to make/refactor...
Now, there is no night mode for the new versions of Anki that have it (2.1.20... maybe?), iirc this is what I had to do to get it to work:
In reviewer_card_stats.py add at to the end of the library list at top of file:
from aqt.theme import theme_manager
and then replace the _style function:
def _style(self):
from anki import version
if version.startswith("2.0."):
return ""
return f"""
td {{
font-size: 80%; }}
body {{
background: {theme_manager.str_color("window-bg")} }}
(you'll have to reindent of course, google "python indentation" if you get errors about it)
td, h3, center {{
color: {theme_manager.str_color("text-fg")}
}}
"""
#"td { font-size: 80%; }; "
It's taken from the update to this plugin (I still prefer this one) called Card Info During Review (https://ankiweb.net/shared/info/2179254157) who I thank for fixing the night mode.
Author is welcome to update with code of course. Works well with 2.1.35 that I've just started using, so far not noticed anything wrong.
Now, there is no night mode for the new versions of Anki that have it (2.1.20... maybe?), iirc this is what I had to do to get it to work:
In reviewer_card_stats.py add at to the end of the library list at top of file:
from aqt.theme import theme_manager
and then replace the _style function:
def _style(self):
from anki import version
if version.startswith("2.0."):
return ""
return f"""
td {{
font-size: 80%; }}
body {{
background: {theme_manager.str_color("window-bg")} }}
(you'll have to reindent of course, google "python indentation" if you get errors about it)
td, h3, center {{
color: {theme_manager.str_color("text-fg")}
}}
"""
#"td { font-size: 80%; }; "
It's taken from the update to this plugin (I still prefer this one) called Card Info During Review (https://ankiweb.net/shared/info/2179254157) who I thank for fixing the night mode.
Author is welcome to update with code of course. Works well with 2.1.35 that I've just started using, so far not noticed anything wrong.

Very useful to understand your past performance on a card and to identify problem cards.

It seems to disable itself automatically sometimes. (Probably the cause lies beyond this add-on, and I can easily enable it again. So don't see this as a bug report.)

I love you, Glutanimate!

night mode please????

It'd be great if the add-on automatically adjust the size of main window so that the card stays in the same size.

Thanks

Can you pleaseee make a night mode version of this?!

Good

Worked great , but in 2.2 Beta it seems to be smushed so you cannot read it very smoothly.

Fruitful. But how is it possible to customize information items to be shown therein?

piece of shit

cool

Is there a way to change the background & font color? e.g. the background to dark grey (#505050) & the normal text to white?

Good! Thank you
I like this idea
I like this idea

I like seeing all statistics of current card during review

How to change the size of the window? It's too small to see anything...
Comment from author
By dragging the handle on the separating line between the reviewer area and the stats area. If that doesn't work for you, then you're likely dealing with a bug and you should file a report here, as requested in the description of the add-on: https://github.com/glutanimate/anki-addons-misc/issues



Nice!
This addon is very useful to look back on my past progress, but I would think you need to change the menu name of it into another one a bit. It's because a keyword, "Card Status," had already been used in an addon of which you made good use.
This addon is very useful to look back on my past progress, but I would think you need to change the menu name of it into another one a bit. It's because a keyword, "Card Status," had already been used in an addon of which you made good use.

Does What I Wanted
This addon shows card stats during the review, but especially of interest to me, is that it shows all the same stats shown when pressing the "info" key in the browser. So if it's important to you to see a card's total review history, including steps during the Learning period, there's no need to go to the browser; you can if you wish simply see it during your reviews. Thanks to Glutanimate and to the previous authors as well!
This addon shows card stats during the review, but especially of interest to me, is that it shows all the same stats shown when pressing the "info" key in the browser. So if it's important to you to see a card's total review history, including steps during the Learning period, there's no need to go to the browser; you can if you wish simply see it during your reviews. Thanks to Glutanimate and to the previous authors as well!
