mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Anki is a smart spaced repetition flashcard program
![]() This commit corrects the following bug: * Create a note N in an empty deck D of type basic (reverse), with only some back, no front. Only card 2 will be generated. * Edit the note, add a front. Card 1 will be generated. * In the main window, try to learn deck D. In anki, currently, you'll see Card 2 first. According to the manual (and to my common sens), it should be Card 1 first. This commit correct this bug, and ensure that new cards are seen according to their order, and not to their creation date. |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
web | ||
.gitignore | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
pkgkey.asc | ||
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.