diff options
-rw-r--r-- | docs/anki-integration.md | 1 | ||||
-rw-r--r-- | ext/settings.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/anki-integration.md b/docs/anki-integration.md index bc8afc0c..3773009a 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -50,6 +50,7 @@ Flashcard fields can be configured with the following steps: | `{pitch-accents}` | List of pitch accent downstep notations for the term. | | `{pitch-accent-graphs}` | List of pitch accent graphs for the term. | | `{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). | | `{screenshot}` | Screenshot of the web page taken at the time the term was added. | | `{search-query}` | The full search query shown on the search page. | diff --git a/ext/settings.html b/ext/settings.html index 030dee25..7cddaf32 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3331,6 +3331,10 @@ <td>List of accent downstep positions for the term as a number.</td> </tr> <tr> + <td><code class="anki-field-marker">{pitch-accent-categories}</code></td> + <td>List of pitch accent categories for the term (e.g. heiban, kifuku, atamadaka, odaka, nakadaka).</td> + </tr> + <tr> <td><code class="anki-field-marker">{reading}</code></td> <td>Kana reading for the term, or empty for terms where the expression is the reading.</td> </tr> |