1343101add
We can't preserve the original queues when in preview mode, as otherwise the due counts report the remaining steps of cards in the learning queue, instead of just 1. Rather than the rather complicated approach of making the learning and deck list code aware of the current mode we're in, preview mode moves all cards to the review queue when the filtered deck is built - just as cards are moved to the new queue in Anki 2.0.x. The reason for the review queue is that users were frequently confused when cards appeared as new - hopefully this is slightly less confusing. |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
web | ||
.gitignore | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
README.contributing | ||
README.development | ||
README.md | ||
requirements.txt | ||
runanki |
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
To run from source, please see README.development.