Go to file
2020-02-25 15:43:56 +10:00
.github Added -o pipefail to all set -e ensuring the build fails when some 2020-02-24 20:18:56 -03:00
meta bump version 2020-02-16 08:50:10 +10:00
proto expand clozes before rendering LaTeX 2020-02-24 18:34:08 +10:00
pylib cap answer buttons to 1 decimal place 2020-02-25 13:24:29 +10:00
qt change default night mode card background to dark grey 2020-02-25 15:43:56 +10:00
react add a web UI proof of concept 2020-01-06 14:28:07 +10:00
rslib cap answer buttons to 1 decimal place 2020-02-25 13:24:29 +10:00
rspy allow setting specific target dir for rspy 2020-02-24 21:22:02 +10:00
svelte add svelte experiment as well 2020-01-06 16:23:55 +10:00
tslib add some typescript helpers for displaying the card list 2020-01-06 13:11:55 +10:00
.gitignore output into dist/ 2020-01-03 14:32:26 +10:00
CONTRIBUTORS Update CONTRIBUTORS 2020-02-19 17:50:18 +09:00
LICENSE drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
Makefile add shortcut to update translations to makefile 2020-02-25 15:32:11 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing Added -o pipefail to all set -e ensuring the build fails when some 2020-02-24 20:18:56 -03:00
README.development rework Fluent handling 2020-02-23 13:22:50 +10:00
README.md add back the readme badge 2020-01-23 17:27:07 +10:00
run move top level scripts into makefile 2020-01-04 12:21:58 +10:00

This repo contains all the code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing

For more information on building, please see README.development

If you'd like to contribute code, please see README.contributing