mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
decreasing ivls preset
This commit is contained in:
parent
c394886af8
commit
acbb24ccd4
1 changed files with 3 additions and 0 deletions
|
@ -96,8 +96,11 @@ def dynExamples():
|
||||||
search="rated:1:1", order=4)],
|
search="rated:1:1", order=4)],
|
||||||
[_("Review ahead by two days"), dict(
|
[_("Review ahead by two days"), dict(
|
||||||
search="prop:due<=2", order=6)],
|
search="prop:due<=2", order=6)],
|
||||||
|
None,
|
||||||
[_("Review due cards with tag"), dict(
|
[_("Review due cards with tag"), dict(
|
||||||
search="is:due tag:%s" % _("type_tag_here"), order=6)],
|
search="is:due tag:%s" % _("type_tag_here"), order=6)],
|
||||||
|
[_("Review due cards with decreasing intervals"), dict(
|
||||||
|
search="is:due", order=3)],
|
||||||
None,
|
None,
|
||||||
[_("Cram all cards"), dict(
|
[_("Cram all cards"), dict(
|
||||||
search="", order=0, steps="1 10 20")],
|
search="", order=0, steps="1 10 20")],
|
||||||
|
|
Loading…
Reference in a new issue