diff options
-rw-r--r-- | docs/anki-integration.md | 1 | ||||
-rw-r--r-- | ext/settings.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/anki-integration.md b/docs/anki-integration.md index 411e2109..bc8afc0c 100644 --- a/docs/anki-integration.md +++ b/docs/anki-integration.md @@ -29,6 +29,7 @@ Flashcard fields can be configured with the following steps: | `{clipboard-image}` | An image which is stored in the system clipboard, if present. | | `{clipboard-text}` | Text which is stored in the system clipboard, if present. | | `{cloze-body}` | Raw, inflected term as it appeared before being reduced to dictionary form by Yomitan. | + | `{cloze-body-kana}` | Kana reading for `{cloze-body}`. | | `{cloze-prefix}` | Fragment of the containing `{sentence}` starting at the beginning of `{sentence}` until the beginning of `{cloze-body}`. | | `{cloze-suffix}` | Fragment of the containing `{sentence}` starting at the end of `{cloze-body}` until the end of `{sentence}`. | | `{conjugation}` | Conjugation path from the raw inflected term to the source term. | diff --git a/ext/settings.html b/ext/settings.html index e1561409..030dee25 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3277,6 +3277,10 @@ <td>Audio sample of a native speaker's pronunciation in MP3 format, if available.</td> </tr> <tr> + <td><code class="anki-field-marker">{cloze-body-kana}</code></td> + <td>Kana reading for <code class="anki-field-marker">{cloze-body}</code>.</td> + </tr> + <tr> <td><code class="anki-field-marker">{conjugation}</code></td> <td>Conjugation path from the raw inflected term to the source term.</td> </tr> |