diff options
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index e3168ca1..c3799b61 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -93,6 +93,10 @@ <label><input type="checkbox" id="search-form-text-fields"> Search form text fields</label> </div> + <div class="checkbox"> + <label><input type="checkbox" id="search-alphanumeric"> Search alphanumeric text</label> + </div> + <div class="form-group options-advanced"> <label for="scan-delay">Scan delay</label> <input type="number" min="1" id="scan-delay" class="form-control"> @@ -200,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"> |