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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -179,6 +179,7 @@ Flashcard fields can be configured with the following steps: `{search-query}` | The full search query shown on the search page. `{selection-text}` | The selected text on the search page or popup. `{sentence}` | Sentence, quote, or phrase that the term appears in from the source content. + `{sentence-furigana}` | Sentence, quote, or phrase that the term appears in from the source content, with furigana added. `{tags}` | Grammar and usage tags providing information about the term (unavailable in *grouped* mode). `{url}` | Address of the web page in which the term appeared in. @@ -202,6 +203,7 @@ Flashcard fields can be configured with the following steps: `{search-query}` | The full search query shown on the search page. `{selection-text}` | The selected text on the search page or popup. `{sentence}` | Sentence, quote, or phrase that the character appears in from the source content. + `{sentence-furigana}` | Sentence, quote, or phrase that the character appears in from the source content, with furigana added. `{stroke-count}` | Number of strokes that the kanji character has. `{url}` | Address of the web page in which the kanji appeared in. |