diff options
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 12 |
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> |