create-cloze-card
Create cloze deletion flashcards in any Anki deck using {{c1::}} syntax. Add HTML formatting, images, and audio files to build richer study materials.
Instructions
Create a new cloze note in a specified deck. Use {{c1::text}} syntax for cloze deletions (e.g., {{c1::Paris}} is the capital of France). Supports HTML formatting and can attach multiple images and audio files from URLs - they will be automatically downloaded and embedded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for the note. A tag cannot contain a space (Anki splits it into two tags) or a tab or newline (Anki removes it) - use organic_chemistry or organic::chemistry for a hierarchy. | |
| text | Yes | Text containing cloze deletions using {{c1::text}} syntax. Supports HTML formatting. Use {{c1::word}}, {{c2::word}}, etc. for multiple deletions. | |
| deckName | Yes | Name of the deck to add the note to. The deck must already exist - use create-deck first if it does not. A `::` in the name means a nested deck: `Biology::Cells` is a deck named Cells inside a deck named Biology. There is no way to name a single deck literally `Biology::Cells`. | |
| backAudio | No | Optional array of audio file URLs to attach to the back extra field. Audio will be downloaded and can be played in Anki. | |
| backExtra | No | Optional extra information to show on the back of the card (supports HTML formatting) | |
| textAudio | No | Optional array of audio file URLs to attach to the main text field. Audio will be downloaded and can be played in Anki. | |
| backImages | No | Optional array of image URLs to embed in the back extra field. Images will be downloaded and attached automatically. | |
| textImages | No | Optional array of image URLs to embed in the main text field. Images will be downloaded and attached automatically. |