3f45de87b3
Here is a bug, how to reproduce it, and why this is a fix. This is a way to create a new note with a due card extremly high without any add-on, just with basic anki. Bug === Create a note type with three fields One, Two, and Three and three card type One, Two and Three such that each card is generated when the field of the same name is filled. Create a note with fields One and Two filled only. Review card One and click on good. Card one should goes in learning mode. Fill the field Three. In the browser, you'll see that card Two and Three are new, but card Two and Three's due value are distinct. More precisely, the due value of card Three is equal to the due value of card One; except that in card One it's interpreted as a timestamp, while in card Three it's interpreted as a position in the list of new card. You'll remark by the way that the due of card Three is extremly high, potentially more than 1000000; which may explain why so many collection has this bug. Fix === Only consider due value of new cards. |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
web | ||
.gitignore | ||
.pylintrc | ||
.travis.sh | ||
.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.
If you are interested in contributing changes to Anki, please see README.contributing before you begin work.