Anki is a smart spaced repetition flashcard program
Find a file
Arthur Milchior 31f18e3c94 Hook editor_note_will_load
A current problem I have is that there is nothing similar to hook
inside of javascript. It seems that it would be easier to be able to
add other methods in javascript and call them in loadNote. Currently I
simply redefined loadNote, which is far from perfect
2020-03-24 10:17:01 +01:00
.github use forked proto action 2020-03-24 15:50:40 +10:00
meta bump version 2020-03-19 10:46:01 +10:00
proto use backend for v1 and v2 cutoff calculations 2020-03-22 14:28:26 +10:00
pylib Merge pull request #510 from evandroforks/fix_tests_on_windows 2020-03-24 15:33:02 +10:00
qt Hook editor_note_will_load 2020-03-24 10:17:01 +01:00
rslib handle fields with embedded nuls 2020-03-24 14:53:33 +10:00
rspy Merge remote-tracking branch 'danielelmes/master' into fix_tests_on_windows 2020-03-23 18:44:11 -03:00
.gitattributes ftl git attributes 2020-03-20 20:33:12 +10:00
.gitignore output into dist/ 2020-01-03 14:32:26 +10:00
CONTRIBUTORS Added name to contributors 2020-03-23 13:08:50 -06:00
LICENSE drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
Makefile Fixed mypy and pylint not building on Windows 2020-03-17 19:48:16 -03:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing mention need to update translations and link to docs 2020-02-26 18:05:32 +10:00
README.development remove svelte/react experiments for now 2020-03-17 20:49:58 +10:00
README.md Created a relative badge link README.md 2020-03-01 23:10:40 -03:00
run Fixed development compilation with Windows 10 2020-02-24 14:59:11 -03: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