Anki is a smart spaced repetition flashcard program
Find a file
Damien Elmes 5fd9228273 handle invalid filename encodings
on Linux users can end up creating filenames that can't be encoded to utf8,
which breaks Anki when it tries to store the filename in sqlite
2017-08-31 18:55:25 +10:00
anki handle invalid filename encodings 2017-08-31 18:55:25 +10:00
aqt fix formatting preservation when pasting between fields 2017-08-31 18:10:37 +10:00
designer shortcut key for add-ons dialog 2017-08-30 15:31:16 +10:00
tests scan media each time 2017-08-29 10:52:13 +10:00
tools fix make install for source 2017-01-17 11:25:55 +10:00
web allow templates and add-ons to hook into reviewer updated/shown 2017-08-28 14:54:22 +10:00
.gitignore fix i18n on linux install 2012-12-21 18:04:26 +09:00
.travis.yml drop 3.5 from travis 2017-08-25 16:43:01 +10:00
anki.1 merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.desktop update anki.desktop (thanks to julian) 2017-01-24 18:29:31 +10: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 update links in license.logo 2017-01-24 18:15:28 +10:00
Makefile fix make install for source 2017-01-17 11:25:55 +10:00
README.contributing new add-on handling 2017-08-26 15:14:20 +10:00
README.development Update required python version to 3.6+ 2017-08-25 08:24:38 +02:00
README.md readme tweak 2017-08-16 20:02:09 +10:00
requirements.txt persistent add-on configuration 2017-08-28 20:51:43 +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 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.

Build Status