summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-02-10 00:33:18 -0500
committerGitHub <noreply@github.com>2024-02-10 05:33:18 +0000
commit805cf9cb3ea744a6d7c0a5da27fc9ef4e6f08626 (patch)
tree482099de6e31742a39c76b3f1315931604a436a1
parent6c8892e031b8ba9b62e2746f7807b5dafb2b984b (diff)
add pitch-accent-categories documentation (#663)24.2.10.0
-rw-r--r--docs/anki-integration.md1
-rw-r--r--ext/settings.html4
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>