This repository contains a collection of smaller anki add-ons that I have written.
This add-on remaps the number keys (1, 2, 3, 4) to be able to show the answer of a card as well as answering it. A card can then be fully answered by simply double clicking the number key.
Find cards with a field of a given exact/maximum/minimum length in the browser.
Based on the add-on from this reddit post, ported to use hooks rather than fragile monkey patching. Works on Anki 2.1.55+ using the hook introduced in this commit
Currently no listing on ankiweb, so must be manually installed.
In a new terminal, clone the repository and use the provided build script:
Usage: build.sh [-h] [-a] [-f directory_name]
Available options:
-h Print this help message
-a Build all of the add-ons
-f directory_name Build the add-on with the provided directory name
Once the add-on is built, open Anki and navigate to Tools -> Add-ons -> Install from file
and select the newly-built .ankiaddon
file to install the add-on.