summaryrefslogtreecommitdiff
path: root/ext/bg/options.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-10-19 20:32:22 -0700
committerAlex Yatskov <alex@foosoft.net>2016-10-19 20:32:22 -0700
commit055174efd2955464b21c653bfa3ed889e9d03e69 (patch)
treeb4321e5a4391cc3f524d1eb0abd7cbf34d7d9f0f /ext/bg/options.html
parent83af15e94b9c65efd97d804c0f602d9a794762f9 (diff)
Options page TLC
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r--ext/bg/options.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html
index 71e0a264..2b2e283b 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -72,9 +72,15 @@
<label for="anki-method">Connection method</label>
<select class="form-control" id="anki-method">
<option value="disabled">Disabled (no auto flashcard creation)</option>
- <option value="ankiweb">AnkiWeb (requires an account on AnkiWeb)</option>
<option value="ankiconnect">AnkiConnect (requires the AnkiConnect plugin)</option>
+ <option value="ankiweb">AnkiWeb (requires an account on AnkiWeb)</option>
</select>
+ <p class="help-block">
+ Yomichan features automatic flashcard creation for <a href="http://ankisrs.net/">Anki</a>, a free application
+ designed to help you retain knowledge. While the <a href="https://foosoft.net/projects/anki-connect/">AnkiConnect</a> plugin
+ offers the best experience, it is also possible to create flash cards through <a href="https://ankiweb.net/">AnkiWeb</a>,
+ provided you already have an account.
+ </p>
</div>
<div id="anki-general">
@@ -91,7 +97,7 @@
</div>
<div class="form-group">
- <label for="anki-card-tags">Card tags</label>
+ <label for="anki-card-tags">Card tags (comma or space separated)</label>
<input type="text" id="anki-card-tags" class="form-control">
</div>