Anki template for reviewing lists, enumerations and procedures.
- All items on a given card are reviewed in the same session and can be shown/hidden by directly clicking on them.
- The review order can be sequential or random.
- Support for custom delimiters.
- Download the cloze-sequence package
- Import it to Anki. On desktop, go to File > Import... and select Packaged Anki Deck/Collection as the filetype. On mobile (Ankidroid), tap on the three dots, then on Import and select the cloze-sequence package.
This will import the template/note type along with a sample card inside the Default deck.
To create an item, the text needs to be enclosed with @@@three at signs@@@ by default. For example:
The three main types of rocks are @@@igneous@@@, @@@sedimentary@@@ and @@@metamorphic@@@.
The delimiters can be changed by clicking on the Cards... button inside the editing screen, and editing the START/END/type values to suit your needs:
delimiter = {
START: "{{", // To use {{}}
END: "}}", // as
type: "token" // delimiters
}
or this:
delimiter = {
START: "b", // To use <b></b>
END: "b", // HTML tags
type: "tag" // as delimiters
}
Because it is unlikely to conflict with other symbols or formats.
If you want to contribute, you can submit an issue or a pull request. Follow these guidelines before doing so.
Issues are for reporting bugs, asking questions or suggesting new features.
Feature requests might be taken into consideration, but they should be within the scope of the template.
Licensed under the MIT license.