Previously. Install AnkiConnect: AnkiConnect enables external applications such as Yomichan to communicate with Anki over a simple HTTP API. Its capabilities include executing queries against the user’s card deck, automatically creating new cards, and more. AnkiConnect is compatible with the latest stable (2.1.x) releases of Anki; older versions (2.0.x and below) are no longer supported. …to be able to do incantations such as: % curl -s localhost:8765 -X POST -d '{"action": "deckNames", "version": 6}' | python3 -m json.tool { "result": [ "Default", "Languages", "Languages::English \ud83c\uddec\ud83c\udde7", "Languages::German \ud83c\udde9\ud83c\uddea", "Languages::Italian \ud83c\uddee\ud83c\uddf9", "Languages::Portuguese \ud83c\udde7\ud83c\uddf7", "Tech \ud83d\udcbb" ], "error": null } % curl -s localhost:8765 -X POST -d '{"action": "modelNames", "version": 6}' | python3 -m json.tool { "result": [ "Basic", "Basic (and reversed card)", "Cloze", "Deutsch Grammatik Cloze…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.