diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-04-08 13:11:06 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-04-08 13:11:06 -0700 |
commit | 2a233bd62184de12d9f0ee6bf0c6985dafe497fd (patch) | |
tree | 6620817d072b8243b5324c58a80696c03d7ad72b | |
parent | 04e7b47815db3421d43494fc2c56776b3f8d8347 (diff) |
add hint about specifying anki model fields
-rw-r--r-- | ext/bg/options.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 939227b0..77ea0e3c 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -193,6 +193,13 @@ <input type="text" id="interface-server" class="form-control"> </div> + <p> + Specify the information you would like included in your flashcards in the field editor below. + Please be aware that Anki requires the first field in the model to be unique. It is highly recommended + that you set it to <code>{expression}</code> for term flashcards and <code>{character}</code> for + Kanji flashcards. + </p> + <div id="anki-format"> <ul class="nav nav-tabs"> <li class="active"><a href="#terms" data-toggle="tab">Terms</a></li> |