Anki is a smart spaced repetition flashcard program
Find a file
Arthur Milchior 14cfe57b74 anki.exporting.AnkiExporter.deckIds
This change would help me simplify the code of
https://ankiweb.net/shared/info/1983204951

It would allow my exporter to use the code of AnkiExporter while
selecting which decks I export, instead of exporting all decks as I
was doing until today. (I never realized I was exporting all deck
actually, until someone sent me a bug report)
2020-02-03 01:36:27 -08:00
.github case insensitive contributor compare 2020-01-24 17:27:43 +10:00
meta bump version 2020-01-15 13:50:26 +10:00
proto reuse reveal_cloze_text() for LaTeX cloze expansion 2020-01-28 07:40:44 +10:00
pylib anki.exporting.AnkiExporter.deckIds 2020-02-03 01:36:27 -08:00
qt formatting 2020-02-02 13:09:02 +10:00
react add a web UI proof of concept 2020-01-06 14:28:07 +10:00
rslib reuse reveal_cloze_text() for LaTeX cloze expansion 2020-01-28 07:40:44 +10:00
rspy bump version 2020-01-15 13:50:26 +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 Add missing contributor 2020-01-22 23:10:27 +01:00
LICENSE drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
Makefile make sure pyenv is active when fixing 2020-01-10 13:07:12 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing update contrib to reflect the naming tweaks 2020-01-15 17:51:42 +10:00
README.development Prevent "msgfmt: command not found" error 2020-01-22 22:53:06 +01: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