Links
- Anki homepage
- https://ankisrs.net/ which redirects to https://apps.ankiweb.net/
- AnkiWeb homepage
- https://ankiweb.net/
- GitHub source
- https://github.com/ankitects/anki/
- AnkiDroid
- https://f-droid.org/en/packages/com.ichi2.anki/ (F-Droid)
- https://play.google.com/store/apps/details?id=com.ichi2.anki (Google Play)
- AnkiMobile (iOS app)
-
https://apps.apple.com/us/app/ankimobile-flashcards/id373493387
Note: I don’t have iOS.
- Docs
- Field replacements
Add-ons
Image Occlusion Enhanced
Great way of making image-based clozes.
- Add-on page (or copy 1374772155)
- https://ankiweb.net/shared/info/1374772155
Anki-Connect
Anki-Connect gives you an API to Anki. I’ve used it to create flash cards for scientific articles, populating journal information by fetching bibliographic data from fatcat.
- Anki-Connect homepage
- https://foosoft.net/projects/anki-connect/
- GitHub repository
- https://github.com/FooSoft/anki-connect
- Add-on page
- https://ankiweb.net/shared/info/2055492159
Nix
The “
It looks like the Nixpkg version is fairly recent again.
anki
” package in Nixpkgs is pretty outdated, since Anki is apparently pretty hard to build correctly.
Use “anki-bin
” instead for a more recent Anki version.
Exporting
Exported .apkg
decks use SQLite.
It seems like note types (card templates) might be stored in the col
table (“collection”?) in the models
column.
Card templates
Field replacements
See Fields.html in the docs. Sample of conditional inclusion because I keep forgetting.
{{#Mnemonic}}
Mnemonic: {{Mnemonic}}
{{/Mnemonic}}