You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eta ad19ee1de6 disallow failed enter: fix crash bug on non-typing cards 4 years ago
anki20 add Anki 2.1 port of disallow failed enter 4 years ago
anki21 disallow failed enter: fix crash bug on non-typing cards 4 years ago
.gitignore remove .pyc 4 years ago
README.md sigh 4 years ago

README.md

eta's Anki addons

This repository stores eta's custom addons for the Anki spaced-repetition flashcard system.

Feedback should be addressed to any contact method in the section at the bottom of theta.eu.org.

Anki 2.0

  • burnrate.py: displays the number of days required to learn all of the new cards in a given deck, at the current rate of learning
  • Disallow_Failed_Enter.py: prevents you from pressing Enter to mark a card as correct, if type-in-the-answer is enabled and the answer you typed was incorrect (instead, you must manually press 1, 2, 3 or 4).

Anki 2.1

  • Disable Fade (ankiweb): disables the 100ms fade transition / animation between cards in Anki 2.1, which is subjectively annoying as hell
  • Disallow failed enter (ankiweb): does the same thing as the 2.0 version, except ported for 2.1 (see above).