diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-13 19:10:28 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-13 19:10:28 -0800 |
commit | a9fb56688434164e30f8f94868c652be7e7d69ad (patch) | |
tree | 42ce5def7b99441e676957ef8fbad3007fbf4bfa /ext/bg/guide.html | |
parent | 1d29dd8ba765d7f7dfec69dfd783016c086989b3 (diff) |
WIP
Diffstat (limited to 'ext/bg/guide.html')
-rw-r--r-- | ext/bg/guide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/guide.html b/ext/bg/guide.html index e5ec59d7..d6809139 100644 --- a/ext/bg/guide.html +++ b/ext/bg/guide.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>Yomichan</title> + <title>Welcome to Yomichan!</title> <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css"> </head> @@ -25,6 +25,7 @@ <ol> <li>Left-click on the <img src="../img/icon16.png" alt> icon to enable or disable Yomichan for the current browser instance.</li> <li>Right-click on the <img src="../img/icon16.png" alt> icon and select <em>Options</em> to open the Yomichan options page.</li> + <li>Import any dictionaries (bundled or custom) you wish to use for Kanji and term searches.</li> <li>Hold down <kbd>Shift</kbd> (or the middle mouse button) as you hover over text to see term definitions.</li> <li>Resize the definitions window by dragging the bottom-left corner inwards or outwards.</li> <li>Click on Kanji in the definition window to view additional information about that character.</li> |