From acbb24ccd4b5c49fa60387b1d83f7d68f6fb470f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 15 Jun 2012 02:31:52 +0900 Subject: [PATCH] decreasing ivls preset --- anki/consts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anki/consts.py b/anki/consts.py index 805e50b2e..f3d5b6191 100644 --- a/anki/consts.py +++ b/anki/consts.py @@ -96,8 +96,11 @@ def dynExamples(): search="rated:1:1", order=4)], [_("Review ahead by two days"), dict( search="prop:due<=2", order=6)], + None, [_("Review due cards with tag"), dict( search="is:due tag:%s" % _("type_tag_here"), order=6)], + [_("Review due cards with decreasing intervals"), dict( + search="is:due", order=3)], None, [_("Cram all cards"), dict( search="", order=0, steps="1 10 20")],