diff options
author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-05-05 02:30:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 00:30:09 +0000 |
commit | 2d191bfdbd955a363e7afdc79c7a2b4b11a2e9b7 (patch) | |
tree | eb3706b9ed98ba5347612088821ae046a0719fc8 /ext/settings.html | |
parent | c3c5d58688a411c6ed450b89494c59037197df55 (diff) |
add single dictionary handlebars (#814)24.5.5.0
* add single dictionary handlebars
* fix dicts with kanji in title
* sort
* rename to single-glossary-XYZ
* add brief and no dict variants
* add docs, only terms no kanji
* allow testing single dict handlebars
* remove empty comment
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/settings.html b/ext/settings.html index 68113d21..3e28436b 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3010,6 +3010,25 @@ <td>Kana reading for the term, or empty for terms where the expression is the reading.</td> </tr> <tr> + <td><code class="anki-field-marker">{single-glossary-DICT-NAME}</code></td> + <td> + Same as <code class="anki-field-marker">{glossary}</code>, but with entries from only a single dictionary. + The dictionary name will likely be modified, use the options from the ▼ dropdown. + </td> + </tr> + <tr> + <td><code class="anki-field-marker">{single-glossary-DICT-NAME-brief}</code></td> + <td> + See <code class="anki-field-marker">{single-glossary-DICT-NAME}</code> and <code class="anki-field-marker">{glossary-brief}</code>. + </td> + </tr> + <tr> + <td><code class="anki-field-marker">{single-glossary-DICT-NAME-no-dictionary}</code></td> + <td> + See <code class="anki-field-marker">{single-glossary-DICT-NAME}</code> and <code class="anki-field-marker">{glossary-no-dictionary}</code>. + </td> + </tr> + <tr> <td><code class="anki-field-marker">{tags}</code></td> <td>Grammar and usage tags providing information about the term.</td> </tr> |