diff options
author | m-edlund <me@fwegmann.com> | 2024-04-15 23:40:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 21:40:34 +0000 |
commit | 82bb9deafaf57b11edb7a72bb1a63563f4ae1963 (patch) | |
tree | 5e691096ad4d658961f42590a628f5faae4f8a7c /docs | |
parent | afd6e172669cdd148f53c1776ec449f4b1926ace (diff) |
fix: add missing handlebar entry (#823)
* fix: add missing handlebar entry
* fix: add new handlebar to tests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/anki-integration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/anki-integration.md b/docs/anki-integration.md index 65c86939..3e753015 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -50,6 +50,7 @@ Flashcard fields can be configured with the following steps: | `{phonetic-transcriptions}` | List of phonetic transcriptions for the term. | | `{pitch-accents}` | List of pitch accent downstep notations for the term. | | `{pitch-accent-graphs}` | List of pitch accent graphs for the term. | + | `{pitch-accent-graphs-jj}` | List of pitch accent graphs for the term (styled after Jidoujisho). | | `{pitch-accent-positions}` | List of accent downstep positions for the term as a number. | | `{pitch-accent-categories}` | List of pitch accent categories for the term (e.g. heiban, kifuku, atamadaka, odaka, nakadaka). | | `{reading}` | Kana reading for the term (empty for terms where the expression is the reading). | |