diff options
| author | Alex Yatskov <alex@foosoft.net> | 2017-04-22 17:09:01 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2017-04-22 17:09:01 -0700 | 
| commit | 3319d0d3cdaf98a8fd57b7c51e745f60960f607e (patch) | |
| tree | acbeada4cd3de1211cbc7e31ac19aacadd92a67c | |
| parent | e661c4bd4383816f3f14c7458944795b44a40bad (diff) | |
update documentation for anki field editor (fixes #46)
| -rw-r--r-- | ext/bg/options.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 3595cda4..c3799b61 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -204,9 +204,9 @@                      <div id="anki-format">                          <p class="help-block">                              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 +                            As Anki requires the first field in the model to be unique, it is recommended                              that you set it to <code>{expression}</code> for term flashcards and <code>{character}</code> for -                            Kanji flashcards. +                            Kanji flashcards. You can use multiple markers per field by typing them in directly.                          </p>                          <ul class="nav nav-tabs">  |