diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-02-10 00:32:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-10 05:32:01 +0000 |
commit | 884f2a0b9d81ffb41e0df46d2b16c2e102f93435 (patch) | |
tree | febc8df5947c3d0bdf8cd07a75d9181dc6403d13 /docs | |
parent | 8ef351a9daac22abec5b341cca4209d7595aa4f5 (diff) |
Add cloze-body-kana docs (#659)
* add cloze-body-kana docs
* Fix alphabetical ordering
Diffstat (limited to 'docs')
-rw-r--r-- | docs/anki-integration.md | 1 |
1 files changed, 1 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. | |