From 2a02493d7574a8c41f2f3bcad99db687b3951239 Mon Sep 17 00:00:00 2001 From: kuuuube Date: Tue, 8 Oct 2024 14:04:43 -0400 Subject: [PATCH 1/3] Update paths --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 3e11ff0..39bdf7e 100644 --- a/README.org +++ b/README.org @@ -5,7 +5,7 @@ [[https://github.com/FooSoft/yomichan][Yomichan]] is a very cool pop-up dictionary for web browsers. However, it has been sunset. -[[https://github.com/themoeway/yomitan/][Yomitan]] is a fork of Yomichan by [[https://github.com/themoeway][TheMoeWay community]] which is actively maintained. +[[https://github.com/yomidevs/yomitan/][Yomitan]] is a fork of Yomichan by [[https://github.com/yomidevs][Yomidevs]] which is actively maintained. Migration from Yomichan to Yomitan is going to require people to be able to move their dictionaries (of which there could be numerous) from Yomichan into @@ -32,7 +32,7 @@ to that end. + Paste the following into the console and wait for the export + download to finish: #+begin_src js -fetch("https://raw.githubusercontent.com/themoeway/yomichan-data-exporter/release/dist/yomichan-data-exporter.min.js") +fetch("https://raw.githubusercontent.com/yomidevs/yomichan-data-exporter/release/dist/yomichan-data-exporter.min.js") .then((resp) => resp.text()) .then((srcText) => { eval(srcText); @@ -50,11 +50,11 @@ fetch("https://raw.githubusercontent.com/themoeway/yomichan-data-exporter/releas + Unfortunately(?!), Yomichan released on Chrome doesn't have permission to actually inject code (I tried a whole bunch of different approaches and the permissions are just lacking) so you are going to have to paste the contents - of the [[https://raw.githubusercontent.com/themoeway/yomichan-data-exporter/release/dist/yomichan-data-exporter.min.js][exporter code]] into the console. + of the [[https://raw.githubusercontent.com/yomidevs/yomichan-data-exporter/release/dist/yomichan-data-exporter.min.js][exporter code]] into the console. It is a very long "one-liner" and apparently github is pretty bad at handling all of it being put into a code box so you may want to open the raw file, - select all, then copy and paste into the console. [[https://raw.githubusercontent.com/themoeway/yomichan-data-exporter/release/dist/yomichan-data-exporter.min.js][Link to the raw]]. + select all, then copy and paste into the console. [[https://raw.githubusercontent.com/yomidevs/yomichan-data-exporter/release/dist/yomichan-data-exporter.min.js][Link to the raw]]. + Finally, paste the following into the console and wait for the export + download to finish: @@ -67,9 +67,9 @@ await exportDatabase(); You can actually import the exported dictionaries into existing installations of Yomichan, but it is going to require similarly annoying console one-offs. -Instead, I strongly recommend migrating to [[https://github.com/themoeway/yomitan/][Yomitan]] where there is first-class support for importing (and +Instead, I strongly recommend migrating to [[https://github.com/yomidevs/yomitan/][Yomitan]] where there is first-class support for importing (and exporting) this data in the =Backup= section of the settings page. The UI there -should be self-explanatory, but refer to the [[https://github.com/themoeway/yomitan?tab=readme-ov-file#migrating-from-yomichan][Yomitan repo's documentation]] +should be self-explanatory, but refer to the [[https://github.com/yomidevs/yomitan?tab=readme-ov-file#migrating-from-yomichan][Yomitan repo's documentation]] and Yomitan's welcome page for more information. * Dependencies From 65dbc2ebafc735eb7cd2cde707d6e83cb9c4648a Mon Sep 17 00:00:00 2001 From: kuuuube Date: Tue, 8 Oct 2024 14:52:34 -0400 Subject: [PATCH 2/3] Fix migration docs link --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 39bdf7e..a6ec2d0 100644 --- a/README.org +++ b/README.org @@ -69,7 +69,7 @@ of Yomichan, but it is going to require similarly annoying console one-offs. Instead, I strongly recommend migrating to [[https://github.com/yomidevs/yomitan/][Yomitan]] where there is first-class support for importing (and exporting) this data in the =Backup= section of the settings page. The UI there -should be self-explanatory, but refer to the [[https://github.com/yomidevs/yomitan?tab=readme-ov-file#migrating-from-yomichan][Yomitan repo's documentation]] +should be self-explanatory, but refer to the [[https://github.com/yomidevs/yomitan/blob/master/docs/yomichan-migration.md#migrating-from-yomichan][Yomitan repo's documentation]] and Yomitan's welcome page for more information. * Dependencies From 76268a020bddb5f6bd17cf982898e8843b1c6259 Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:42:00 -0400 Subject: [PATCH 3/3] Update README.org Co-authored-by: marv --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index a6ec2d0..d63f330 100644 --- a/README.org +++ b/README.org @@ -69,7 +69,7 @@ of Yomichan, but it is going to require similarly annoying console one-offs. Instead, I strongly recommend migrating to [[https://github.com/yomidevs/yomitan/][Yomitan]] where there is first-class support for importing (and exporting) this data in the =Backup= section of the settings page. The UI there -should be self-explanatory, but refer to the [[https://github.com/yomidevs/yomitan/blob/master/docs/yomichan-migration.md#migrating-from-yomichan][Yomitan repo's documentation]] +should be self-explanatory, but refer to the [[https://yomitan.wiki/other/yomichan-migration/][Yomitan documentation page]] and Yomitan's welcome page for more information. * Dependencies