diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-09 17:48:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 17:48:27 -0400 |
commit | 8c68fa4d9435b562ffe23df92a2b7b620a0ed78e (patch) | |
tree | 8c622fe11063b3f9694033f10e47b2ac05badccc /ext/settings.html | |
parent | 0d167095479822adf1ed8918e3d1a349b3a53377 (diff) |
Anki text furigana parsing and {sentence-furigana} marker (#1814)
* Add support for textFurigana media
* Add readingMode parameter
* Implement readingMode
* Add {sentence-furigana} marker
* Fallback to sentence if furigana isn't available
* Update test data
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/settings.html b/ext/settings.html index a8c8149b..0144ddd3 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -2868,6 +2868,10 @@ <td>Sentence, quote, or phrase that the term or kanji appears in from the source content.</td> </tr> <tr> + <td><code class="anki-field-marker">{sentence-furigana}</code></td> + <td>Sentence, quote, or phrase that the term or kanji appears in from the source content, with furigana added.</td> + </tr> + <tr> <td><code class="anki-field-marker">{url}</code></td> <td>Address of the web page in which the term or kanji appeared in.</td> </tr> |