diff --git a/README.md b/README.md index 731381a7..31ff2c9c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@
-

Tachiyomi Website

+ +

Tachiyomi Website

Discord diff --git a/src/.vuepress/components/Navigation.vue b/src/.vuepress/components/Navigation.vue index 8e21fbea..6d9c72af 100644 --- a/src/.vuepress/components/Navigation.vue +++ b/src/.vuepress/components/Navigation.vue @@ -84,18 +84,9 @@ export default { button_browse: { text: "BROWSE" }, tab_sources: { text: "SOURCES" }, tab_extensions: { text: "EXTENSIONS" }, - /* Sites */ - tachiyomi: { text: "Tachiyomi" }, - mangadex: { text: "MangaDex" }, /* Misc */ install: { text: "INSTALL", class:"ext-installation" }, reorder: { text: "Reorder", icon:"reorder" }, - /* Legacy */ - old_library: { text: "My library", icon: "class" }, - old_catalogues: { text: "Catalogues", icon: "explore" }, - old_overflow: { text: "Overflow menu", icon: "more_vert" }, - old_backup: { text: "Backup", icon: "cloud_upload" }, - old_extensions: { text: "Extensions", icon: "extension" }, }[this.item]; }, }, diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 099995a3..97d8082e 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -13,7 +13,6 @@ module.exports = { head: [ // Embed headers ["link", { rel: "icon", href: "/favicon.ico" }], - ["link", { rel: "manifest", href: "/manifest.json" }], ["meta", { name: "theme-color", content: "#2e84bf" }], ["meta", { prefix: "og: http://ogp.me/ns#", property: "og:image", content: "https://tachiyomi.org/icons/logo.png" }], // Custom headers diff --git a/src/.vuepress/config/sideBar.js b/src/.vuepress/config/sideBar.js index 7fece0f7..d773e43c 100644 --- a/src/.vuepress/config/sideBar.js +++ b/src/.vuepress/config/sideBar.js @@ -1,6 +1,10 @@ module.exports = { guides: [ "/", + { + title: "Frequently Asked Questions", + path: "/help/faq/", + }, { title: "Guides", collapsable: false, @@ -15,10 +19,6 @@ module.exports = { "/help/guides/categories", ], }, - { - title: "Frequently Asked Questions", - path: "/help/faq/", - }, { title: "Forks", path: "/forks/", @@ -57,12 +57,6 @@ module.exports = { ], contribution: [ "/", - { - title: "Contribution", - collapsable: false, - sidebarDepth: 1, - children: ["/help/contribution"], - }, { title: "Frequently Asked Questions", path: "/help/faq/", @@ -75,6 +69,12 @@ module.exports = { title: "Forks", path: "/forks/", }, + { + title: "Contribution", + collapsable: false, + sidebarDepth: 1, + children: ["/help/contribution"], + }, { title: "Available extensions", path: "/extensions/", @@ -82,10 +82,6 @@ module.exports = { ], extensions: [ "/", - { - title: "Available extensions", - path: "/extensions/", - }, { title: "Frequently Asked Questions", path: "/help/faq/", @@ -102,13 +98,13 @@ module.exports = { title: "Contribution", path: "/help/contribution", }, + { + title: "Available extensions", + path: "/extensions/", + }, ], forks: [ "/", - { - title: "Forks", - path: "/forks/", - }, { title: "Frequently Asked Questions", path: "/help/faq/", @@ -117,6 +113,10 @@ module.exports = { title: "Guides", path: "/help/guides/getting-started", }, + { + title: "Forks", + path: "/forks/", + }, { title: "Contribution", path: "/help/contribution", diff --git a/src/.vuepress/public/assets/media/amoled-theme.png b/src/.vuepress/public/assets/media/amoled-theme.png deleted file mode 100644 index 38451a50..00000000 Binary files a/src/.vuepress/public/assets/media/amoled-theme.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/browse.png b/src/.vuepress/public/assets/media/browse.png deleted file mode 100644 index 27ac1c74..00000000 Binary files a/src/.vuepress/public/assets/media/browse.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/dark-blue.png b/src/.vuepress/public/assets/media/dark-blue.png deleted file mode 100644 index d7972c17..00000000 Binary files a/src/.vuepress/public/assets/media/dark-blue.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/dark-theme.png b/src/.vuepress/public/assets/media/dark-theme.png deleted file mode 100644 index aa743d57..00000000 Binary files a/src/.vuepress/public/assets/media/dark-theme.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/installprompt.png b/src/.vuepress/public/assets/media/installprompt.png deleted file mode 100644 index 002a4175..00000000 Binary files a/src/.vuepress/public/assets/media/installprompt.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/logo.svg b/src/.vuepress/public/assets/media/logo.svg deleted file mode 100644 index 9931732d..00000000 --- a/src/.vuepress/public/assets/media/logo.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - diff --git a/src/.vuepress/public/assets/media/main-theme.png b/src/.vuepress/public/assets/media/main-theme.png deleted file mode 100644 index baa55391..00000000 Binary files a/src/.vuepress/public/assets/media/main-theme.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/manga.png b/src/.vuepress/public/assets/media/manga.png deleted file mode 100644 index acc5dd04..00000000 Binary files a/src/.vuepress/public/assets/media/manga.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/my-library.png b/src/.vuepress/public/assets/media/my-library.png deleted file mode 100644 index 58d01f35..00000000 Binary files a/src/.vuepress/public/assets/media/my-library.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/screens.png b/src/.vuepress/public/assets/media/screens.png deleted file mode 100644 index dfe85791..00000000 Binary files a/src/.vuepress/public/assets/media/screens.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/tachiyomi.png b/src/.vuepress/public/assets/media/tachiyomi.png deleted file mode 100644 index 558f20f3..00000000 Binary files a/src/.vuepress/public/assets/media/tachiyomi.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-add-to.png b/src/.vuepress/public/assets/media/video-guide-category-add-to.png deleted file mode 100644 index e3f96c8a..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-add-to.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-create.png b/src/.vuepress/public/assets/media/video-guide-category-create.png deleted file mode 100644 index e0aaa187..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-create.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-create.webm b/src/.vuepress/public/assets/media/video-guide-category-create.webm deleted file mode 100644 index 879eba29..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-create.webm and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-delete.png b/src/.vuepress/public/assets/media/video-guide-category-delete.png deleted file mode 100644 index 69ec98c7..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-delete.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-delete.webm b/src/.vuepress/public/assets/media/video-guide-category-delete.webm deleted file mode 100644 index 84702028..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-delete.webm and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-edit.png b/src/.vuepress/public/assets/media/video-guide-category-edit.png deleted file mode 100644 index 2f304f21..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-edit.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-edit.webm b/src/.vuepress/public/assets/media/video-guide-category-edit.webm deleted file mode 100644 index 042af7bf..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-edit.webm and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-remove-from.png b/src/.vuepress/public/assets/media/video-guide-category-remove-from.png deleted file mode 100644 index 2f4dba91..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-remove-from.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-reorder.png b/src/.vuepress/public/assets/media/video-guide-category-reorder.png deleted file mode 100644 index 27a9bad5..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-reorder.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-category-reorder.webm b/src/.vuepress/public/assets/media/video-guide-category-reorder.webm deleted file mode 100644 index 262e7b38..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-category-reorder.webm and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-extension-install.png b/src/.vuepress/public/assets/media/video-guide-extension-install.png deleted file mode 100644 index af20522b..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-extension-install.png and /dev/null differ diff --git a/src/.vuepress/public/assets/media/video-guide-library-add-to.png b/src/.vuepress/public/assets/media/video-guide-library-add-to.png deleted file mode 100644 index 34609419..00000000 Binary files a/src/.vuepress/public/assets/media/video-guide-library-add-to.png and /dev/null differ diff --git a/src/.vuepress/public/forks/Neko/img/banner.png b/src/.vuepress/public/forks/Neko/assets/banner.png similarity index 100% rename from src/.vuepress/public/forks/Neko/img/banner.png rename to src/.vuepress/public/forks/Neko/assets/banner.png diff --git a/src/.vuepress/public/forks/Neko/img/logo.png b/src/.vuepress/public/forks/Neko/assets/logo.png similarity index 100% rename from src/.vuepress/public/forks/Neko/img/logo.png rename to src/.vuepress/public/forks/Neko/assets/logo.png diff --git a/src/.vuepress/public/forks/TachiyomiAZ/img/gunz.png b/src/.vuepress/public/forks/TachiyomiAZ/assets/gunz.png similarity index 100% rename from src/.vuepress/public/forks/TachiyomiAZ/img/gunz.png rename to src/.vuepress/public/forks/TachiyomiAZ/assets/gunz.png diff --git a/src/.vuepress/public/forks/TachiyomiAZ/img/logo.png b/src/.vuepress/public/forks/TachiyomiAZ/assets/logo.png similarity index 100% rename from src/.vuepress/public/forks/TachiyomiAZ/img/logo.png rename to src/.vuepress/public/forks/TachiyomiAZ/assets/logo.png diff --git a/src/.vuepress/public/forks/TachiyomiEH/img/banner.png b/src/.vuepress/public/forks/TachiyomiEH/assets/banner.png similarity index 100% rename from src/.vuepress/public/forks/TachiyomiEH/img/banner.png rename to src/.vuepress/public/forks/TachiyomiEH/assets/banner.png diff --git a/src/.vuepress/public/forks/TachiyomiEH/img/logo.png b/src/.vuepress/public/forks/TachiyomiEH/assets/logo.png similarity index 100% rename from src/.vuepress/public/forks/TachiyomiEH/img/logo.png rename to src/.vuepress/public/forks/TachiyomiEH/assets/logo.png diff --git a/src/.vuepress/public/forks/TachiyomiJ2K/img/banner.png b/src/.vuepress/public/forks/TachiyomiJ2K/assets/banner.png similarity index 100% rename from src/.vuepress/public/forks/TachiyomiJ2K/img/banner.png rename to src/.vuepress/public/forks/TachiyomiJ2K/assets/banner.png diff --git a/src/.vuepress/public/forks/TachiyomiJ2K/img/logo.png b/src/.vuepress/public/forks/TachiyomiJ2K/assets/logo.png similarity index 100% rename from src/.vuepress/public/forks/TachiyomiJ2K/img/logo.png rename to src/.vuepress/public/forks/TachiyomiJ2K/assets/logo.png diff --git a/src/.vuepress/public/assets/media/video-guide-mangadex-no-results.png b/src/.vuepress/public/help/faq/assets/MangaDex-NoResults.png similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-mangadex-no-results.png rename to src/.vuepress/public/help/faq/assets/MangaDex-NoResults.png diff --git a/src/.vuepress/public/assets/media/video-guide-mangadex-no-results.webm b/src/.vuepress/public/help/faq/assets/MangaDex-NoResults.webm similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-mangadex-no-results.webm rename to src/.vuepress/public/help/faq/assets/MangaDex-NoResults.webm diff --git a/src/.vuepress/public/assets/media/video-guide-unknownsources-android10.png b/src/.vuepress/public/help/faq/assets/UnknownSources-Android10.png similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-unknownsources-android10.png rename to src/.vuepress/public/help/faq/assets/UnknownSources-Android10.png diff --git a/src/.vuepress/public/assets/media/video-guide-unknownsources-android10.webm b/src/.vuepress/public/help/faq/assets/UnknownSources-Android10.webm similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-unknownsources-android10.webm rename to src/.vuepress/public/help/faq/assets/UnknownSources-Android10.webm diff --git a/src/.vuepress/public/assets/media/video-guide-unknownsources-android711.png b/src/.vuepress/public/help/faq/assets/UnknownSources-Android7.png similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-unknownsources-android711.png rename to src/.vuepress/public/help/faq/assets/UnknownSources-Android7.png diff --git a/src/.vuepress/public/assets/media/video-guide-unknownsources-android711.webm b/src/.vuepress/public/help/faq/assets/UnknownSources-Android7.webm similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-unknownsources-android711.webm rename to src/.vuepress/public/help/faq/assets/UnknownSources-Android7.webm diff --git a/src/.vuepress/public/assets/media/video-guide-category-add-to.webm b/src/.vuepress/public/help/guides/categories/assets/Category-AddTo.webm similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-category-add-to.webm rename to src/.vuepress/public/help/guides/categories/assets/Category-AddTo.webm diff --git a/src/.vuepress/public/assets/media/video-guide-category-remove-from.webm b/src/.vuepress/public/help/guides/categories/assets/Category-RemoveFrom.webm similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-category-remove-from.webm rename to src/.vuepress/public/help/guides/categories/assets/Category-RemoveFrom.webm diff --git a/src/.vuepress/public/assets/media/video-guide-extension-install.webm b/src/.vuepress/public/help/guides/getting-started/assets/Extension-Install.webm similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-extension-install.webm rename to src/.vuepress/public/help/guides/getting-started/assets/Extension-Install.webm diff --git a/src/.vuepress/public/assets/media/video-guide-library-add-to.webm b/src/.vuepress/public/help/guides/getting-started/assets/Library-AddTo.webm similarity index 100% rename from src/.vuepress/public/assets/media/video-guide-library-add-to.webm rename to src/.vuepress/public/help/guides/getting-started/assets/Library-AddTo.webm diff --git a/src/.vuepress/public/assets/media/backgroundcolorblack.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-Background-Black.png similarity index 100% rename from src/.vuepress/public/assets/media/backgroundcolorblack.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-Background-Black.png diff --git a/src/.vuepress/public/assets/media/backgroundcolorwhite.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-Background-White.png similarity index 100% rename from src/.vuepress/public/assets/media/backgroundcolorwhite.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-Background-White.png diff --git a/src/.vuepress/public/assets/media/withcropborder.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-CropBorder-With.png similarity index 100% rename from src/.vuepress/public/assets/media/withcropborder.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-CropBorder-With.png diff --git a/src/.vuepress/public/assets/media/fitscreen.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-CropBorder-Without.png similarity index 100% rename from src/.vuepress/public/assets/media/fitscreen.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-CropBorder-Without.png diff --git a/src/.vuepress/public/assets/media/fitheight.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-FitHeight.png similarity index 100% rename from src/.vuepress/public/assets/media/fitheight.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-FitHeight.png diff --git a/src/.vuepress/public/assets/media/fitwidth.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-FitScreen.png similarity index 100% rename from src/.vuepress/public/assets/media/fitwidth.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-FitScreen.png diff --git a/src/.vuepress/public/assets/media/smartfit.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-FitWidth.png similarity index 100% rename from src/.vuepress/public/assets/media/smartfit.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-FitWidth.png diff --git a/src/.vuepress/public/assets/media/originalsize.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-OriginalSize.png similarity index 100% rename from src/.vuepress/public/assets/media/originalsize.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-OriginalSize.png diff --git a/src/.vuepress/public/assets/media/withoutcropborder.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-SmartFit.png similarity index 100% rename from src/.vuepress/public/assets/media/withoutcropborder.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-SmartFit.png diff --git a/src/.vuepress/public/assets/media/stretch.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-Stretch.png similarity index 100% rename from src/.vuepress/public/assets/media/stretch.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-Stretch.png diff --git a/src/.vuepress/public/assets/media/zoomstartpositioncenter.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-ZoomStartPos-Center.png similarity index 100% rename from src/.vuepress/public/assets/media/zoomstartpositioncenter.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-ZoomStartPos-Center.png diff --git a/src/.vuepress/public/assets/media/zoomstartpositionleft.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-ZoomStartPos-Left.png similarity index 100% rename from src/.vuepress/public/assets/media/zoomstartpositionleft.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-ZoomStartPos-Left.png diff --git a/src/.vuepress/public/assets/media/zoomstartpositionright.png b/src/.vuepress/public/help/guides/reader-settings/assets/Reader-ZoomStartPos-Right.png similarity index 100% rename from src/.vuepress/public/assets/media/zoomstartpositionright.png rename to src/.vuepress/public/help/guides/reader-settings/assets/Reader-ZoomStartPos-Right.png diff --git a/src/.vuepress/public/assets/media/openinwebview.jpg b/src/.vuepress/public/help/guides/source-problems/assets/WebView-Open.jpg similarity index 100% rename from src/.vuepress/public/assets/media/openinwebview.jpg rename to src/.vuepress/public/help/guides/source-problems/assets/WebView-Open.jpg diff --git a/src/.vuepress/public/manifest.json b/src/.vuepress/public/manifest.json deleted file mode 100644 index 12a04511..00000000 --- a/src/.vuepress/public/manifest.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Tachiyomi", - "short_name": "Tachiyomi", - "description": "Free and open source manga reader for Android.", - "lang": "en-US", - "theme_color": "#2e84bf", - "background_color": "#ffffff", - "start_url": "/", - "display": "standalone", - "orientation": "portrait-primary", - "icons": [ - { - "src": "/icons/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/icons/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ] -} \ No newline at end of file diff --git a/src/forks/Neko.md b/src/forks/Neko.md index 5e904f8c..0a5a6a8b 100644 --- a/src/forks/Neko.md +++ b/src/forks/Neko.md @@ -6,7 +6,7 @@ description: MangaDex specific fork of Tachiyomi and TachiyomiJ2K. This contains lang: en-US meta: - property: og:image - content: /forks/Neko/img/logo.png + content: /forks/Neko/assets/logo.png - name: theme-color content: "#38CA79" - name: msapplication-TileColor @@ -14,7 +14,7 @@ meta: sidebar: false --- -# Neko +# Neko @@ -22,17 +22,17 @@ sidebar: false This is a [MangaDex](https://mangadex.org/) specific fork of **Tachiyomi** and [TachiyomiJ2K](/forks/TachiyomiJ2K). This contains features specific to **MangaDex** that those versions cannot offer. It also features almost every feature that **J2K** has except for extensions (aka other sources), custom covers, and local manga. ## Screenshots - + ## Mangadex specific features: - Supports native login to **MangaDex** and supports 2FA - MDList support - Similar Manga recommendations - Manually sync of Manga to and from **MangaDex** follows list -- Ability to filter chapters and skip by scanlator group +- Ability to filter chapters and skip by scanlator group ## Credits -- [Inorichi](https://github.com/inorichi/) for making the original **Tachiyomi** +- [Inorichi](https://github.com/inorichi/) for making the original **Tachiyomi** - [Jays2Kings](https://github.com/Jays2Kings/) for the wonderful new UI of **J2K** ## Disclaimer diff --git a/src/forks/README.md b/src/forks/README.md index 0a4adb9f..59a09eaf 100644 --- a/src/forks/README.md +++ b/src/forks/README.md @@ -1,6 +1,6 @@ --- title: Forks -description: Forks are alternative versions of Tachiyomi with exclusive features. +description: Forks are alternative versions of Tachiyomi with exclusive features. lang: en-US sidebar: true sidebarDepth: 0 @@ -9,26 +9,26 @@ sidebarDepth: 0 # Forks Forks are alternative versions of **Tachiyomi** with exclusive features. -## [Neko](/forks/Neko) +## [Neko](/forks/Neko) ::: aside-guide Maintained by [CarlosEsco](https://github.com/CarlosEsco) ::: This **MangaDex** focused fork enhances your reading with native integration and recommendations. -## [TachiyomiJ2K](/forks/TachiyomiJ2K) +## [TachiyomiJ2K](/forks/TachiyomiJ2K) ::: aside-guide Maintained by [Jays2Kings](https://github.com/Jays2Kings) ::: This fork takes a new approach to the design of the base app along with several other enhancements. -## [TachiyomiAZ](/forks/TachiyomiAZ) +## [TachiyomiAZ](/forks/TachiyomiAZ) ::: aside-guide Maintained by [az4521](https://github.com/az4521) and [Syer10](https://github.com/jobobby04) ::: This hentai focused fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from **Tachiyomi**, as well as features from **[TachiyomiJ2K](/forks/TachiyomiJ2K)**. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style. -## [TachiyomiEH](/forks/TachiyomiEH) +## [TachiyomiEH](/forks/TachiyomiEH) ::: aside-guide Maintained by [NerdNumber9](https://github.com/NerdNumber9) ::: diff --git a/src/forks/TachiyomiAZ.md b/src/forks/TachiyomiAZ.md index b8326756..c2a652eb 100644 --- a/src/forks/TachiyomiAZ.md +++ b/src/forks/TachiyomiAZ.md @@ -6,7 +6,7 @@ description: This hentai focused fork is based off of TachiyomiEH, it has most f lang: en-US meta: - property: og:image - content: /forks/TachiyomiAZ/img/logo.png + content: /forks/TachiyomiAZ/assets/logo.png - name: theme-color content: "#FFCC4D" - name: msapplication-TileColor @@ -80,7 +80,7 @@ sidebar: false } -# TachiyomiAZ +# TachiyomiAZ

@@ -137,4 +137,4 @@ This hentai focused fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, - Grid view corner rounding configuration - Manga recommendations - + diff --git a/src/forks/TachiyomiEH.md b/src/forks/TachiyomiEH.md index f0e44d7d..7eda91ca 100644 --- a/src/forks/TachiyomiEH.md +++ b/src/forks/TachiyomiEH.md @@ -6,7 +6,7 @@ description: This fork adds features that enhances the hentai experience with in lang: en-US meta: - property: og:image - content: /forks/TachiyomiEH/img/logo.png + content: /forks/TachiyomiEH/assets/logo.png - name: theme-color content: "#2e84bf" - name: msapplication-TileColor @@ -14,7 +14,7 @@ meta: sidebar: false --- -# TachiyomiEH +# TachiyomiEH @@ -25,7 +25,7 @@ This fork adds features that enhances the hentai experience with integrations to At the moment, it is **deprecated** as the developer does not have time to maintain it. Use [TachiyomiAZ](/forks/TachiyomiAZ) instead. - + ## Features ::: aside-guide diff --git a/src/forks/TachiyomiJ2K.md b/src/forks/TachiyomiJ2K.md index 708c5223..ce7a56a9 100644 --- a/src/forks/TachiyomiJ2K.md +++ b/src/forks/TachiyomiJ2K.md @@ -6,7 +6,7 @@ description: This fork takes a new approach to the design of the base app along lang: en-US meta: - property: og:image - content: /forks/TachiyomiJ2K/img/logo.png + content: /forks/TachiyomiJ2K/assets/logo.png - name: theme-color content: "#2e84bf" - name: msapplication-TileColor @@ -14,7 +14,7 @@ meta: sidebar: false --- -# TachiyomiJ2K +# TachiyomiJ2K @@ -23,7 +23,7 @@ sidebar: false This fork takes a new approach to the design of the base app along with several other enhancements. - + ## Features ::: aside-guide diff --git a/src/help/faq/README.md b/src/help/faq/README.md index e4e98cb7..585da5e7 100644 --- a/src/help/faq/README.md +++ b/src/help/faq/README.md @@ -32,18 +32,6 @@ Every now and then you find a manga that is translated by more than one group, b Change library sorting by going to → **Sort** section then in this case selecting **Total chapters**. ::: -#### Why do I see `attempt to invoke virtual method 'com.hippo.unifile...`? -This error can be caused by a variety of reasons, all to do with storage. - - -::: guide -- Most commonly it is caused by full storage, check to see if your device or SD Card is full -- **Tachiyomi** doesn't have access to SD card enabled in permissions for the app -- If you're downloading and this error pops up, that means the app might not be able to access the folder you're trying to download to. -- This may be because the folder is corrupted or does not exist. Use a file manager to check that the folder(s) actually exist and every folder in the sequence is available and accessible. -- The drive you're writing to is corrupted. Check using a file manager to see if it is accessible. -::: - ### Reader #### Why are some images not displayed? Aside from network issues, it could be because the images are too big or that the decoder doesn't support that image type. @@ -99,14 +87,10 @@ You can change language by going to - - #### What are scanlator sources? -Manga that are not officially licensed are translated by scanlators, who either publish manga on their own website or **MangaDex**. Scanlator sources always provide the fastest manga updates and have highest scan quality. +Manga that are not officially licensed are translated by scanlators, who either publish manga on their own website or **MangaDex**. Scanlator sources always provide the fastest manga updates and have highest scan quality. Some popular scanlator sources are **Jaimini's Box** (in **FoolSlide** extension), **MerakiScans**, **Hatigarm Scans** (in **Genkan** extension) etc. @@ -182,8 +164,8 @@ When installing your first extension and are prompted that your phone isn't allo

Android 8.0 and higher

In newer versions of Android you need to enable "Install unknown apps" by a per-app basis.

-
@@ -191,8 +173,8 @@ When installing your first extension and are prompted that your phone isn't allo

Android 7.1 and lower

In older versions of Android you only need to enable "Unknown sources" globally.

-
@@ -231,7 +213,7 @@ To uninstall an extension from within **Tachiyomi**, go to → **SOURCES**. -1. Click on on the top right corner. +1. Click on on the top right corner. 1. Scroll down until you find the language of your source and enable it. #### Why can't I restore my backup? @@ -246,10 +228,10 @@ It might be because the title is worded differently. Follow any of the steps bel - Go to on a source then search for the manga again. -#### Some common errors you might encounter +#### Common errors ##### Java.lang Exception: Challenge not found -Often this will be resolved by force-quitting and reopening Tachiyomi. +Often this will be resolved by force-quitting and reopening **Tachiyomi**. ##### Loader not implemented It means that the respective extension for the manga is not installed. To fix, install the extension for the manga. If it still doesn't work, uninstall then reinstall the extension again. @@ -258,30 +240,41 @@ It means that the respective extension for the manga is not installed. To fix, i This means that the manga has been licensed and can no longer be read on that source. Try a different source to read the manga. ##### HTTP error 403 -The source you selected may have Cloudflare protection on and is enforcing CAPTCHAs. +The source you selected may have **Cloudflare** protection on and is enforcing **CAPTCHAs**. 1. Find a manga in your library that is from the source you're trying to access. 1. Tap on the in the **INFO** tab. -1. Complete the CAPTCHA if present and wait for the page to finish loading. +1. Complete the **CAPTCHA** if present and wait for the page to finish loading. 1. Press back rather than exiting the app and if that does not work, use the back arrow. +##### App not installed +You may encounter this if you're installing an official build over an existing **F-Droid** build due to differing signatures. +Backup your data, uninstall the app, then restore the data in the fresh install. + +##### Attempt to invoke virtual method 'com.hippo.unifile... +This error can be caused by a variety of reasons, all to do with storage. + +::: guide +- Most commonly it is caused by full storage, check to see if your device or SD Card is full +- **Tachiyomi** doesn't have access to SD card enabled in permissions for the app +- If you're downloading and this error pops up, that means the app might not be able to access the folder you're trying to download to. +- This may be because the folder is corrupted or does not exist. Use a file manager to check that the folder(s) actually exist and every folder in the sequence is available and accessible. +- The drive you're writing to is corrupted. Check using a file manager to see if it is accessible. +::: + ### MangaDex #### No results when searching -If you're not getting any results when searching MangaDex then you need to log in. To do so enter the **WebView** for **MangaDex** then press the **Manga** drop-down and choose either **Sign up** or **Log in** to proceed with the log in. +::: aside-guide +[ Click for video guide](/help/faq/assets/MangaDex-NoResults.webm) +::: + +If you're not getting any results when searching MangaDex then you need to log in. To do so enter the for **MangaDex** then press the **Manga** drop-down and choose either **Sign up** or **Log in** to proceed with the log in. ::: guide To enter the **WebView** go to / next to **MangaDex**, then press on in the top right corner. ::: -::: expander Click to reveal video guide! -
- -
-::: - ::: tip Make sure you're on app version **0.9.2** or higher. ::: aside @@ -310,9 +303,9 @@ Read about source migration [here](/help/guides/source-migration/) #### Duplicate chapters in MangaPark To solve this issue, follow the below steps. -1. Go to . -1. Click on **MangaPark** extension and then `Chapter List Source`. -1. Choose an option like `Smart list` or `Prioritize source`. +1. Go to . +1. Click on **MangaPark** extension and then `Chapter List Source`. +1. Choose an option like `Smart list` or `Prioritize source`. 1. Go back to MangaPark's chapter list and refresh. ### Mangakakalot/Manganelo @@ -324,7 +317,7 @@ To solve this issue, follow the below steps. This means that the manga is dead and needs to migrated from **Mangakakalot**/**Manganelo** to different source. Refer to the guide for **Page list is empty** above. -#### Image could not be decoded +#### Image could not be decoded Open manga in Webview and wait for the image to comes up. If the image isn't loading you will need to look elsewhere to read that particular manga. ### Webtoons @@ -337,15 +330,15 @@ Japscan has some manga that are scrambled using a different algorithm than other ### MangaRock -##### Migrate to Tachiyomi +#### Migrate to Tachiyomi There is a tool to migrate **MangaRock** favorites to **Tachiyomi**, courtesy of a member of our [Discord server](https://discord.gg/tachiyomi) by the same name as the creator, but a computer is required to finish the migration successfully. View the program at [waicool20/mr2tachiyomi](https://github.com/waicool20/mr2tachiyomi). -##### Restore a backup from the MangaRock source +#### Restore a backup from the MangaRock source There is an unofficial method to restore/backup all manga from the MangaRock source. -1. Install the [DummyRock](/assets/misc/tachiyomi-en.dummyrock-v1.2.1-debug.apk) file. +1. Install the [DummyRock](https://github.com/tachiyomiorg/website/raw/files/DummyRock.apk) file. 1. Go to → **EXTENSIONS** and press **Trust** to proceed. 1. Restore backup. diff --git a/src/help/guides/categories.md b/src/help/guides/categories.md index e16b6206..2c27da23 100644 --- a/src/help/guides/categories.md +++ b/src/help/guides/categories.md @@ -56,7 +56,7 @@ To delete a category, follow the steps below. ## Add manga to category ::: aside-guide -[ Click for video guide](/assets/media/video-guide-category-add-to.webm) +[ Click for video guide](/help/guides/categories/assets/Category-AddTo.webm) ::: To add manga to a category, follow the steps below. @@ -71,14 +71,14 @@ To add manga to a category, follow the steps below. ## Remove manga from category ::: aside-guide -[ Click for video guide](/assets/media/video-guide-category-remove-from.webm) +[ Click for video guide](/help/guides/categories/assets/Category-RemoveFrom.webm) ::: To add manga to a category, follow the steps below. ::: guide -1. Long press the manga that you want to add. -1. Press the button. +1. Long press the manga that you want to add. +1. Press the button. 1. Deselect the category or categories you want to remove it from and press **OK**. > You can also remove multiple manga from a category by selecting them when you see the button. ::: diff --git a/src/help/guides/creating-backups.md b/src/help/guides/creating-backups.md index dc6595a4..34e48b0b 100644 --- a/src/help/guides/creating-backups.md +++ b/src/help/guides/creating-backups.md @@ -17,7 +17,7 @@ Backups can hold the following information: ## Restoring -Restoring is done from the settings. To restore without issues be sure to: +Restoring is done from the settings. To restore without issues be sure to: * Install all the that were installed at the time of the backup. * Log into the services that you use. @@ -30,7 +30,7 @@ Restoring is done from the settings. To restore You can transfer downloaded manga chapters from one version of **Tachiyomi** to another. ::: guide -You can do this by going to and then set the download directory to that of the download folder of your old **Tachiyomi**, then restore the backup. +You can do this by going to and then set the download directory to that of the download folder of your old **Tachiyomi**, then restore the backup. ::: ## Turning on auto-backups @@ -38,7 +38,7 @@ You can do this by going to and then setting a **backup frequency**. In the case of a catastrophic failure, at least you will be able to recover. +You can do this by going to and then setting a **backup frequency**. In the case of a catastrophic failure, at least you will be able to recover. ::: ## Forks information diff --git a/src/help/guides/getting-started.md b/src/help/guides/getting-started.md index a1960df6..07092f9c 100644 --- a/src/help/guides/getting-started.md +++ b/src/help/guides/getting-started.md @@ -10,21 +10,21 @@ lang: en-US -You can download the latest version of by clicking either of the above buttons. +You can download the latest version of **Tachiyomi** by clicking either of the above buttons. When you've completed the download, open the file and proceed with installing it. ## Installing an extension ::: aside-guide -[ Click for video guide](/assets/media/video-guide-extension-install.webm) +[ Click for video guide](/help/guides/getting-started/assets/Extension-Install.webm) ::: -Now that is installed, open the app and navigate to and then switch to the tab. +Now that **Tachiyomi** is installed, open the app and navigate to and then switch to the tab. Find the extension that you'd like to use then press the button next to your desired extension and then accept the installation prompt. ::: guide Security prompt -You *might* be stopped by a security prompt while attempting to install an extension. If that were to happen then you need to allow the permission to *install unknown apps*. +You *might* be stopped by a security prompt while attempting to install an extension. If that were to happen then you need to allow **Tachiyomi** the permission to *install unknown apps*. ::: aside Learn how you can do so [here](/help/faq/#how-do-i-allow-third-party-installations) ::: @@ -32,7 +32,7 @@ Learn how you can do so [here](/help/faq/#how-do-i-allow-third-party-installatio ## Adding manga to your library ::: aside-guide -[ Click for video guide](/assets/media/video-guide-library-add-to.webm) +[ Click for video guide](/help/guides/getting-started/assets/Library-AddTo.webm) ::: Now that you've installed the desired extension it will show in the tab. This page contains all of your sources, which is obtained through extensions, some extensions contain *multiple* sources. diff --git a/src/help/guides/reader-settings.md b/src/help/guides/reader-settings.md index 4e08ded2..afa1b41d 100644 --- a/src/help/guides/reader-settings.md +++ b/src/help/guides/reader-settings.md @@ -38,39 +38,39 @@ All examples are illustrations and may not reflect what actually happens.

Fit screen

Will fit either to width or height depending on image resolution

- +

Stretch

- +

Fit width

- +

Fit height

- +

Original size

Will be either zoom in or out depending on image resolution

- +

Smart fit

Fits to the longest side of the image

- +
@@ -92,21 +92,21 @@ All examples are illustrations

Left

Will start at the left side of the page.

- +

Right

Will start at the right side of the page.

- +

Center

Will start at the center of the page.

- +
@@ -126,14 +126,14 @@ This allows you to control what color the background should be in reader. Backgr
- +

Black

Surrounds page with black. With an AMOLED screen you can save battery by using this.

- +

White

Surrounds page with white. Makes pages seemless with the screen.

@@ -144,8 +144,7 @@ This allows you to control what color the background should be in reader. Backgr Double tap animation speed changes the speed in which the zoom happens when double tapping. ## Skip chapters marked read -This setting allows the chapters marked as read to be skipped during reading. To mark a chapter as read, tap the and press **Mark as Read**. -This setting can be useful if a series has multiple scanlation groups and you want to hide one's chapters during reading. +This setting allows the chapters marked as read to be skipped during reading. This setting can be useful if a series has multiple scanlation groups and you want to hide one's chapters during reading. ## Fullscreen This setting specifies if the notification and navigation bar are to be hidden while in the reader. @@ -173,13 +172,13 @@ Tries to remove excess white borders

With Crop borders on

- +

With Crop borders off

- +
diff --git a/src/help/guides/source-problems.md b/src/help/guides/source-problems.md index 2c7cd1d5..b6c36262 100644 --- a/src/help/guides/source-problems.md +++ b/src/help/guides/source-problems.md @@ -19,8 +19,8 @@ lang: en-US ::: ## Diagnosis -1. Try opening the manga in WebView. If there is CAPTCHA, solve it and see if it helped. -1. Change your internet connection (switch to WiFi, mobile data or a VPN, use a "What's my IP" site to confirm your ip has changed), then try again. +1. Try opening the manga in . If there is **CAPTCHA**, solve it and see if it helped. +1. Change your internet connection (*switch to Wi-Fi, mobile data or a VPN, use a "What's my IP" site to confirm your IP has changed*), then try again. 1. Ask other users to try the action that gives you the error. ::: tip Bonus step @@ -31,7 +31,7 @@ If any of these help go to [it only happens to me](#it-only-happens-to-me). If it's not just you, go to [everyone is having this problem](#everyone-is-having-this-problem). ### It only happens to me -You may be getting a CAPTCHA, may have been IP-banned, or some other counter-measure that website owners deploy against programs like Tachiyomi. If that is the case, there is probably nothing that can be done about that. Some of them (like CAPTCHA) have to be manually solved, some are temporary (IP bans). +You may be getting a **CAPTCHA**, may have been IP-banned, or some other counter-measure that website owners deploy against programs like **Tachiyomi**. If that is the case, there is probably nothing that can be done about that. Some of them (like **CAPTCHA**) have to be manually solved, some are temporary (IP bans). **Workarounds that can lower chance of it happening again:** * Don't use downloads with the source. @@ -51,20 +51,20 @@ In this case it is a problem with the site. **Please note that WebView is not the same as using your browser.** -You can open WebView in two of the following ways: +You can open **WebView** in two of the following ways: * If you already have a manga in **Library** - * Open the manga in **Library**, then click on the on the **INFO** tab. + * Open the manga in **Library**, then click on the on the **INFO** tab. * If you don't have manga in **Library** * Go to and click on **BROWSE** beside the source. Then open a manga and click on . -Once in WebView, you will see a webpage and a bar on top with an arrow at the left side, pointing to the left edge of your screen. -If there is no CAPTCHA on the webpage, initiate one by tapping a manga title, if possible. Once a CAPTCHA is shown, solve it. After that, use the aforementioned back arrow on the bar at the top of your screen to go back to your manga. Please do not use the back button on your phone as it does not work as expected. +Once in **WebView**, you will see a webpage and a bar on top with an arrow at the left side, pointing to the left edge of your screen. +If there is no **CAPTCHA** on the webpage, initiate one by tapping a manga title, if possible. Once a **CAPTCHA** is shown, solve it. After that, use the aforementioned back arrow on the bar at the top of your screen to go back to your manga. Please do not use the back button on your phone as it does not work as expected. ::: tip -If WebView doesn't work for you, please update the **Android System WebView** app through [Play Store](https://play.google.com/store/apps/details?id=com.google.android.WebView), then go to [Developer Options](https://developer.android.com/studio/debug/dev-options) in your phone's settings and set **WebView Implementation** to Android System WebView. If Android System WebView doesn't work, set **Google Chrome** as default in WebView Implementation. +If **WebView** doesn't work for you, please update the **Android System WebView** app through [Play Store](https://play.google.com/store/apps/details?id=com.google.android.WebView), then go to [Developer Options](https://developer.android.com/studio/debug/dev-options) in your phone's settings and set **WebView Implementation** to *Android System WebView*. If *Android System WebView* doesn't work, set **Google Chrome** as default in **WebView Implementation**. :::
- +