diff --git a/docs/anki-integration.md b/docs/anki-integration.md index 65c869398e..3e75301519 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). | diff --git a/ext/js/data/anki-template-util.js b/ext/js/data/anki-template-util.js index 446c0c71c7..380d87f9de 100644 --- a/ext/js/data/anki-template-util.js +++ b/ext/js/data/anki-template-util.js @@ -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',