mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Anki is a smart spaced repetition flashcard program
![]() - add a custom study option to the deck overview. it combines the ability to increase the daily limits with the ability to create filtered decks based on presets - removed the presets from the filtered deck dialog. - moved the filter/cram button on the decks/overview screen to the tools menu - filtered decks no longer show their search terms (easily findable by clicking options), and instead show a brief explanation of how they work. - the filter by tags preset now presents a dialog like anki 1.2's active tags dialog. decks will remember their previously selected tags. - the custom study option creates a deck called "Custom Study Session", which will automatically get reused if you custom study in a different deck. you can rename it if you want to keep it. - filtered decks now show in the deck list as blue |
||
---|---|---|
aqt | ||
designer | ||
tools | ||
.gitignore | ||
anki | ||
anki.1 | ||
anki.bat | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
ChangeLog.old | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
README | ||
README.development | ||
README.translating |
Anki ------------------------------------- Prerequisites --------------- To install the prerequisites on Ubuntu/Debian, please use the following command: sudo apt-get install python-qt4 mplayer lame libportaudio2 If you're on another distribution the packages may be named differently, so please consult your package manager. Your Python version will need to be 2.6 or 2.7 (not 3+), and PyQt needs to be 4.7 or later. Installation & Running ------------------------ Anki does not need installing, and can be run from the directory it is extracted to. If you extracted it to ~/anki-2.0 for example, you can run Anki by simply typing ~/anki-2.0/anki in a terminal. If you'd like to install it system wide, change to the folder you extracted it to, and run 'sudo make install'. If you need to uninstall Anki in the future, you can do so by typing 'sudo make uninstall'. More information ----------------- For more information and the latest version, please see the website at: http://ankisrs.net/