Skip to content

Commit 805cf9c

Browse files
authored
add pitch-accent-categories documentation (#663)
1 parent 6c8892e commit 805cf9c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/anki-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Flashcard fields can be configured with the following steps:
5050
| `{pitch-accents}` | List of pitch accent downstep notations for the term. |
5151
| `{pitch-accent-graphs}` | List of pitch accent graphs for the term. |
5252
| `{pitch-accent-positions}` | List of accent downstep positions for the term as a number. |
53+
| `{pitch-accent-categories}`| List of pitch accent categories for the term (e.g. heiban, kifuku, atamadaka, odaka, nakadaka). |
5354
| `{reading}` | Kana reading for the term (empty for terms where the expression is the reading). |
5455
| `{screenshot}` | Screenshot of the web page taken at the time the term was added. |
5556
| `{search-query}` | The full search query shown on the search page. |

ext/settings.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3330,6 +3330,10 @@ <h1>Yomitan Settings</h1>
33303330
<td><code class="anki-field-marker">{pitch-accent-positions}</code></td>
33313331
<td>List of accent downstep positions for the term as a number.</td>
33323332
</tr>
3333+
<tr>
3334+
<td><code class="anki-field-marker">{pitch-accent-categories}</code></td>
3335+
<td>List of pitch accent categories for the term (e.g. heiban, kifuku, atamadaka, odaka, nakadaka).</td>
3336+
</tr>
33333337
<tr>
33343338
<td><code class="anki-field-marker">{reading}</code></td>
33353339
<td>Kana reading for the term, or empty for terms where the expression is the reading.</td>

0 commit comments

Comments
 (0)