Anki is a smart spaced repetition flashcard program
Find a file
Damien Elmes 1f2e00690f move the rest of Anki's code out of pystache
In the process of factoring out the field filtering, the "extra"
and "fullname" args are just passed in as a blank string now.
Extra was functionality that allowed a field modifier to be defined
as "filtername(arg1,arg2):field", and fullname was the name of the
field including any provided field modifiers. From grepping through
the add-ons on AnkiWeb, neither appears to have been used.
2020-01-08 17:15:46 +10:00
.github remove stray character 2020-01-07 18:44:44 +10:00
meta use proper version number in build outputs 2020-01-03 14:36:14 +10:00
proto add some more protobuf messages 2020-01-06 12:18:20 +10:00
pylib move the rest of Anki's code out of pystache 2020-01-08 17:15:46 +10:00
qt show stdout/stderr when running tests 2020-01-08 15:52:51 +10:00
react add a web UI proof of concept 2020-01-06 14:28:07 +10:00
rslib fix days_elapsed moving backwards 2020-01-07 09:29:43 +10:00
rspy update readme, remove submodule readmes 2020-01-04 12:21:58 +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-01-06 18:43:22 +01:00
LICENSE move license info into one place 2020-01-03 09:41:30 +10:00
Makefile more makefile fixes 2020-01-07 18:19:18 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing update readme 2020-01-08 10:32:58 +10:00
README.development bump minimum python version from 3.6 to 3.7 2020-01-07 18:34:36 +10:00
README.md update docs 2020-01-02 19:55:27 +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