mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
47 stars 6 forks source link

Calculate known morphs by language (or note type, or deck) #242

Open szalejot opened 1 month ago

szalejot commented 1 month ago

Is your feature request related to a problem?

I am studying multiple languages in Anki. Currently add-on shows only sum of all known morphs for the whole collection.

Describe the solution you would like

Calculate known morphs by language, or note type, or deck. Generally provide a way to calculate known morphs only for the selected part of the collection.

mortii commented 1 month ago

Thanks for the suggestion!

How about a separate "stats" windows that showed more granular stats like that? I kinda like the U and A numbers being the sums of whole collection.

szalejot commented 1 month ago

Yes, that will also be an improvement from my perspective. My main pain point currently is lack of tool to easy track the progress for each language.

mortii commented 1 month ago

My main pain point currently is lack of tool to easy track the progress for each language.

Understandable. One alternative is to use different anki profiles, one for each language.

I think doing stats for note types or decks can be done without making any changes to the database, but doing it by language would probably require a significant rewrite.

I probably won't have time to implement this for many, many months, sorry about that :pray: