From 81390468b95e786e2aabb41ddcbdd91ab9b345c3 Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Sun, 12 May 2024 22:16:02 -0400 Subject: Add glossary-first handlebars (#921) * Add glossary-first handlebars * Add docs * Fix missing /if * Write handlebars test data --- docs/anki-integration.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/anki-integration.md b/docs/anki-integration.md index 35ef6330..f12c1268 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -47,6 +47,9 @@ Flashcard fields can be configured with the following steps: | `{glossary}` | List of definitions for the term (output format depends on whether running in _grouped_ mode). | | `{glossary-brief}` | List of definitions for the term in a more compact format. | | `{glossary-no-dictionary}` | List of definitions for the term, except the dictionary tag is omitted. | + | `{glossary-first}` | First definition for the term (output format depends on whether running in _grouped_ mode). | + | `{glossary-first-brief}` | First definition for the term in a more compact format. | + | `{glossary-first-no-dictionary}` | First definition for the term, except the dictionary tag is omitted. | | `{part-of-speech}` | Part of speech information for the term. | | `{phonetic-transcriptions}` | List of phonetic transcriptions for the term. | | `{pitch-accents}` | List of pitch accent downstep notations for the term. | -- cgit v1.2.3