Anki/rslib/src/notetype
Damien Elmes fe5dee2a67 rework various aspects of the test scheduler
- Daily limits are no longer inherited - each deck limits its own
cards, and the selected deck enforces a maximum limit.
- Fetching of review cards now uses a single query, and sorts in advance.
In collections with a large number of overdue cards and decks, this is
faster than iterating over each deck in turn.
- Include interday learning count in review count & review limit, and
allow them to be buried.
- Warn when parent review limit is lower than child deck in deck options.
- Cap the new card limit to the review limit.
- Add option to control whether new card fetching short-circuits.
2021-05-16 20:23:07 +10:00
..
cardgen.rs rework various aspects of the test scheduler 2021-05-16 20:23:07 +10:00
emptycards.rs use aux var when retrieving last deck for notetype 2021-04-29 19:15:27 +10:00
fields.rs update backend to support undoing of notetype changes 2021-04-30 12:54:59 +10:00
header.tex move latex header and styling into separate files 2020-05-12 21:13:33 +10:00
mod.rs undoing of notetype fields 2021-04-30 17:15:59 +10:00
render.rs remove some duplicate code & add deck.or() helper 2021-05-14 22:35:52 +10:00
schema11.rs use aux var when retrieving last deck for notetype 2021-04-29 19:15:27 +10:00
schemachange.rs support undo for (renamed) unbury_deck() action 2021-04-30 20:03:20 +10:00
stock.rs update backend to support undoing of notetype changes 2021-04-30 12:54:59 +10:00
styling.css move latex header and styling into separate files 2020-05-12 21:13:33 +10:00
templates.rs update backend to support undoing of notetype changes 2021-04-30 12:54:59 +10:00
undo.rs undoing of notetype fields 2021-04-30 17:15:59 +10:00