mirror of
https://github.com/ankitects/anki.git
synced 2025-11-26 06:27:12 -05:00
Anki is a smart spaced repetition flashcard program
- insert resulting html directly into fields instead of relying on fragile clipboard rewriting - catch paste events in js and send them back to python so we cover all possible ways of pasting - use checksum in pasted image filenames instead of .cacheKey(), which was not unique across runs - try each _processX() in turn instead of having special cases inside them - rewrite the HTML filtering: - img rewriting and stripping of certain tags handled in bs4; other processing handled in js for easier sharing with other clients - use a whitelist of HTML tags and properties instead of focusing mainly on webkit cruft - don't run filter when focus lost, as it no longer seems to be necessary - the "strip html" option is currently ignored |
||
|---|---|---|
| anki | ||
| aqt | ||
| designer | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .travis.yml | ||
| anki.1 | ||
| anki.desktop | ||
| anki.png | ||
| anki.xml | ||
| anki.xpm | ||
| LICENSE | ||
| LICENSE.logo | ||
| Makefile | ||
| README.addons | ||
| README.contributing | ||
| README.development | ||
| README.md | ||
| requirements.txt | ||
| runanki | ||
Anki
This is the development branch of Anki.
For stable builds, please see http://ankisrs.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
If you're a developer, you can learn more about building Anki in README.development.