Go to file
Arthur Milchior 349d145014 Ident html in editor
Sometime I like to print html to understand why it bugs. And I really
prefer to have html indented if it's okay with you. There is no change
appart from the identation and quotes
2020-03-23 08:15:48 +01:00
.github don't require trailing whitespace in .sql files 2020-03-21 07:49:44 +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 add back new_timezone_enabled(), as it's used in the prefs screen 2020-03-23 07:40:50 +10:00
qt Ident html in editor 2020-03-23 08:15:48 +01:00
rslib handle trailing whitespace inside group 2020-03-22 18:52:44 +10:00
rspy drop the separate i18n backend 2020-03-20 21:15:23 +10:00
.gitattributes ftl git attributes 2020-03-20 20:33:12 +10:00
.gitignore
CONTRIBUTORS Update CONTRIBUTORS 2020-03-06 19:10:34 +08:00
LICENSE
Makefile split ftl and po pushing up 2020-03-15 12:24:07 +10:00
pkgkey.asc
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