forked from FooSoft/yomichan
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add and remove settings from advanced * Add warning to Text scan length * Move Frequency sorting dictionary under Dictionaries, remove it from advanced, add child element Frequency sorting mode to advanced * Move Result grouping mode to Appearance * Move General above Dictionaries * Rename Popup Appearance to Appearance * Move Reading mode from Text Parsing to Appearance * Make Text scan length warning less scary * Move anki dupe settings back to advanced * Remove scan delay setting from welcome page * Move Recommended Permissions to top of welcome page, add bold, and add warning text * Improve wording of recommended permissions warning * Rename Enable content scanning to Enable Yomitan Co-authored-by: James Maa <[email protected]> Signed-off-by: Kuuuube <[email protected]> * Remove Auto-hide search popup option from welcome page * Fix appearance href and id * Add Result Display category * Add success text css * Split off quick start guide from welcome page * Add language selector on welcome page * Add success or danger text if recommended permissions are on or off * Remove unused placeholders in backup category * Rename Popup to Popup Behavior * Move Auto-hide search popup and Hide popup on cursor exit to Popup Behavior * Move Term display style, Reading mode, and Frequency display style to advanced * Move custom css to advanced * Remove unused setting * Add back setting with note and hidden * Remove Auto-hide search popup * Restore Auto-hide search popup * Fix Auto-hide search popup description --------- Signed-off-by: Kuuuube <[email protected]> Co-authored-by: James Maa <[email protected]>
- Loading branch information
Showing
7 changed files
with
417 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>Quick Start Guide</title> | ||
<link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16"> | ||
<link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19"> | ||
<link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38"> | ||
<link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48"> | ||
<link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64"> | ||
<link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> | ||
<link rel="stylesheet" type="text/css" href="/css/material.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/settings.css"> | ||
</head> | ||
<body> | ||
|
||
<!-- Main content --> | ||
<div class="content-outer"><div class="content"> | ||
<div class="content-left"></div> | ||
<div class="content-center"> | ||
|
||
<span tabindex="-1" id="content-scroll-focus"></span> | ||
|
||
<h1>Welcome to Yomitan!</h1> | ||
|
||
<!-- Content --> | ||
<h2>Yomitan Quick Start Guide</h2> | ||
<div class="settings-group"> | ||
<div class="settings-item"> | ||
<div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
Clicking the <img src="/images/yomitan-icon.svg" class="inline-icon" alt=""> <em>Yomitan</em> button in the browser bar will open the quick-actions popup. | ||
</div></div></div> | ||
<div class="settings-item-children settings-item-children-group"> | ||
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
The <img src="/images/cog.svg" class="inline-icon" alt=""> <em>cog</em> button will open the <a href="/settings.html" target="_blank" rel="noopener">Settings</a> page. | ||
</div></div></div></div> | ||
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
The <img src="/images/magnifying-glass.svg" class="inline-icon" alt=""> <em>magnifying glass</em> button will open the <a href="/search.html" target="_blank" rel="noopener">Search</a> page, | ||
enabling text and terms to be looked up using the installed dictionaries. | ||
This can even be used in offline mode! | ||
</div></div></div></div> | ||
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
The <img src="/images/question-mark-circle.svg" class="inline-icon" alt=""> <em>question mark</em> button will open the <a href="/info.html" target="_blank" rel="noopener">Information</a> page, | ||
which has some helpful information and links about Yomitan. | ||
</div></div></div></div> | ||
</div> | ||
</div> | ||
<div class="settings-item"> | ||
<div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
Yomitan requires one or more dictionaries to be installed in order to look up terms, kanji, and other information. | ||
Several downloadable dictionaries can be found on the <a href="https://github.com/themoeway/yomitan/blob/master/docs/dictionaries.md#dictionaries" target="_blank" rel="noopener noreferrer">Yomitan homepage</a>. | ||
Dictionaries can be configured from the <a href="/settings.html#!dictionaries" rel="noopener">Settings</a> page. | ||
</div></div></div> | ||
</div> | ||
<div class="settings-item"> | ||
<div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
You can also import an exported collection of dictionaries from the <a href="/settings.html#!backup">Backup section of the Settings</a> page. | ||
|
||
<br><br> | ||
|
||
If you are migrating from Yomichan, you may be interested in importing your data into Yomitan. | ||
Please follow instructions from <a href="https://github.com/themoeway/yomitan/blob/master/docs/yomichan-migration.md#migrating-from-yomichan" target="_blank" rel="noopener noreferrer">Yomitan's README</a> for that. | ||
|
||
<br><br> | ||
|
||
If you are using or planning to use custom templates for Anki note creation, note that <a href="https://github.com/themoeway/yomitan/blob/master/docs/yomichan-migration.md#custom-templates" target="_blank" rel="noopener noreferrer">some syntax has changed from Yomichan and Yomibaba.</a> | ||
Please ensure that your custom templates are using the updated syntax. | ||
</div></div></div> | ||
</div> | ||
<div class="settings-item"> | ||
<div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
After dictionaries have been installed, webpage text can be scanned by moving the cursor while holding a modifier key. | ||
The default key is <kbd>Shift</kbd>, which can be disabled or configured below. | ||
</div></div></div> | ||
<div class="settings-item-children settings-item-children-group"> | ||
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
Clicking the <img src="/images/play-audio.svg" class="inline-icon" alt=""> <em>speaker</em> button of an entry in the search results | ||
will play an audio clip of a term's pronunciation using an online dictionary, if available. | ||
</div></div></div></div> | ||
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> | ||
Clicking on a kanji character in a term's definition will show additional information about that character. | ||
<span class="light">(Requires a kanji dictionary to be installed.)</span> | ||
</div></div></div></div> | ||
</div> | ||
</div> | ||
<a href="/welcome.html" rel="noopener" class="settings-item settings-item-button"><div class="settings-item-inner"> | ||
<div class="settings-item-left"> | ||
<div class="settings-item-label">Back to Welcome page</div> | ||
</div> | ||
<div class="settings-item-right open-panel-button-container"> | ||
<button type="button" class="icon-button"><span class="icon-button-inner"><span class="icon" data-icon="material-right-arrow"></span></span></button> | ||
</div> | ||
</div></a> | ||
</div> | ||
|
||
<div class="footer-padding"></div> | ||
|
||
</div> | ||
<div class="content-right"></div> | ||
</div></div> | ||
</body> | ||
</html> |
Oops, something went wrong.