diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/settings.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ext/settings.html b/ext/settings.html index f59041db..e1561409 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3395,6 +3395,40 @@ <td>Title of the web page that the term or kanji appeared in.</td> </tr> <tr> + <td><code class="anki-field-marker">{frequencies}</code></td> + <td> + Frequency information for the term or kanji. + </td> + </tr> + <tr> + <td><code class="anki-field-marker">{frequency-harmonic-rank}</code></td> + <td> + The harmonic mean of frequency data for the current term or kanji.<br> + Defaults to rank 9999999 when frequency data is not found, indicating extremely low rank-based term or kanji usage. + </td> + </tr> + <tr> + <td><code class="anki-field-marker">{frequency-harmonic-occurrence}</code></td> + <td> + The harmonic mean of frequency data for the current term or kanji.<br> + Defaults to 0 occurrences when frequency data is not found, the lowest possible occurrence-based term or kanji usage. + </td> + </tr> + <tr> + <td><code class="anki-field-marker">{frequency-average-rank}</code></td> + <td> + The average of frequency data for the current term or kanji.<br> + Defaults to rank 9999999 when frequency data is not found, indicating extremely low rank-based term or kanji usage. + </td> + </tr> + <tr> + <td><code class="anki-field-marker">{frequency-average-occurrence}</code></td> + <td> + The average of frequency data for the current term or kanji.<br> + Defaults to 0 occurrences when frequency data is not found, the lowest possible occurrence-based term or kanji usage. + </td> + </tr> + <tr> <td><code class="anki-field-marker">{screenshot}</code></td> <td>Screenshot of the web page taken at the time the term or kanji was added.</td> </tr> |