diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2017-07-16 11:01:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 11:01:33 -0700 |
commit | 49695ca35bf41ad47d6af4d79510c926ac55a898 (patch) | |
tree | 0f21a50bfe85ab38a0d467f5af94d2b3810fa965 /README.md | |
parent | 1ed8997240ba5d8ee4fe57062d2dbe8ba46436e2 (diff) | |
parent | ede139097c670f16ca3c332d8a79e9009b23bfac (diff) |
Merge pull request #65 from dequis/glossary-without-tags
Add glossary-brief anki field, like glossary but without tags
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ Flashcard fields can be configured with the following steps: `{expression}` | Term expressed as Kanji (will be displayed in Kana if Kanji is not available). `{furigana}` | Term expressed as Kanji with Furigana displayed above it (e.g. <ruby>日本語<rt>にほんご</rt></ruby>). `{glossary}` | List of definitions for the term (output format depends on whether running in *grouped* mode). + `{glossary-brief}` | Shorter version of `{glossary}`, without `{tags}` `{reading}` | Kana reading for the term (empty for terms where the expression is the reading). `{sentence}` | Sentence, quote, or phrase in which the term appears in the source content. `{tags}` | Grammar and usage tags providing information about the term (unavailable in *grouped* mode). |