yomichan/ext/bg/settings.html

400 lines
19 KiB
HTML
Raw Normal View History

2016-03-29 03:09:30 +00:00
<!DOCTYPE html>
<html lang="en">
2016-04-03 17:46:36 +00:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1" />
2016-04-17 03:17:39 +00:00
<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">
2016-05-21 23:36:41 +00:00
<style>
2016-11-09 05:02:12 +00:00
#anki-spinner, #anki-general, #anki-error,
2017-09-23 02:39:05 +00:00
#dict-spinner, #dict-error, #dict-warning, #dict-purge, #dict-import-progress,
#debug, .options-advanced, .storage-hidden, #storage-spinner {
2016-05-21 23:36:41 +00:00
display: none;
}
2016-05-22 03:26:54 +00:00
.tab-content {
border-bottom: 1px #ddd solid;
border-left: 1px #ddd solid;
border-right: 1px #ddd solid;
padding: 10px;
2016-05-22 03:26:54 +00:00
}
2017-09-06 20:18:06 +00:00
#field-templates {
font-family: monospace;
overflow-x: hidden;
2017-09-09 19:59:49 +00:00
white-space: pre;
2017-09-06 20:18:06 +00:00
}
.bottom-links {
padding-bottom: 1em;
}
2019-07-09 21:52:44 +00:00
#custom-popup-css {
width: 100%;
min-height: 34px;
height: 96px;
resize: vertical;
font-family: 'Courier New', Courier, monospace;
white-space: pre;
}
[data-show-for-browser] {
display: none;
}
[data-browser=edge] [data-show-for-browser~=edge],
[data-browser=chrome] [data-show-for-browser~=chrome],
[data-browser=firefox] [data-show-for-browser~=firefox],
[data-browser=firefox-mobile] [data-show-for-browser~=firefox-mobile] {
display: initial;
}
2016-05-21 23:36:41 +00:00
</style>
2016-04-03 17:46:36 +00:00
</head>
<body>
2016-10-20 03:12:03 +00:00
<div class="container-fluid">
2016-10-17 01:34:31 +00:00
<div>
<h3>General Options</h3>
2016-05-22 03:17:12 +00:00
2017-04-09 01:01:36 +00:00
<div class="checkbox">
<label><input type="checkbox" id="show-usage-guide"> Show usage guide on startup</label>
</div>
2017-10-12 06:59:09 +00:00
<div class="checkbox">
<label><input type="checkbox" id="compact-tags"> Compact tags</label>
</div>
<div class="checkbox">
<label><input type="checkbox" id="compact-glossaries"> Compact glossaries</label>
</div>
2017-12-16 18:56:53 +00:00
<div class="checkbox">
<label><input type="checkbox" id="auto-play-audio"> Play audio automatically</label>
</div>
2017-01-05 05:33:23 +00:00
<div class="checkbox">
2017-01-27 17:01:12 +00:00
<label><input type="checkbox" id="show-advanced-options"> Show advanced options</label>
2017-01-05 05:33:23 +00:00
</div>
2017-05-24 03:54:03 +00:00
<div class="checkbox options-advanced">
<label><input type="checkbox" id="show-debug-info"> Show debug information</label>
</div>
<div class="form-group">
<label for="result-output-mode">Result grouping</label>
<select class="form-control" id="result-output-mode">
<option value="group">Group results by term-reading pairs</option>
2017-10-28 15:11:33 +00:00
<option value="merge">Group results by main dictionary entry</option>
<option value="split">Split definitions to their own results</option>
</select>
</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>
2017-05-24 04:27:20 +00:00
<option value="jpod101-alternate">JapanesePod101 (alternate)</option>
2017-08-16 04:40:41 +00:00
<option value="jisho">Jisho.org</option>
</select>
</div>
<div class="form-group">
<label for="popup-display-mode">Popup display mode</label>
<select class="form-control" id="popup-display-mode">
<option value="default">Default</option>
<option value="full-width">Full width</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>
2017-01-27 17:01:12 +00:00
<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">
2016-10-20 03:12:03 +00:00
</div>
<div class="form-group options-advanced">
2017-05-25 03:29:50 +00:00
<label>Popup size (width &times; 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">
2018-10-02 14:27:59 +00:00
<label>Popup offset (horizontal, vertical; in pixels)</label>
<div class="row">
<div class="col-xs-6"><input type="number" min="0" id="popup-horizontal-offset" class="form-control"></div>
<div class="col-xs-6"><input type="number" min="0" id="popup-vertical-offset" class="form-control"></div>
</div>
</div>
2019-07-09 21:52:44 +00:00
<div class="form-group options-advanced">
<label for="custom-popup-css">Custom popup CSS</label>
<div><textarea autocomplete="off" spellcheck="false" wrap="soft" id="custom-popup-css" class="form-control"></textarea></div>
</div>
</div>
2016-10-17 01:34:31 +00:00
<div>
<h3>Scanning Options</h3>
2016-08-14 19:08:06 +00:00
2016-10-20 03:12:03 +00:00
<div class="checkbox">
<label><input type="checkbox" id="middle-mouse-button-scan"> Middle mouse button scans</label>
2016-10-20 03:12:03 +00:00
</div>
2019-02-11 01:44:16 +00:00
<div class="checkbox">
<label><input type="checkbox" id="touch-input-enabled"> Touch input enabled</label>
</div>
2016-10-20 03:12:03 +00:00
<div class="checkbox">
<label><input type="checkbox" id="select-matched-text"> Select matched text</label>
</div>
2016-09-15 05:34:05 +00:00
<div class="checkbox">
<label><input type="checkbox" id="search-alphanumeric"> Search alphanumeric text</label>
</div>
<div class="checkbox">
<label><input type="checkbox" id="auto-hide-results"> Automatically hide results</label>
</div>
2016-10-20 03:12:03 +00:00
<div class="form-group options-advanced">
2017-05-25 03:33:35 +00:00
<label for="scan-delay">Scan delay (in milliseconds)</label>
2016-10-20 03:12:03 +00:00
<input type="number" min="1" id="scan-delay" class="form-control">
</div>
2016-10-20 03:12:03 +00:00
<div class="form-group options-advanced">
2017-05-25 03:33:35 +00:00
<label for="scan-length">Scan length (in characters)</label>
2016-10-20 03:12:03 +00:00
<input type="number" min="1" id="scan-length" class="form-control">
</div>
<div class="form-group">
<label for="scan-modifier-key">Scan modifier key</label>
<select class="form-control" id="scan-modifier-key">
<option value="none">None</option>
<option value="alt">Alt</option>
<option value="ctrl">Ctrl</option>
<option value="shift">Shift</option>
</select>
</div>
2016-05-21 22:42:21 +00:00
</div>
2016-11-06 01:10:49 +00:00
<div>
2016-11-14 02:24:31 +00:00
<div>
2017-03-04 20:27:05 +00:00
<img src="/mixed/img/spinner.gif" class="pull-right" id="dict-spinner" alt>
2016-11-14 02:24:31 +00:00
<h3>Dictionaries</h3>
</div>
<p class="help-block">
2017-06-25 23:25:46 +00:00
Yomichan can import and use a variety of dictionary formats. Unneeded dictionaries can be disabled,
2017-09-23 02:39:05 +00:00
or you can simply <a href="#" id="dict-purge-link">purge the database</a> to delete everything.
2017-06-25 23:25:46 +00:00
</p>
<p class="help-block">
2017-10-29 17:18:15 +00:00
Deleting individual dictionaries is not currently feasible due to limitations of browser database technology.
2016-11-14 02:24:31 +00:00
</p>
2016-11-06 01:10:49 +00:00
2017-10-29 17:18:15 +00:00
<div class="form-group" id="dict-main-group">
<label for="dict-main">Main dictionary for merged mode</label>
<select class="form-control" id="dict-main"></select>
</div>
2017-09-23 02:39:05 +00:00
<div class="text-danger" id="dict-purge">Dictionary data is being purged, please be patient...</div>
<div class="alert alert-warning" id="dict-warning">No dictionaries have been installed</div>
<div class="alert alert-danger" id="dict-error"></div>
2016-11-06 20:06:56 +00:00
2016-11-15 04:42:45 +00:00
<div id="dict-groups"></div>
2016-11-14 16:15:08 +00:00
<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>
2016-11-06 20:06:56 +00:00
</div>
2017-06-13 05:58:02 +00:00
<div id="dict-importer">
2017-10-29 17:18:15 +00:00
<p class="help-block">
2017-10-29 19:22:21 +00:00
Select a dictionary to import for use below. Please visit the Yomichan homepage to
<a href="https://foosoft.net/projects/yomichan" target="_blank">download free dictionaries</a>
for use with this extension and to learn about importing proprietary EPWING dictionaries.
2017-10-29 17:18:15 +00:00
</p>
2017-06-13 05:58:02 +00:00
<input type="file" id="dict-file">
2016-11-06 01:10:49 +00:00
</div>
</div>
<div id="storage-info" class="storage-hidden">
<div>
<img src="/mixed/img/spinner.gif" class="pull-right" id="storage-spinner" />
<h3>Storage</h3>
</div>
<div id="storage-use" class="storage-hidden">
<p class="help-block">
Yomichan is using approximately <strong id="storage-usage"></strong> of <strong id="storage-quota"></strong>.
</p>
</div>
<div id="storage-error" class="storage-hidden">
<p class="help-block">
Could not detect how much storage Yomichan is using.
</p>
<div data-show-for-browser="firefox firefox-mobile"><div class="alert alert-danger options-advanced">
On Firefox and Firefox for Android, the storage information feature may be hidden behind a browser flag.
If you would like to enable this flag, open <a href="about:config" target="_blank">about:config</a> and search for the
<strong>dom.storageManager.enabled</strong> option. If this option has a value of <strong>false</strong>, toggling it to
<strong>true</strong> may allow storage information to be calculated.
</div></div>
</div>
<div data-show-for-browser="firefox-mobile"><div class="alert alert-warning">
If you are using Firefox for Android, you will have to make sure you have enough free space on your device to install dictionaries.
</div></div>
<div>
<input type="button" value="Refresh" id="storage-refresh" />
</div>
</div>
2016-10-17 01:34:31 +00:00
<div>
2016-10-20 03:57:08 +00:00
<div>
2017-03-05 04:10:49 +00:00
<img src="/mixed/img/spinner.gif" class="pull-right" id="anki-spinner" alt>
2016-10-20 03:57:08 +00:00
<h3>Anki Options</h3>
</div>
2016-05-21 22:42:21 +00:00
2016-11-14 02:24:31 +00:00
<p class="help-block">
Yomichan supports automatic flashcard creation for <a href="http://ankisrs.net/" target="_blank">Anki</a>, a free application
2017-06-25 23:27:53 +00:00
designed to help you remember. This feature requires installation of the
<a href="https://foosoft.net/projects/anki-connect/" target="_blank">AnkiConnect</a> plugin.
2016-11-14 02:24:31 +00:00
</p>
2017-09-23 02:39:05 +00:00
<div class="alert alert-danger" id="anki-error"></div>
2016-10-17 01:44:36 +00:00
2017-05-25 03:42:54 +00:00
<div class="checkbox">
<label><input type="checkbox" id="anki-enable"> Enable Anki integration</label>
</div>
2016-10-20 03:12:03 +00:00
<div id="anki-general">
2016-06-13 05:36:12 +00:00
<div class="form-group">
2017-01-15 19:22:34 +00:00
<label for="card-tags">Card tags (comma or space separated)</label>
<input type="text" id="card-tags" class="form-control">
</div>
2016-08-14 19:08:06 +00:00
<div class="form-group options-advanced">
2017-05-25 03:33:35 +00:00
<label for="sentence-detection-extent">Sentence detection extent (in characters)</label>
2017-01-15 19:22:34 +00:00
<input type="number" min="1" id="sentence-detection-extent" class="form-control">
2016-06-13 05:36:12 +00:00
</div>
2017-02-05 19:44:59 +00:00
<div class="form-group options-advanced">
<label for="interface-server">Interface server</label>
<input type="text" id="interface-server" class="form-control">
</div>
2016-10-17 01:34:31 +00:00
<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>
2016-10-20 03:12:03 +00:00
<ul class="nav nav-tabs">
2017-01-15 19:15:24 +00:00
<li class="active"><a href="#terms" data-toggle="tab">Terms</a></li>
2016-10-16 19:12:31 +00:00
<li><a href="#kanji" data-toggle="tab">Kanji</a></li>
</ul>
2016-10-20 03:12:03 +00:00
<div class="tab-content">
2017-01-15 19:15:24 +00:00
<div id="terms" class="tab-pane fade in active">
2016-10-20 03:12:03 +00:00
<div class="row">
<div class="form-group col-xs-6">
2017-01-15 19:22:34 +00:00
<label for="anki-terms-deck">Deck</label>
<select class="form-control anki-deck" id="anki-terms-deck"></select>
2016-10-16 19:12:31 +00:00
</div>
2016-05-22 03:17:12 +00:00
2016-10-20 03:12:03 +00:00
<div class="form-group col-xs-6">
2017-01-15 19:22:34 +00:00
<label for="anki-terms-model">Model</label>
<select class="form-control anki-model" id="anki-terms-model"></select>
2016-10-16 19:12:31 +00:00
</div>
2016-05-22 03:17:12 +00:00
</div>
2016-05-22 03:44:18 +00:00
2016-10-16 19:12:31 +00:00
<table class="table table-bordered anki-fields">
2016-10-20 03:12:03 +00:00
<thead><tr><th>Field</th><th>Value</th></tr></thead>
<tbody></tbody>
2016-10-16 19:12:31 +00:00
</table>
</div>
2016-05-29 02:01:42 +00:00
2016-10-16 19:12:31 +00:00
<div id="kanji" class="tab-pane fade">
2016-10-20 03:12:03 +00:00
<div class="row">
<div class="form-group col-xs-6">
<label for="anki-kanji-deck">Deck</label>
2016-10-16 19:12:31 +00:00
<select class="form-control anki-deck" id="anki-kanji-deck"></select>
</div>
2016-05-21 22:42:21 +00:00
2016-10-20 03:12:03 +00:00
<div class="form-group col-xs-6">
<label for="anki-kanji-model">Model</label>
2016-10-16 19:12:31 +00:00
<select class="form-control anki-model" id="anki-kanji-model"></select>
</div>
2016-05-22 03:17:12 +00:00
</div>
2016-05-22 03:44:18 +00:00
2016-10-16 19:12:31 +00:00
<table class="table table-bordered anki-fields">
2016-10-20 03:12:03 +00:00
<thead><tr><th>Field</th><th>Value</th></tr></thead>
<tbody></tbody>
2016-10-16 19:12:31 +00:00
</table>
</div>
2016-05-21 23:36:41 +00:00
</div>
2017-09-09 19:59:49 +00:00
<div class="options-advanced">
<p class="help-block">
Fields are formatted using the <a href="http://handlebarsjs.com/">Handlebars.js</a> template rendering
engine. Advanced users can modify these templates for ultimate control of what information gets included in
their Anki cards. If you encounter problems with your changes you can always <a href="#" id="field-templates-reset">reset to default</a>
template settings.
</p>
<textarea class="form-control" rows="10" id="field-templates"></textarea>
</div>
2016-05-21 23:36:41 +00:00
</div>
2016-10-20 03:12:03 +00:00
</div>
2017-09-09 19:59:49 +00:00
</div>
2016-12-19 04:40:18 +00:00
2017-09-09 19:59:49 +00:00
<div>
<h3>Support Development</h3>
2017-05-25 02:13:56 +00:00
2017-09-09 19:59:49 +00:00
<p class="help-block">
Yomichan is provided to you <em>completely free</em> of charge. Unlike numerous other "free" services, you are not
shown ads, pestered with "offers", or have your browser usage information analyzed and sold to third parties.
</p>
<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.
</p>
<p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4DBTN9A3CUAFN" target="_blank"><img src="/bg/img/paypal.gif" alt></a>
</p>
2016-05-07 21:50:55 +00:00
</div>
2017-09-09 19:59:49 +00:00
<pre id="debug"></pre>
<div class="pull-right bottom-links">
<small><a href="search.html">Search</a> &bull; <a href="https://foosoft.net/projects/yomichan/" target="_blank">Homepage</a> &bull; <a href="legal.html">Legal</a></small>
2016-05-07 21:50:55 +00:00
</div>
2016-04-03 17:46:36 +00:00
</div>
2016-05-18 03:07:28 +00:00
<script src="/mixed/lib/jquery.min.js"></script>
<script src="/mixed/lib/bootstrap/js/bootstrap.min.js"></script>
2017-03-04 20:27:05 +00:00
<script src="/mixed/lib/handlebars.min.js"></script>
2017-07-28 04:42:14 +00:00
2017-08-15 04:43:09 +00:00
<script src="/bg/js/anki.js"></script>
2017-07-28 04:42:14 +00:00
<script src="/bg/js/api.js"></script>
2017-07-19 06:07:46 +00:00
<script src="/bg/js/dictionary.js"></script>
2017-07-28 04:42:14 +00:00
<script src="/bg/js/handlebars.js"></script>
<script src="/bg/js/options.js"></script>
<script src="/bg/js/templates.js"></script>
2017-08-06 02:23:17 +00:00
<script src="/bg/js/util.js"></script>
2017-07-28 04:42:14 +00:00
2017-07-16 19:59:16 +00:00
<script src="/bg/js/settings.js"></script>
2016-04-03 17:46:36 +00:00
</body>
2016-03-29 03:09:30 +00:00
</html>