diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-28 19:01:42 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-28 19:01:42 -0700 |
commit | 17f0282b09c141abac4d2248ec2aee274254f947 (patch) | |
tree | d59d35341f65c9883ec8abffcfa14e5ea0ce861e /ext/bg/options.html | |
parent | a936bc008824e90519465bae66eadfdc4d2cb91b (diff) |
Display supported field tags
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index fd5adcb4..55df936b 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -103,7 +103,10 @@ <tbody> </tbody> </table> + + <p>Supported field tags: <code>{expression}</code>, <code>{reading}</code>, <code>{glossary}</code></p> </div> + <div id="kanji" class="tab-pane fade"> <div class="form-group"> <label class="col-sm-2 control-label" for="anki-kanji-deck">Deck</label> @@ -129,6 +132,8 @@ <tbody> </tbody> </table> + + <p>Supported field tags: <code>{character}</code>, <code>{onyomi}</code>, <code>{kunyomi}</code>, <code>{glossary}</code></p> </div> </div> </form> |