lune-stone / anki-addon-limit-new-by-young

An add-on for Anki that can aid in maintaining a stable and efficient daily workload.
GNU Affero General Public License v3.0
7 stars 4 forks source link

It counts all buried cards as load #14

Closed aleksejrs closed 7 months ago

aleksejrs commented 8 months ago

I guess some pronoun or preposition in a card made AnkiMorphs bury 400 new cards in one of my decks with 34 review cards, which made this add-on show a 400+ load. After unburying, the load is 1.33.

aleksejrs commented 7 months ago

Wait, the problem is that New cards were counted as Review cards because they were Buried, but actually New. Buried Non-suspended cards that are Due should still be counted, because they will be unburied tomorrow, — is that possible? And I think it didn't affect Young and Soon?

aleksejrs commented 7 months ago

Now loadLimit ignores the learning cards (due or not). soonLimit did not ignore them, youngCardLimit ignored them before.