293 lines
14 KiB
HTML
293 lines
14 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Yomichan Options</title>
|
|
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
|
|
<style>
|
|
#anki-spinner, #anki-general, #anki-error,
|
|
#dict-spinner, #dict-error, #dict-warning, #dict-purge-progress, #dict-import-progress,
|
|
#debug,
|
|
.options-advanced {
|
|
display: none;
|
|
}
|
|
|
|
.tab-content {
|
|
border-bottom: 1px #ddd solid;
|
|
border-left: 1px #ddd solid;
|
|
border-right: 1px #ddd solid;
|
|
padding: 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container-fluid">
|
|
<div>
|
|
<h3>General Options</h3>
|
|
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="show-usage-guide"> Show usage guide on startup</label>
|
|
</div>
|
|
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="group-terms-results"> Group term results</label>
|
|
</div>
|
|
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="show-advanced-options"> Show advanced options</label>
|
|
</div>
|
|
|
|
<div class="checkbox options-advanced">
|
|
<label><input type="checkbox" id="soft-katakana-search"> Soft Katakana search</label>
|
|
</div>
|
|
|
|
<div class="checkbox options-advanced">
|
|
<label><input type="checkbox" id="show-debug-info"> Show debug information</label>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="audio-playback-source">Audio playback source</label>
|
|
<select class="form-control" id="audio-playback-source">
|
|
<option value="disabled">Disabled</option>
|
|
<option value="jpod101">JapanesePod101</option>
|
|
<option value="jpod101-alternate">JapanesePod101 (alternate)</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="form-group options-advanced">
|
|
<label for="audio-playback-volume">Audio playback volume (percent)</label>
|
|
<input type="number" min="0" max="100" id="audio-playback-volume" class="form-control">
|
|
</div>
|
|
|
|
<div class="form-group options-advanced">
|
|
<label for="max-displayed-results">Maximum displayed results</label>
|
|
<input type="number" min="1" id="max-displayed-results" class="form-control">
|
|
</div>
|
|
|
|
<div class="form-group options-advanced">
|
|
<label>Popup size (width x height, in pixels)</label>
|
|
<div class="row">
|
|
<div class="col-xs-6"><input type="number" min="1" id="popup-width" class="form-control"></div>
|
|
<div class="col-xs-6"><input type="number" min="1" id="popup-height" class="form-control"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group options-advanced">
|
|
<label for="popup-offset">Popup offset (in pixels)</label>
|
|
<input type="number" min="0" id="popup-offset" class="form-control">
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<h3>Scanning Options</h3>
|
|
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="middle-mouse-button-scan"> Middle mouse button scans</label>
|
|
</div>
|
|
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="hold-shift-to-scan"> Hold <kbd>Shift</kbd> to scan</label>
|
|
</div>
|
|
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="select-matched-text"> Select matched text</label>
|
|
</div>
|
|
|
|
<div class="checkbox">
|
|
<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">
|
|
</div>
|
|
|
|
<div class="form-group options-advanced">
|
|
<label for="scan-length">Scan length</label>
|
|
<input type="number" min="1" id="scan-length" class="form-control">
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div>
|
|
<img src="/mixed/img/spinner.gif" class="pull-right" id="dict-spinner" alt>
|
|
<h3>Dictionaries</h3>
|
|
</div>
|
|
|
|
<p class="help-block">
|
|
Yomichan can utilize both bundled and custom (see the <a href="https://foosoft.net/projects/yomichan-import">Yomichan Import</a>
|
|
page for details) dictionaries. You can disable dictionaries that you no longer wish to use, or you can simply
|
|
<a href="#" id="dict-purge">purge the database</a> to delete everything. Please make sure to wait for import
|
|
and delete operations to complete before closing this page.
|
|
</p>
|
|
|
|
<div id="dict-purge-progress" class="text-danger">Dictionary data is being purged, please be patient...</div>
|
|
|
|
<div class="alert alert-warning" id="dict-warning">
|
|
<strong>Warning:</strong>
|
|
<span>No dictionaries found, use the importer below to install packaged and external dictionaries</span>
|
|
</div>
|
|
|
|
<div class="alert alert-danger" id="dict-error">
|
|
<strong>Error:</strong>
|
|
<span></span>
|
|
</div>
|
|
|
|
<div id="dict-groups"></div>
|
|
|
|
<div id="dict-import-progress">
|
|
Dictionary data is being imported, please be patient...
|
|
<div class="progress">
|
|
<div class="progress-bar progress-bar-striped" style="width: 0%"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="input-group" id="dict-importer">
|
|
<div class="input-group-btn">
|
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="#" data-url="edict">JMdict <span class="text-muted">(terms)</span></a></li>
|
|
<li><a href="#" data-url="enamdict">JMnedict <span class="text-muted">(names)</span></a></li>
|
|
<li><a href="#" data-url="kanjidic">KANJIDIC2 <span class="text-muted">(characters)</span></a></li>
|
|
<li role="separator" class="divider"></li>
|
|
<li><a href="#" data-url="http://localhost:9876/index.json">Local dictionary</a></li>
|
|
</ul>
|
|
</div>
|
|
<input type="text" id="dict-url" class="form-control" placeholder="Dictionary import URL">
|
|
<div class="input-group-btn">
|
|
<button type="button" id="dict-import" class="btn btn-primary" disabled>Import</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div>
|
|
<img src="/mixed/img/spinner.gif" class="pull-right" id="anki-spinner" alt>
|
|
<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. This functionality requires prior installation of the
|
|
<a href="https://foosoft.net/projects/anki-connect/">AnkiConnect</a> plugin for Anki.
|
|
</p>
|
|
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="anki-enable"> Enable Anki integration</label>
|
|
</div>
|
|
|
|
<div class="alert alert-danger" id="anki-error">
|
|
<strong>Error:</strong>
|
|
<span></span>
|
|
</div>
|
|
|
|
<div id="anki-general">
|
|
<div class="checkbox options-advanced">
|
|
<label><input type="checkbox" id="generate-html-cards"> Generate HTML cards</label>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="card-tags">Card tags (comma or space separated)</label>
|
|
<input type="text" id="card-tags" class="form-control">
|
|
</div>
|
|
|
|
<div class="form-group options-advanced">
|
|
<label for="sentence-detection-extent">Sentence detection extent</label>
|
|
<input type="number" min="1" id="sentence-detection-extent" class="form-control">
|
|
</div>
|
|
|
|
<div class="form-group options-advanced">
|
|
<label for="interface-server">Interface server</label>
|
|
<input type="text" id="interface-server" class="form-control">
|
|
</div>
|
|
|
|
<div id="anki-format">
|
|
<p class="help-block">
|
|
Specify the information you would like included in your flashcards in the field editor below.
|
|
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. You can use multiple markers per field by typing them in directly.
|
|
</p>
|
|
|
|
<ul class="nav nav-tabs">
|
|
<li class="active"><a href="#terms" data-toggle="tab">Terms</a></li>
|
|
<li><a href="#kanji" data-toggle="tab">Kanji</a></li>
|
|
</ul>
|
|
|
|
<div class="tab-content">
|
|
<div id="terms" class="tab-pane fade in active">
|
|
<div class="row">
|
|
<div class="form-group col-xs-6">
|
|
<label for="anki-terms-deck">Deck</label>
|
|
<select class="form-control anki-deck" id="anki-terms-deck"></select>
|
|
</div>
|
|
|
|
<div class="form-group col-xs-6">
|
|
<label for="anki-terms-model">Model</label>
|
|
<select class="form-control anki-model" id="anki-terms-model"></select>
|
|
</div>
|
|
</div>
|
|
|
|
<table class="table table-bordered anki-fields">
|
|
<thead><tr><th>Field</th><th>Value</th></tr></thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="kanji" class="tab-pane fade">
|
|
<div class="row">
|
|
<div class="form-group col-xs-6">
|
|
<label for="anki-kanji-deck">Deck</label>
|
|
<select class="form-control anki-deck" id="anki-kanji-deck"></select>
|
|
</div>
|
|
|
|
<div class="form-group col-xs-6">
|
|
<label for="anki-kanji-model">Model</label>
|
|
<select class="form-control anki-model" id="anki-kanji-model"></select>
|
|
</div>
|
|
</div>
|
|
|
|
<table class="table table-bordered anki-fields">
|
|
<thead><tr><th>Field</th><th>Value</th></tr></thead>
|
|
<tbody></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<h3>Support Development</h3>
|
|
|
|
<p class="help-block">
|
|
If you find Yomichan useful, please consider making a small donation as a way to show your appreciation for the countless hours
|
|
that I have devoted to this extension. Seeing that people care about my work is great motivation for continuing to
|
|
improve Yomichan!
|
|
</p>
|
|
<p>
|
|
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4DBTN9A3CUAFN"><img src="/bg/img/paypal.gif" alt></a>
|
|
</p>
|
|
</div>
|
|
|
|
<pre id="debug"></pre>
|
|
</div>
|
|
|
|
<div class="pull-right">
|
|
<small><a href="https://foosoft.net/projects/yomichan/">Homepage</a> • <a href="legal.html">Legal</a></small>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="/mixed/lib/jquery.min.js"></script>
|
|
<script src="/mixed/lib/bootstrap/js/bootstrap.min.js"></script>
|
|
<script src="/mixed/lib/handlebars.min.js"></script>
|
|
<script src="/bg/js/templates.js"></script>
|
|
<script src="/bg/js/util.js"></script>
|
|
<script src="/bg/js/options.js"></script>
|
|
</body>
|
|
</html>
|