aboutsummaryrefslogtreecommitdiff
path: root/docs/anki-integration.md
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-05-12 22:16:02 -0400
committerGitHub <noreply@github.com>2024-05-13 02:16:02 +0000
commit81390468b95e786e2aabb41ddcbdd91ab9b345c3 (patch)
tree763894899f3a60f1c346cb34377d3c9f3b9b99de /docs/anki-integration.md
parent0b02bf46c9fac64287b1fce338927e34b87f4144 (diff)
Add glossary-first handlebars (#921)24.5.13.0
* Add glossary-first handlebars * Add docs * Fix missing /if * Write handlebars test data
Diffstat (limited to 'docs/anki-integration.md')
-rw-r--r--docs/anki-integration.md3
1 files changed, 3 insertions, 0 deletions
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. |