WIP
This commit is contained in:
parent
d95d607c19
commit
1d29dd8ba7
@ -64,15 +64,24 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<img src="img/spinner.gif" class="pull-right" id="dict-spinner" alt>
|
<img src="img/spinner.gif" class="pull-right" id="dict-spinner" alt>
|
||||||
<h3>Dictionaries</h3>
|
<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 id="dict-groups"></div>
|
||||||
|
|
||||||
<div class="alert alert-warning" id="dict-warning">
|
<div class="alert alert-warning" id="dict-warning">
|
||||||
<strong>No dictionaries found:</strong>
|
<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>
|
||||||
|
|
||||||
<div class="alert alert-danger" id="dict-error">
|
<div class="alert alert-danger" id="dict-error">
|
||||||
@ -109,18 +118,19 @@
|
|||||||
<h3>Anki Options</h3>
|
<h3>Anki Options</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="alert alert-danger" id="anki-error">
|
|
||||||
<strong>Error:</strong>
|
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<p class="help-block">
|
<p class="help-block">
|
||||||
Yomichan features automatic flashcard creation for <a href="http://ankisrs.net/">Anki</a>, a free application
|
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
|
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>,
|
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.
|
provided you already have an account.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="alert alert-danger" id="anki-error">
|
||||||
|
<strong>Error:</strong>
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
<label for="anki-method">Connection method</label>
|
<label for="anki-method">Connection method</label>
|
||||||
<select class="form-control" id="anki-method">
|
<select class="form-control" id="anki-method">
|
||||||
<option value="disabled">Disabled (no auto flashcard creation)</option>
|
<option value="disabled">Disabled (no auto flashcard creation)</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user