Anki/pylib/anki
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
..
importing Merge remote-tracking branch 'upstream/master' into add-tags-on-update 2020-01-03 08:13:04 +02:00
template move the rest of Anki's code out of pystache 2020-01-08 17:15:46 +10:00
.gitignore add buildhash to rspy and aqt, and check all three modules match 2020-01-03 15:15:18 +10:00
__init__.py bump minimum python version from 3.6 to 3.7 2020-01-07 18:34:36 +10:00
cards.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
collection.py move the rest of Anki's code out of pystache 2020-01-08 17:15:46 +10:00
consts.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
db.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
decks.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
errors.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
exporting.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
find.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
hooks.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
lang.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
latex.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
media.py move the rest of Anki's code out of pystache 2020-01-08 17:15:46 +10:00
models.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
notes.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
pybackend.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
rsbackend.py add a partial Python implementation of the backend 2020-01-06 12:24:47 +10:00
sched.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
schedv2.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
sound.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
stats.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
statsbg.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
stdmodels.py drop 'extra' from default cloze note type 2020-01-03 13:40:50 +10:00
storage.py add a partial Python implementation of the backend 2020-01-06 12:24:47 +10:00
sync.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
tags.py use 3.7 annotations 2020-01-07 18:43:20 +10:00
template2.py move the rest of Anki's code out of pystache 2020-01-08 17:15:46 +10:00
types.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
utils.py add buildhash to rspy and aqt, and check all three modules match 2020-01-03 15:15:18 +10:00