diff --git a/docs/anki-integration.md b/docs/anki-integration.md index 151137d479..41860fa50c 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -36,6 +36,10 @@ Flashcard fields can be configured with the following steps: | `{document-title}` | Title of the web page that the term appeared in. | | `{expression}` | Term expressed as kanji (will be displayed in kana if kanji is not available). | | `{frequencies}` | Frequency information for the term. | + | `{frequency-harmonic-rank}` | The harmonic mean of frequency data for the current term. Defaults to 9999999 when no frequency is found. | + | `{frequency-harmonic-occurrence}` | The harmonic mean of frequency data for the current term. Defaults to 0 when no frequency is found. | + | `{frequency-average-rank}` | The average of frequency data for the current term. Defaults to 9999999 when no frequency is found. | + | `{frequency-average-occurrence}` | The average of frequency data for the current term. Defaults to 0 when no frequency is found. | | `{furigana}` | Term expressed as kanji with furigana displayed above it (e.g. 日本語). | | `{furigana-plain}` | Term expressed as kanji with furigana displayed next to it in brackets (e.g. 日本語[にほんご]). | | `{glossary}` | List of definitions for the term (output format depends on whether running in _grouped_ mode). | @@ -67,6 +71,10 @@ Flashcard fields can be configured with the following steps: | `{dictionary}` | Name of the dictionary from which the card is being created. | | `{document-title}` | Title of the web page that the kanji appeared in. | | `{frequencies}` | Frequency information for the kanji. | + | `{frequency-harmonic-rank}` | The harmonic mean of frequency data for the current kanji. Defaults to 9999999 when no frequency is found. | + | `{frequency-harmonic-occurrence}` | The harmonic mean of frequency data for the current kanji. Defaults to 0 when no frequency is found. | + | `{frequency-average-rank}` | The average of frequency data for the current kanji. Defaults to 9999999 when no frequency is found. | + | `{frequency-average-occurrence}` | The average of frequency data for the current kanji. Defaults to 0 when no frequency is found. | | `{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. | diff --git a/ext/settings.html b/ext/settings.html index f59041db36..fff6d62b82 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3394,6 +3394,36 @@
{document-title}
{frequencies}
{frequency-harmonic-rank}
{frequency-harmonic-occurrence}
{frequency-average-rank}
{frequency-average-occurrence}
{screenshot}