summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Yatskov <FooSoft@users.noreply.github.com>2017-07-16 11:01:33 -0700
committerGitHub <noreply@github.com>2017-07-16 11:01:33 -0700
commit49695ca35bf41ad47d6af4d79510c926ac55a898 (patch)
tree0f21a50bfe85ab38a0d467f5af94d2b3810fa965 /README.md
parent1ed8997240ba5d8ee4fe57062d2dbe8ba46436e2 (diff)
parentede139097c670f16ca3c332d8a79e9009b23bfac (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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c32c867f..6ac97eea 100644
--- a/README.md
+++ b/README.md
@@ -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).