mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
This extends the existing Rust code to handle conditional replacement. The replacement of field names and filters to text remains in Python, so that add-ons can still define their own field modifiers. The code is currently running the old Pystache rendering and the new implementation in parallel, and will print a message to the console if they don't match. If you notice any problems, please let me know. |
||
|---|---|---|
| .. | ||
| anki | ||
| tests | ||
| .gitignore | ||
| .isort.cfg | ||
| .pylintrc | ||
| LICENSE | ||
| Makefile | ||
| mypy.ini | ||
| requirements.dev | ||
| setup.py | ||