From 14b9e0621b34d34411c1e3eec8ff1d89b6717756 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 13 Dec 2020 12:32:43 -0500 Subject: Updated welcome page (#1107) * Make storage controller optional * Make more elements optional * Update styles * Create new welcome page * Update URL for welcome guide * Remove old guide * Fix unused global --- ext/bg/welcome.html | 372 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 372 insertions(+) create mode 100644 ext/bg/welcome.html (limited to 'ext/bg/welcome.html') diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html new file mode 100644 index 00000000..91b58bc9 --- /dev/null +++ b/ext/bg/welcome.html @@ -0,0 +1,372 @@ + + + + + + Welcome to Yomichan! + + + + + + + + + + + + + +
+
+ + + +

Welcome to Yomichan!

+ +

Here are some basics to get started

+
+
+
+ Clicking the Yomichan icon in the browser bar will open the quick-actions popup. +
+
+
+ The cog button will open the settings page. +
+
+ The magnifying glass button will open a search page, + enabling text and terms to be looked up using the installed dictionaries. + This can even be used in offline mode! +
+
+ The question mark button will open a page + with some general information about Yomichan. +
+
+
+
+
+ Yomichan 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 Yomichan homepage, + allowing you to choose the dictionaries most relevant for you. + Dictionaries can be configured using the button below, + or later from the the Settings page. +
+
+
+
+
Install or remove dictionaries
+
+
+ +
+
+
+
+
+
+ After dictionaries have been installed, webpage text can be scanned by moving the cursor while holding the scanning modifier key. + The default key is Shift, which can be configured below. +
+
+
+ Clicking the speaker icon of an entry in the popup search results + will play an audio clip of a term's pronunciation using an online dictionary, if available. +
+
+ Clicking on a kanji character in a term's definition will show additional information about that character. + (Requires a kanji dictionary to be installed.) +
+
+
+
+
+ This startup notification can be turned off using the options below, or later from the Settings page. +
+
+
+ +

Basic customization

+
+
+
+
Show this welcome guide on browser startup
+
+
+ +
+
+
+
+
+
Scan modifier key
+
Hold a key while moving the cursor to scan text.
+
+
+ +
+
+
+
+
+
Scan using middle mouse button
+
Hold the middle mouse button while moving the cursor to scan text.
+
+
+ +
+
+
+
+
+
Auto-hide search popup
+
When no key or button is required for scanning, the popup will hide automatically.
+
+
+ +
+
+ +
+
+
+
Scan delay (in milliseconds)
+
When no key or button is required for scanning, the delay before scanning occurs.
+
+
+ +
+
+
+
+
Theme
+
Adjust the style of the popup.
+
+
+
+
+
Body
+ +
+
+
Shadow
+ +
+
+
+
+
+
+
View more settings on the Settings page
+
+
+ +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3