aboutsummaryrefslogtreecommitdiff
path: root/ext/settings.html
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 /ext/settings.html
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 'ext/settings.html')
-rw-r--r--ext/settings.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/settings.html b/ext/settings.html
index 252de038..8dfd6f51 100644
--- a/ext/settings.html
+++ b/ext/settings.html
@@ -2984,6 +2984,18 @@
<td>List of definitions for the term, except the dictionary tag is omitted.</td>
</tr>
<tr>
+ <td><code class="anki-field-marker">{glossary}</code></td>
+ <td>First definition for the term.</td>
+ </tr>
+ <tr>
+ <td><code class="anki-field-marker">{glossary-brief}</code></td>
+ <td>First definition for the term in a more compact format.</td>
+ </tr>
+ <tr>
+ <td><code class="anki-field-marker">{glossary-no-dictionary}</code></td>
+ <td>First definition for the term, except the dictionary tag is omitted.</td>
+ </tr>
+ <tr>
<td><code class="anki-field-marker">{part-of-speech}</code></td>
<td>Part of speech information for the term.</td>
</tr>