diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-04 20:39:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 20:39:23 -0500 |
commit | 5b9d709d4087c7d2b4210319840f6fc7b454d3b1 (patch) | |
tree | 14e71808fc6b8e805c6e8e385cc7555414cdf08d /README.md | |
parent | 255c8b724e036d9d38e1dab4540974d11fc00bfa (diff) |
Conjugation marker (#988)
* Add {conjugation} marker
* Add info
* Add upgrade
* Update test
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ Flashcard fields can be configured with the following steps: `{cloze-body}` | Raw, inflected term as it appeared before being reduced to dictionary form by Yomichan. `{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. `{dictionary}` | Name of the dictionary from which the card is being created (unavailable in *grouped* mode). `{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). |