Anki/rslib/src/notetype
RumovZ 9aca778a93
Backend Custom Study (#1600)
* Implement custom study on backend

* Switch frontend to backend custom study

* Skip typecheck for new pb classes

* Build tag search string on backend

Also fixes escaping of special characters in tag names.

* `cram.cards` -> `cram.card_limit`

* Assign more meaningful names in `TagLimit`

* Broaden rustfmt glob

* Use `invalid_input()` helper

* Assign `FilteredDeckForUpdate` to temp var

* Implement `SearchBuilder`

* Rewrite `custom_study()` with `SearchBuilder`

* Replace match macros with `SearchBuilder`

* Remove `into_nodes_list` & `concatenate_searches`
2022-01-20 14:25:22 +10:00
..
cardgen.rs update most rust deps; skip rusqlite 2021-06-25 15:35:25 +10:00
emptycards.rs use aux var when retrieving last deck for notetype 2021-04-29 19:15:27 +10:00
fields.rs Editor Field Descriptions (#1476) 2021-11-06 09:42:48 +10:00
header.tex move latex header and styling into separate files 2020-05-12 21:13:33 +10:00
mod.rs Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
notetypechange.rs Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
render.rs fix clippy lints for latest Rust 2021-06-21 13:09:36 +10:00
schema11.rs fix Clippy lints in Rust 1.57 2021-12-03 19:53:37 +10:00
schemachange.rs Backend Custom Study (#1600) 2022-01-20 14:25:22 +10:00
stock.rs Skip new notetype checks when importing apkg 2021-07-28 21:46:51 +02:00
styling.css Mathjax editor improvements (#1502) 2021-11-23 10:27:32 +10:00
templates.rs Card info cleanup (#1446) 2021-10-23 11:00:43 +10:00
undo.rs undoing of notetype fields 2021-04-30 17:15:59 +10:00