From aca5912638ddf3814c63cd482bcd3478fcc87491 Mon Sep 17 00:00:00 2001 From: kuuuube Date: Tue, 8 Oct 2024 14:01:50 -0400 Subject: [PATCH] Update paths --- docs/advanced/index.md | 4 ++-- docs/dictionaries/index.md | 10 +++++----- docs/getting-started/index.md | 2 +- docs/index.md | 2 +- docs/other/supported-languages.md | 2 +- docs/other/yomichan-migration.md | 2 +- mkdocs.yml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/advanced/index.md b/docs/advanced/index.md index d25ee26..a4464bc 100644 --- a/docs/advanced/index.md +++ b/docs/advanced/index.md @@ -78,7 +78,7 @@ To enable this, just add a new playback source with the `Text-to-speech` type an - TTS voices vary between browsers and so might not support all languages. For instance, [Microsoft Edge](https://www.microsoft.com/en-us/edge) offers a wide selection of free Azure natural voices for a variety of languages. Edge provides over 300 voices, compared to around 25 in Google Chrome (see [here](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=stt) for a list of supported languages). - TTS audio can be inaccurate for languages with complex pronunciation such as Japanese, where words can have multiple possible readings and pitch accents. -- ⚠️ Note that the TTS voices cannot be sent to Anki; this is a [limitation of the browser SpeechSynthesis API](https://github.com/themoeway/yomitan/issues/864). +- ⚠️ Note that the TTS voices cannot be sent to Anki; this is a [limitation of the browser SpeechSynthesis API](https://github.com/yomidevs/yomitan/issues/864). #### Custom URL @@ -99,4 +99,4 @@ Click the `Advanced` toggle switch in the bottom left corner of the Settings pag [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/themoeway/yomitan-mecab-installer/blob/master/README.md). +A setup guide can be found [here](https://github.com/yomidevs/yomitan-mecab-installer/blob/master/README.md). diff --git a/docs/dictionaries/index.md b/docs/dictionaries/index.md index f3d6085..4c61c59 100644 --- a/docs/dictionaries/index.md +++ b/docs/dictionaries/index.md @@ -18,16 +18,16 @@ Be aware that non-English dictionaries generally contain fewer entries than thei #### Japanese - [Jitendex](https://github.com/stephenmk/Jitendex) - An improved version of JMdict for Yomitan. It features better formatting and some other improvements, and is actively being improved by its author. -- [JMdict](https://github.com/themoeway/jmdict-yomitan#jmdict-for-yomitan-1) - There are daily automatically updated builds of JMdict for Yomitan available in this repository. It is available in multiple languages and formats, but we recommend installing the more modern Jitendex for English users. -- [JMnedict](https://github.com/themoeway/jmdict-yomitan#jmnedict-for-yomitan) - Lists readings of person/place/organization names and other proper nouns. -- [KANJIDIC](https://github.com/themoeway/jmdict-yomitan#kanjidic-for-yomitan) - An English dictionary listing readings, meanings, and other info about kanji characters. +- [JMdict](https://github.com/yomidevs/jmdict-yomitan#jmdict-for-yomitan-1) - There are daily automatically updated builds of JMdict for Yomitan available in this repository. It is available in multiple languages and formats, but we recommend installing the more modern Jitendex for English users. +- [JMnedict](https://github.com/yomidevs/jmdict-yomitan#jmnedict-for-yomitan) - Lists readings of person/place/organization names and other proper nouns. +- [KANJIDIC](https://github.com/yomidevs/jmdict-yomitan#kanjidic-for-yomitan) - An English dictionary listing readings, meanings, and other info about kanji characters. - [BCCWJ Frequency Dictionary](https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#bccwj-suw-luw-combined) - A frequency dictionary based on the Balanced Corpus of Contemporary Written Japanese. - [JPDB Frequency Dictionary](https://github.com/Kuuuube/yomitan-dictionaries?tab=readme-ov-file#jpdb-v21-frequency) - A frequency dictionary based on the corpus from the online Japanese dictionary and SRS system at [jpdb.io](https://jpdb.io). #### Other Languages - **Multilingual** - - [KTY](https://github.com/themoeway/kaikki-to-yomitan) - Wiktionaries in various languages converted to Yomitan format. + - [KTY](https://github.com/yomidevs/kaikki-to-yomitan) - Wiktionaries in various languages converted to Yomitan format. - [Wikipedia for Yomitan](https://github.com/MarvNC/wikipedia-yomitan) - All of Wikipedia in Yomitan for various languages. - **Korean** - [KRDICT/STDICT](https://github.com/Lyroxide/yomitan-ko-dic/releases) - Korean dictionaries for Yomitan. @@ -40,7 +40,7 @@ Be aware that non-English dictionaries generally contain fewer entries than thei Yomitan supports dictionaries in the esoteric but popular [EPWING](https://ja.wikipedia.org/wiki/EPWING) format. They were often utilized in portable electronic dictionaries. These dictionaries are often sought after by language learners for their correctness and excellent coverage of the Japanese language. -Unfortunately, as most of the dictionaries released in this format are proprietary, you will need to procure these dictionaries yourself and import them using [Yomitan Import](https://github.com/themoeway/yomitan-import). Check the project page for additional details. +Unfortunately, as most of the dictionaries released in this format are proprietary, you will need to procure these dictionaries yourself and import them using [Yomitan Import](https://github.com/yomidevs/yomitan-import). Check the project page for additional details. ### Bulk Importing Dictionaries diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 459b97a..2e86437 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -30,7 +30,7 @@ Let's dive in and get started! [:fontawesome-brands-firefox-browser: Get Yomitan Firefox/Stable](https://addons.mozilla.org/en-US/firefox/addon/yomitan/){.md-button .md-button--primary .md-button--stretch} -[:fontawesome-brands-firefox-browser: Go To Github Releases](https://github.com/themoeway/yomitan/releases){ .md-button .md-button--primary .md-button--stretch } +[:fontawesome-brands-firefox-browser: Go To Github Releases](https://github.com/yomidevs/yomitan/releases){ .md-button .md-button--primary .md-button--stretch } diff --git a/docs/index.md b/docs/index.md index 9121234..a5c5f7a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -93,7 +93,7 @@ Yomitan turns your web browser into a tool for building language literacy by hel - :book: [Support for multiple dictionaries.](./dictionaries/index.md) - :material-cloud-off: Works fully offline. No internet connection needed. - :material-wrench: [Extremely customizable. Hotkeys, custom audio, custom appearance.](advanced/index.md) - - :material-currency-usd-off: Completely free! We don't track your data and we're completely [open-sourced](https://github.com/themoeway/yomitan). + - :material-currency-usd-off: Completely free! We don't track your data and we're completely [open-sourced](https://github.com/yomidevs/yomitan). [Get started](getting-started/index.md){ .md-button .md-button--stretch-max-sm } diff --git a/docs/other/supported-languages.md b/docs/other/supported-languages.md index ae37b39..7c74bcf 100644 --- a/docs/other/supported-languages.md +++ b/docs/other/supported-languages.md @@ -46,4 +46,4 @@ These are the languages currently supported by Yomitan: | Turkish | tr | | Vietnamese | vi | -If you want to add or improve support for a language, consider looking at the [language features documentation at GitHub](https://github.com/themoeway/yomitan/blob/master/docs/development/language-features.md). +If you want to add or improve support for a language, consider looking at the [language features documentation at GitHub](https://github.com/yomidevs/yomitan/blob/master/docs/development/language-features.md). diff --git a/docs/other/yomichan-migration.md b/docs/other/yomichan-migration.md index 4d1494d..e679441 100644 --- a/docs/other/yomichan-migration.md +++ b/docs/other/yomichan-migration.md @@ -13,7 +13,7 @@ If you are an existing user of Yomichan, you can export your dictionary collecti You can export your settings from Yomichan's Settings page. Go to the `Backup` section and click on `Export Settings`. Yomichan doesn't have first-class support to export the dictionary collection. Please follow the instructions provided in the following link to export your data: -https://github.com/themoeway/yomichan-data-exporter#steps-to-export-the-data +https://github.com/yomidevs/yomichan-data-exporter#steps-to-export-the-data You can then import the exported files into Yomitan from the `Backup` section of the `Settings` page. Please see [the section on importing dictionaries](#importing-dictionaries) further below for more explicit steps. diff --git a/mkdocs.yml b/mkdocs.yml index eacfe77..33dfb9e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Yomitan site_url: https://yomitan.wiki/ site_description: Powerful and versatile pop-up dictionary for language learning site_author: Yomitan Authors -repo_url: https://github.com/themoeway/yomitan +repo_url: https://github.com/yomidevs/yomitan repo_name: Yomitan nav: - Home: 'index.md' @@ -54,7 +54,7 @@ theme: extra: social: - icon: fontawesome/brands/github - link: https://github.com/themoeway/yomitan + link: https://github.com/yomidevs/yomitan - icon: fontawesome/brands/discord link: https://discord.gg/tmw homepage: https://yomitan.wiki/