- Home
- 💡 Simple card
- 🔎 Missing! card
- 🖍️ Draw! card
- 🧑🎨 Add color to your code
- 🧑🎓 The professional way
★ Required ☆ ✎ Optional ⤷ Field Type
A missing->answer card; we're hiding one or more words to guess the answer:
- A missing function or expression you have to guess
- A missing input or output to remember
| You'll probably want: | It's helpful to add: |
|---|---|
| A descriptive title (or intro) | A subtitle or tags |
| A clear question and answer | Supporting notes (bullet points) |
| Your key learning point | Links to articles or documentation |
You can toggle between Anki's <> code editor and A𝐴 visual editor at any time!
⤷
string(automatically wrapped with aH1tag)
- The main question, statement or fact.
⤷
string(automatically wrapped with aH2tag)
- A short helpful tip or guide
- Naming a group of related cards
- The type of
syntaxwe're learning
⤷
code string(automatically wrapped with<p><code>tag)
- A short line of code (not a code block)
- The actual function or symbol, i.e.
len()
⤷
code block(requiresmarkdown->htmlconversion)
Create your code, add one or more {{c1::cloze deletion}} tags (here's a tutorial) to hide a selected word or phrase:
- The
{{c1::answer}}or key learning point - You can add a helpful hint:
{{c1::the missing answer::HINT TEXT}}
⤷
string(automatically wrapped with afigcaptiontag)
- If the heading becomes too long, use this!
- A caption or hint extending the main question or idea
- An alternative to comments in the code block
⤷
rich html
- A short explanation of what we're trying to learn
⤷
rich html
A short reference if needed. Remember to KISS!
- Links to documentation
- Supplementary notes
- A common link between cards
Deprecated in favour of npm run data-code-reverse with Pandoc (next release will remove completely)
⤷raw text
For the risk-averse, you can keep raw text in the ✎ Markdown field provided — here you can store raw markdown, or a link to the original code (Github gist for example).
Store raw.mdfor future editing, if necessary