The deck browser on the main page is not efficient: the number of “New”, “Learn” and “Due” cards are displayed many times over for each parent deck. This redundant information creates an overabundance of information, and it can be hard to judge at a first gland how much work exactly there is left to do.
This add-on greys out all the numbers except for the lowest level decks. The information is still there, but only the numbers that matters are displayed in their usual color.
Here is an example:
This is a quick add-on I did mainly for myself, so I only tested it on my version of Anki (23.10.1). I don’t know if it works on earlier versions (probably not tbh). However if enough people are interested I might spend the extra-time making it compatible with earlier versions. This is a small add-on, only a four lines change. If you know a bit of Python and HTML you can even do it yourself.
Screenshots

Liên kết hỗ trợ
Reviews (1)
👍 2024-02-18
Sometimes lowest decks are grayed out too. I’ve made this change to your code, as a workaround: if not node.collapsed and len(node.children) != 0: Thank you for the addon! Comment from author before post was edited It doesn’t do that on my end, except when the deck has been entirely reviewed for the day, which is the expected behavior. Have you noticed any pattern to this error, or would you mind sharing a screenshot of your main screen, so I can fix this? Thank you.