Skip to content

Commit

Permalink
fix: add missing handlebar entry (#823)
Browse files Browse the repository at this point in the history
* fix: add missing handlebar entry

* fix: add new handlebar to tests
  • Loading branch information
m-edlund authored Apr 15, 2024
1 parent afd6e17 commit 82bb9de
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/anki-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). |
Expand Down
1 change: 1 addition & 0 deletions ext/js/data/anki-template-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export function getStandardFieldMarkers(type) {
'part-of-speech',
'pitch-accents',
'pitch-accent-graphs',
'pitch-accent-graphs-jj',
'pitch-accent-positions',
'pitch-accent-categories',
'phonetic-transcriptions',
Expand Down
Loading

0 comments on commit 82bb9de

Please sign in to comment.