Anki is a smart spaced repetition flashcard program
Find a file
Damien Elmes 85215018a5 another approach to fixing modSchema bug
start the progress dialog immediately so that askUser()
becomes part of the progress dialog's modality

the problem with the previous approach was that beginReset() attempts
to save the note again, leading to schema mismatches
2016-07-12 13:53:59 +10:00
anki support PSV out of the box and make extending delims easier 2016-07-11 11:36:53 +10:00
aqt another approach to fixing modSchema bug 2016-07-12 13:53:59 +10:00
designer move the editor buttons into the webview 2016-06-22 14:52:17 +10:00
tests fix latex check 2016-07-04 17:07:48 +10:00
tools port majority of code to qt5.5+ 2016-05-31 18:51:40 +10:00
.gitignore fix i18n on linux install 2012-12-21 18:04:26 +09:00
.travis.yml need portaudio dev 2016-07-04 16:51:25 +10:00
anki.1 merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.desktop merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.png merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xml merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xpm merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
LICENSE elaborate on bsd license 2016-05-06 09:51:30 +10:00
LICENSE.logo merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
Makefile don't error out if /usr/share/pixmaps doesn't exist 2013-12-09 11:54:18 +09:00
README.addons mention add-on directories 2016-07-08 13:10:06 +10:00
README.development qt 5.5, not 5.4 2016-07-05 21:48:56 +10:00
README.md update dev docs 2016-07-05 19:38:54 +10:00
requirements.txt add requirements.txt 2016-05-31 18:52:23 +10:00
runanki explicit python3 in runanki, remove /usr/share ref 2016-06-28 15:47:09 +10:00

Anki

This is the development branch of Anki.

For stable builds, please see http://ankisrs.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

If you're a developer, you can learn more about building Anki in README.development.

Build Status

Coverage Status