diff options
author | rhgg2 <richard.garner@mq.edu.au> | 2024-05-21 11:58:06 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 01:58:06 +0000 |
commit | ee04cf6de3037a92524bad5c65349ca1e7b4174f (patch) | |
tree | 0950cca0af45f5f414bd3d040370c62d4a669e83 /docs | |
parent | ee0302295817a5face5a2e3e0de2cc08fbe141e8 (diff) |
Add onyomi-hiragana handlebars (#960)
* Add onyomi-hiragana handlebars
* Add onyomi-hiragana handlebars
* Add docs
* Fix typo in documentation of kunyomi/onyomi handlebars
* Update ext/data/templates/anki-field-templates-upgrade-v36.handlebars
Co-authored-by: StefanVukovic99 <stefanvukovic44@gmail.com>
Signed-off-by: rhgg2 <richard.garner@mq.edu.au>
* Update tests for onyomi-hiragana handlebars
* Update tests for onyomi-hiragana handlebars
* Fix typo in code
---------
Signed-off-by: rhgg2 <richard.garner@mq.edu.au>
Co-authored-by: StefanVukovic99 <stefanvukovic44@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/anki-integration.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/anki-integration.md b/docs/anki-integration.md index f12c1268..5aa9e10c 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -87,8 +87,9 @@ Flashcard fields can be configured with the following steps: | `{frequency-average-rank}` | The average of frequency data for the current kanji. Defaults to rank 9999999 when frequency data is not found, indicating extremely low rank-based kanji usage. | | `{frequency-average-occurrence}` | The average of frequency data for the current kanji. Defaults to 0 occurrences when frequency data is not found, the lowest possible occurrence-based kanji usage. | | `{glossary}` | List of definitions for the kanji. | - | `{kunyomi}` | Kunyomi (Japanese reading) for the kanji expressed as katakana. | - | `{onyomi}` | Onyomi (Chinese reading) for the kanji expressed as hiragana. | + | `{kunyomi}` | Kunyomi (Japanese reading) for the kanji expressed as hiragana. | + | `{onyomi}` | Onyomi (Chinese reading) for the kanji expressed as katakana. | + | `{onyomi-hiragana}` | Onyomi (Chinese reading) for the kanji expressed as hiragana. | | `{screenshot}` | Screenshot of the web page taken at the time the kanji was added. | | `{search-query}` | The full search query shown on the search page. | | `{selection-text}` | The selected text on the search page or popup. | |