summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstarxeras <149911531+starxeras@users.noreply.github.com>2023-11-17 13:37:13 -0600
committerGitHub <noreply@github.com>2023-11-17 13:37:13 -0600
commit413c90dd6cfe589fc7412249fdb726cd4d62cd77 (patch)
tree80f06d2257b01e3530bd893fb06836f884d9a663 /README.md
parent54ba1aac3f43ac886ff47a82ea990d533a6b0af6 (diff)
Updated name and moved to a more suitable location
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index cdb7afac..6ef894a0 100644
--- a/README.md
+++ b/README.md
@@ -45,13 +45,13 @@ Yomitan provides advanced features not available in other browser-based dictiona
- [Basic Usage](#basic-usage)
- [Importing Dictionaries](#importing-dictionaries)
- [Importing and Exporting Personal Configuration](#importing-and-exporting-personal-configuration)
-- [Advanced Usage](#advanced-usage)
- - [Parse sentences using MeCab](#parse-sentences-using-mecab)
- [Custom Dictionaries](#custom-dictionaries)
- [Anki Integration](#anki-integration)
- [Flashcard Configuration](#flashcard-configuration)
- [Flashcard Creation](#flashcard-creation)
- [Keyboard Shortcuts](#keyboard-shortcuts)
+- [Advanced Options](#advanced-options)
+ - [Parse sentences using MeCab](#parse-sentences-using-mecab)
- [Frequently Asked Questions](#frequently-asked-questions)
- [Licenses](#licenses)
- [Third-Party Libraries](#third-party-libraries)
@@ -182,17 +182,6 @@ Note that you can also similarly export and import your Yomitan settings from th
You should be able to replicate your exact Yomitan setup across devices by exporting your settings and dictionary collection from the source device then importing those from the destination.
-## Advanced Usage
-
-Click the `Show advanced options` toggle switch in the bottom left corner of the Settings page to enable advanced options.
-
-### Parse sentences using MeCab
-
-[MeCab](https://taku910.github.io/mecab/) is a third-party program which uses its own dictionaries and parsing algorithm to decompose sentences into individual words. MeCab may provide more accurate parsing results than Yomitan's internal parser.
-
-In order for Yomitan to use it, both MeCab and a native messaging component must be installed.
-A setup guide can be found <a href="https://github.com/starxeras/yomitan-mecab-installer/blob/master/README.md" target="_blank" rel="noopener noreferrer">here</a>.
-
## Custom Dictionaries
Yomitan supports the use of custom dictionaries, including the esoteric but popular
@@ -332,6 +321,17 @@ The following shortcuts are available on search results:
| <kbd>Alt</kbd> + <kbd>p</kbd> | Play audio for current term. |
| <kbd>Alt</kbd> + <kbd>k</kbd> | Add current kanji to Anki. |
+## Advanced Options
+
+Click the `Show advanced options` toggle switch in the bottom left corner of the Settings page to enable advanced options.
+
+### Parse sentences using MeCab
+
+[MeCab](https://taku910.github.io/mecab/) is a third-party program which uses its own dictionaries and parsing algorithm to decompose sentences into individual words. MeCab may provide more accurate parsing results than Yomitan's internal parser.
+
+In order for Yomitan to use it, both MeCab and a native messaging component must be installed.
+A setup guide can be found [here](https://github.com/starxeras/yomitan-mecab-installer/blob/master/README.md).
+
## Frequently Asked Questions
**I'm having problems importing dictionaries in Firefox, what do I do?**