diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-11-13 18:24:31 -0800 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-11-13 18:24:31 -0800 | 
| commit | 1d29dd8ba765d7f7dfec69dfd783016c086989b3 (patch) | |
| tree | 9afe28d3b7fbeee97c2d5f4b2d775a24ef2c6ea5 | |
| parent | d95d607c19c0888ca96a693de541e2961bd8f4d9 (diff) | |
WIP
| -rw-r--r-- | ext/bg/options.html | 28 | 
1 files changed, 19 insertions, 9 deletions
| diff --git a/ext/bg/options.html b/ext/bg/options.html index 5d949bc2..6d745b93 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -65,14 +65,23 @@              </div>              <div> -                <img src="img/spinner.gif" class="pull-right" id="dict-spinner" alt> -                <h3>Dictionaries</h3> +                <div> +                    <img src="img/spinner.gif" class="pull-right" id="dict-spinner" alt> +                    <h3>Dictionaries</h3> +                </div> + +                <p class="help-block"> +                    Yomichan can import both bundled and custom (see the <a href="https://foosoft.net/projects/yomichan-import">Yomichan Import</a> +                    page for details) dictionaries. Although it is also possible to delete unneeded dictionaries, this operation is <em>extremely slow</em> and it is often +                    easier to disable them or simply <a href="javascript:resetDatabase();">reset the database</a>. Finally, please make sure to +                    wait for import and delete operations to complete before closing this page. +                </p>                  <div id="dict-groups"></div>                  <div class="alert alert-warning" id="dict-warning">                      <strong>No dictionaries found:</strong> -                    please use the dropdown below to install packaged and external dictionaries +                    <span>please use the dropdown below to install packaged and external dictionaries</span>                  </div>                  <div class="alert alert-danger" id="dict-error"> @@ -109,18 +118,19 @@                      <h3>Anki Options</h3>                  </div> +                <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 flashcards through <a href="https://ankiweb.net/">AnkiWeb</a>, +                    provided you already have an account. +                </p> +                  <div class="alert alert-danger" id="anki-error">                      <strong>Error:</strong>                      <span></span>                  </div>                  <div class="form-group"> -                    <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 flashcards through <a href="https://ankiweb.net/">AnkiWeb</a>, -                        provided you already have an account. -                    </p>                      <label for="anki-method">Connection method</label>                      <select class="form-control" id="anki-method">                          <option value="disabled">Disabled (no auto flashcard creation)</option> |