Skip to content

Commit

Permalink
Remove outdated info (#272)
Browse files Browse the repository at this point in the history
* remove outdated info

* update browsing section

* remove outdated info

* remove more cruft from filtered decks

* Update src/filtered-decks.md (dae)
  • Loading branch information
brishtibheja authored Sep 25, 2024
1 parent 6c9fad4 commit a6ef372
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 103 deletions.
2 changes: 1 addition & 1 deletion src/browsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ turn offer various actions that can be performed in the browser.
| Select All | Select all rows displayed. |
| Select Notes | Show only the currently selected notes and select all rows. |
| Invert Selection | Select those rows not selected, and deselect the currently selected rows. |
| Create Filtered Deck | Show the [filtered deck](filtered-decks.md#creating-manually) dialog and set the current browser search as a filter. Use <kbd>Alt</kbd> / <kbd>Option</kbd> to set the second filter instead (requires scheduler version 2+). |
| Create Filtered Deck | Show the [filtered deck](filtered-decks.md#creating-manually) dialog and set the current browser search as a filter. Use <kbd>Alt</kbd> / <kbd>Option</kbd> to set the second filter instead.|

### Notes

Expand Down
52 changes: 7 additions & 45 deletions src/filtered-decks.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ It is also possible to move all cards back to their home decks at once:
also removes the emptied deck from the deck list. No cards are
deleted when you delete a filtered deck.

In the old scheduler, if you create, rebuild, empty, or delete a
filtered deck while cards are still in learning, they will be turned
back into new cards. In the case of failed reviews in relearning, any
remaining relearning steps will be skipped. This was fixed in the
[v2 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html) so cards
are no longer reset.

## Creating Manually

Advanced users can create filtered decks with arbitrary search strings
Expand All @@ -114,8 +107,7 @@ times, and so on. Please see the [searching](searching.md) section of the
manual for more information on the different possibilities.

Filtered decks cannot pull in cards that are suspended, buried, or already in a
different filtered deck. And if you are using the v1 scheduler, cards in
(re)learning will not be included either. For this reason, a search in the
different filtered deck. For this reason, a search in the
browser may reveal cards that do not end up in the filtered deck.

The **limit** option controls how many cards will be gathered into the
Expand Down Expand Up @@ -168,7 +160,7 @@ Display cards that you're most likely to have forgotten first. This is useful if
you have a large backlog that may take some time to get through, and you want to
reduce the chances of forgetting more cards.

When using the SM-2 scheduler, overduessness is determined by comparing how
When using the SM-2 algorithm, overduessness is determined by comparing how
overdue cards are, and how long their interval is. For example, a card with a
current interval of 5 days that is overdue by 2 days, will display before a card
with a current interval of 10 days that is overdue by 3 days.
Expand All @@ -189,20 +181,7 @@ Cards return to their home deck when (re)learning is complete. Thus if
you have 3 learning steps, a new card will return to its home deck upon
three presses of "Good" or a single press of "Easy".

**v1 and v2 scheduler**

In the v1 scheduler, the **custom steps** option allows you to override the
home deck’s steps and provide your own steps instead. The provided steps apply to both
cards being learnt, lapsed reviews, and reviews ahead of time. Please note, however, that
from the [v2 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html)
filtered decks [no longer support custom steps](https://forums.ankiweb.net/t/filtered-deck-interval-problem/11834/8).

**v3 scheduler**

Filtered decks with rescheduling disabled show 4 buttons in the
[v3 scheduler](https://faqs.ankiweb.net/the-2021-scheduler.html) - the provided
delay applies to the Again button, and Hard/Good will use 1.5x and 2x the
provided delay. Easy will remove the card.
Filtered decks with rescheduling disabled show 4 buttons. The **Again**, **Hard**, and **Good** buttons have configurable delays. The **Easy** button removes cards from the filtered deck.

## Due Reviews

Expand Down Expand Up @@ -237,31 +216,14 @@ rescheduled further. If you review ahead again the next day, all you'll
end up doing is going through those same new cards again, to little
benefit.

Early reviews are included in the new card count rather than the review
count, and will be shown according to the number of relearning steps
defined in the home deck (unless you have provided custom steps). This
means that if you have customized the number of relearning steps in the
home deck, the non-due card may be shown more than once.

If you have multiple steps, Anki will only consider the first answer
when deciding the next delay, and like relearning in normal decks,
"Good" and "Easy" differ only in the step change and not the resulting
delay.

## Rescheduling

By default, Anki will return cards to their home decks with altered scheduling,
based on your performance in the filtered deck. There is a **reschedule
cards based on my answers** option available which alters this behaviour.

From the [v2 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html),
when rescheduling is disabled, cards are shown in a simple "preview mode", and
when they are returned to the original deck, they are returned exactly as they
started.
based on your performance in the filtered deck.

In the v1 scheduler, cards were presented more similarly to how they normally
are, but studying cards had side effects, and the original position of new cards
was lost when you studied them.
To change this behaviour, turn off **Reschedule
cards based on my answers**. When this is turned off, cards are shown in a simple "preview mode", and
when they are returned to their original deck, they are returned exactly as they started.

## Catching Up

Expand Down
65 changes: 8 additions & 57 deletions src/studying.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,8 @@ There are four rating buttons when learning:
card will be shown again the next day, then at increasingly long delays
(see the next section).

- **Easy** immediately converts the card into a review card, even if there
were steps remaining. [By default](deck-options.md#easy-interval), the card will be shown again 4 days
later, and then at increasingly long delays. In the v1 scheduler, the "Easy" button will not be
shown if you are in relearning mode as it would give the same interval
as “Good.” With the [v2 scheduler+](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html),
when cards are in relearning, the "Easy" button boosts the interval by 1 day.
- **Easy** immediately converts the card into a review card. [By default](deck-options.md#easy-interval), the card is shown again 4 days
later, and then at increasingly long delays.

When cards are seen for the first time, they start at step one. This
means answering **Good** on a card for the first time will show it one
Expand Down Expand Up @@ -158,27 +154,15 @@ you can turn them off in Anki’s [preferences.](preferences.md)

![Due Counts](media/due_counts.png)

In the v1 scheduler, the numbers count _reviews_ needed to finish all the
cards in that queue, not the number of _cards_. If you have multiple
steps configured for lapsed cards, the number will increase by more than
one when you fail a card, since that card needs to be shown several times.

From the [v2 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html), the numbers count _cards_, so the number will always
increase by one regardless of the steps remaining.

When the answer is shown, Anki shows an estimate of the next time a card
will be shown above each button. If you’d prefer not to see the
estimates, you can disable them in Anki’s [preferences](preferences.md).

## Fuzz Factor

When you select an ease button on a review card, Anki also applies a small amount of random “fuzz”
When you select an answer button on a review card, Anki also applies a small amount of random “fuzz”
to prevent cards that were introduced at the same time and given the same ratings
from sticking together and always coming up for review on the same day. This fuzz
will appear on the answer buttons when the [v3 scheduler](https://faqs.ankiweb.net/the-2021-scheduler.html) is enabled, so if
you are using a previous version and you’re noticing a slight discrepancy between
what you select and the intervals your cards actually get, this is probably the
cause.
from sticking together and always coming up for review on the same day.

Learning cards are also given up to 5 minutes of extra delay so that they
don’t always appear in the same order, but answer buttons won't reflect that. It
Expand Down Expand Up @@ -207,18 +191,9 @@ card or note:
another time. Burying can also [happen automatically](studying.md#siblings-and-burying) for
cards of the same note.

With the old scheduler, if cards were in learning when they were buried,
they were moved back to the new card queue or review queue prior to being
buried.

With the [2.1 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html),
however, burying cards does not reset a card's learning steps.

- **Reset card**: Moves the current card to [the end of the new queue](browsing.md#cards).

From Anki 2.1.50+, Anki will remember the original order of a new card when it is first studied
with the v3 scheduler. The "Restore original position" option allows you to reset the card back to its original position when you reset it.
to its original position when you forget it.
The "Restore original position" option allows you to reset the card back to its original position when you reset it.

The "Reset repetition and lapse count" option, if enabled, will set the review and failure counters
for the card back to zero. It does not remove the review history that is shown at the bottom of the
Expand All @@ -230,12 +205,6 @@ card or note:
manually unsuspended (by clicking the suspend button in the browser).
This is useful if you want to avoid reviewing the note for some time,
but don’t want to delete it.
With the old scheduler, if cards were in learning when they are
suspended, they are moved back to the new card queue or review queue
prior to being suspended.

With the [2.1 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html),
however, suspending cards does not reset a card's learning steps.

- **Options**: Edit the [options](deck-options.md) for the current deck.

Expand Down Expand Up @@ -275,20 +244,7 @@ contains. Thus, if you select your “French” deck, the subdecks
“French::Vocab” and “French::My Textbook::Lesson 1” will be shown as
well.

The way Anki fetches cards from the decks depends on the algorithm used:

- With the v1 scheduler, when a deck has subdecks, the cards will appear from [each deck in turn](studying.md#display-order).

- With the [v2 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html),
when a deck has subdecks, reviews are taken from all children decks
at once. The review limit of the child decks is ignored - only the limit of the
deck you clicked on applies.

- With the [v3 scheduler](https://faqs.ankiweb.net/the-2021-scheduler.html)
each child deck's limit is also enforced, and you do not need to see the cards
in deck order either. See the [deck options](deck-options.md#review-sort-order) section of the manual for more information.

By default, for new cards, Anki fetches cards from the decks in
By default, for new cards, Anki gathers cards from the decks in
alphabetical order. So in the above example, you would get cards first
from “French”, then “My Textbook”, and finally “Vocab”. You can use this
to control the order cards appear in, placing high priority cards in
Expand All @@ -298,7 +254,7 @@ and “\~” comes after them. So you could call the deck “-Vocab” to make
them appear first, and you could call the other deck “\~My Textbook” to
force it to appear after everything else.

New cards and reviews are fetched separately, and Anki won’t wait until
New cards and reviews are gathered separately, and Anki won’t wait until
both queues are empty before moving on to the next deck, so it’s
possible you’ll be exposed to new cards from one deck while seeing
reviews from another deck, or vice versa. If you don’t want this, click
Expand All @@ -308,8 +264,7 @@ decks.
Since cards in learning are somewhat time-critical, they are fetched
from all decks at once and shown in the order they are due.

To control the order reviews from a given deck appear in, or change new
cards from ordered to random order, please see the [deck options](deck-options.md). For more fine-grained ordering of new cards, you
To control the order cards appear in, see [Display Order](./deck-options.md#display-order). For more fine-grained ordering of new cards, you
can change the order in the [browser](browsing.md).

## Siblings and Burying
Expand All @@ -335,10 +290,6 @@ hide cards in learning, as time is of the essence for those cards. On
the other hand, when you study a learning card, any new/review siblings
will be buried.

Note that starting with the [v2 scheduler](https://faqs.ankiweb.net/the-anki-2.1-scheduler.html),
Anki now distinguishes between manually and automatically buried cards so you can
unbury one set without the other.

Also note that a card cannot be buried and suspended at the same time. Suspending a
buried card will unbury it. Burying a suspended card does not work on Anki
2.1.49+, whereas on earlier versions, it will unsuspend the card.
Expand Down

0 comments on commit a6ef372

Please sign in to comment.