From aecc3835e3c1534751c96f985d752825f1f09b0b Mon Sep 17 00:00:00 2001 From: Zane Hannan Date: Fri, 26 Jul 2019 11:30:57 +1000 Subject: [PATCH 1/8] insert toc using hxtoc and hxnormalize ( https://www.w3.org/Tools/HTML-XML-utils/man1/hxtoc.html ) --- index.html | 245 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 154 insertions(+), 91 deletions(-) diff --git a/index.html b/index.html index bdf8ccd8..7a1cf2e2 100644 --- a/index.html +++ b/index.html @@ -1,113 +1,176 @@ - + Tachiyomi Guide - - - - - - - + + + + + + + - -
-
-
- + + +
+
+ -
-
- -

Getting started with Tachiyomi

-

Tachiyomi is a free and open source manga reader for Android.

+ +
+
+

Getting started with Tachiyomi

+ +

Tachiyomi is a free and open source manga reader for Android.

-

Installation

-

Downloading and Installing

-

Download the latest stable release of Tachiyomi from GitHub.

-

tachiyomi-vX.Y.Z.apk

-

If you want to try new features before they get to the stable release, you can download the dev version here.

-

Open and install the .apk file you just downloaded from GitHub.

-
- -
-

Your first extension

-

Now that Tachiyomi is installed, open the app and navigate to the Extensions tab.

+ +

Installation

+ +

Downloading and Installing

+ +

Download the latest stable release of Tachiyomi from GitHub. + +

tachiyomi-vX.Y.Z.apk + +

If you want to try new features before they get to the stable release, you can download the dev version here. + +

Open and install the .apk file you just downloaded from GitHub. + +

+ +

Your first extension

+ +

Now that Tachiyomi is installed, open the app and navigate to the Extensions tab. +

- -
-

In this guide we will use MangaDex, our most popular extension. Press the Install button and it will bring up the extension installer. If your phone does not allow third-party installations, follow this guide.

-

Exploring the catalogue

-

Now that you've installed the MangaDex extension it should show up in the Catalogues tab. The items appearing here are called Sources, an extension can contain multiple sources.

-
- -
-

Adding manga to your library

-

To find and add manga, you can now either use the Latest button on your source, or you can use Browse and search for it.

-

Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.

-

It should now appear in your My library tab, ready to be read!

-
- -
-
-

Frequently Asked Questions

+ + +

In this guide we will use MangaDex, our most popular extension. Press the Install button and it will bring up the extension installer. If your phone does not allow third-party installations, follow this guide. + +

Exploring the catalogue

+ +

Now that you've installed the MangaDex extension it should show up in the Catalogues tab. The items appearing here are called Sources, an extension can contain multiple sources. + +

+ +

Adding manga to your library

+ +

To find and add manga, you can now either use the Latest button on your source, or you can use Browse and search for it. + +

Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button. + +

It should now appear in your My library tab, ready to be read! + +

+ +
+

Frequently Asked Questions

+
-
-

What are some good extensions?

-

The most popular are MangaDex, MangaRock and MangaSee, these are large sites which host content from scanlators, there's also extensions like Genkan, Madara, FoolSlide and ComiCake which contain sources which host directly from the scanlators own websites.

-

Here's a good spreadsheet showing the different extensions and their sources.

+
+

What are some good extensions?

+ +

The most popular are MangaDex, MangaRock and MangaSee, these are large sites which host content from scanlators, there's also extensions like Genkan, Madara, FoolSlide and ComiCake which contain sources which host directly from the scanlators own websites. + +

Here's a good spreadsheet showing the different extensions and their sources.

-
-

How do I allow third-party installations on my phone?

-

When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the Settings button and then allow it.

-

Two example videos, left one is for newer Androids.

-
- - -
+ +
+

How do I allow third-party installations on my phone?

+ +

When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the Settings button and then allow it. + +

Two example videos, left one is for newer Androids. + +

-
-

I'm not getting any results when searching/browsing MangaDex...

-

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the Open in web view button.

-

Now go to the hamburger menu, press the Manga drop-down and then choose either Sign up or Log in.

+ +
+

I'm not getting any results when searching/browsing MangaDex...

+ +

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the Open in web view button. + +

Now go to the hamburger menu, press the Manga drop-down and then choose either Sign up or Log in.

-
-

I've logged in to MangaDex and still no results...

-

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the Open in web view button.

-

Now go to the hamburger menu, press the Manga drop-down and then Titles. The last step is to go to the icon in the upper right that looks like four-boxes and select Detailed.

+ +
+

I've logged in to MangaDex and still no results...

+ +

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the Open in web view button. + +

Now go to the hamburger menu, press the Manga drop-down and then Titles. The last step is to go to the icon in the upper right that looks like four-boxes and select Detailed.

-
-

The extensions won't install...

-

In some cases your phone might have some issues downloading the extensions, in those cases you can try installing them yourselves directly from the source. Here's the repository for the files.

-

To install just download the .apk file for the extension you want and then install it, like how you installed Tachiyomi.

+ +
+

The extensions won't install...

+ +

In some cases your phone might have some issues downloading the extensions, in those cases you can try installing them yourselves directly from the source. Here's the repository for the files. + +

To install just download the .apk file for the extension you want and then install it, like how you installed Tachiyomi.

-

More frequently asked questions can be found here.

+ +

More frequently asked questions can be found here.

-

Related Links

-

Github

-

Wiki

-

Discord

+ + + +

Github

+ +

Wiki

+ +

Discord

+ From 1064c5cc44fa2dff1101d268ddf4d2e009091346 Mon Sep 17 00:00:00 2001 From: Zane Hannan Date: Fri, 26 Jul 2019 11:33:05 +1000 Subject: [PATCH 2/8] remove generated toc --- index.html | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/index.html b/index.html index 7a1cf2e2..18b8f609 100644 --- a/index.html +++ b/index.html @@ -15,34 +15,7 @@
From e2d59d8830d0af85bed0c022cf87c18d7ddcab6d Mon Sep 17 00:00:00 2001 From: Zane Hannan Date: Fri, 26 Jul 2019 11:36:59 +1000 Subject: [PATCH 3/8] fix some breakages because hxtoc doesn't do what it says --- index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 18b8f609..881869f2 100644 --- a/index.html +++ b/index.html @@ -71,22 +71,21 @@ - + +

Frequently Asked Questions

-
-

What are some good extensions?

+

What are some good extensions?

The most popular are MangaDex, MangaRock and MangaSee, these are large sites which host content from scanlators, there's also extensions like Genkan, Madara, FoolSlide and ComiCake which contain sources which host directly from the scanlators own websites.

Here's a good spreadsheet showing the different extensions and their sources.

-
-

How do I allow third-party installations on my phone?

+

How do I allow third-party installations on my phone?

When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the Settings button and then allow it. @@ -104,24 +103,21 @@

-
-

I'm not getting any results when searching/browsing MangaDex...

+

I'm not getting any results when searching/browsing MangaDex...

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the Open in web view button.

Now go to the hamburger menu, press the Manga drop-down and then choose either Sign up or Log in.

-
-

I've logged in to MangaDex and still no results...

+

I've logged in to MangaDex and still no results...

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the Open in web view button.

Now go to the hamburger menu, press the Manga drop-down and then Titles. The last step is to go to the icon in the upper right that looks like four-boxes and select Detailed.

-
-

The extensions won't install...

+

The extensions won't install...

In some cases your phone might have some issues downloading the extensions, in those cases you can try installing them yourselves directly from the source. Here's the repository for the files. From 37c943548ae24eaff8d4bdccef98a34297c98280 Mon Sep 17 00:00:00 2001 From: Zane Hannan Date: Fri, 26 Jul 2019 11:38:50 +1000 Subject: [PATCH 4/8] stuff --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 881869f2..3cf9dc74 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ - +

In this guide we will use MangaDex, our most popular extension. Press the Install button and it will bring up the extension installer. If your phone does not allow third-party installations, follow this guide. @@ -143,6 +143,7 @@ + From 235dba9f01fb3c95f9b1bbceef4720182f4b89a0 Mon Sep 17 00:00:00 2001 From: Zane Hannan Date: Fri, 26 Jul 2019 11:43:15 +1000 Subject: [PATCH 6/8] fix more --- index.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 040974d2..60dbe730 100644 --- a/index.html +++ b/index.html @@ -47,19 +47,23 @@

To find and add manga, you can now either use the Latest button on your source, or you can use Browse and search for it.

Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.

It should now appear in your My library tab, ready to be read! -

+
+ +

Frequently Asked Questions

-

What are some good extensions?

+
+

What are some good extensions?

The most popular are MangaDex, MangaRock and MangaSee, these are large sites which host content from scanlators, there's also extensions like Genkan, Madara, FoolSlide and ComiCake which contain sources which host directly from the scanlators own websites.

Here's a good spreadsheet showing the different extensions and their sources.

-

How do I allow third-party installations on my phone?

+
+

How do I allow third-party installations on my phone?

When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the Settings button and then allow it.

Two example videos, left one is for newer Androids.

@@ -68,22 +72,25 @@ -
-

I'm not getting any results when searching/browsing MangaDex...

+
+

I'm not getting any results when searching/browsing MangaDex...

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the Open in web view button.

Now go to the hamburger menu, press the Manga drop-down and then choose either Sign up or Log in.

-

I've logged in to MangaDex and still no results...

+
+

I've logged in to MangaDex and still no results...

Go to Browse/Latest for MangaDex under Catalogues, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the Open in web view button.

Now go to the hamburger menu, press the Manga drop-down and then Titles. The last step is to go to the icon in the upper right that looks like four-boxes and select Detailed.

-

The extensions won't install...

+
+

The extensions won't install...

In some cases your phone might have some issues downloading the extensions, in those cases you can try installing them yourselves directly from the source. Here's the repository for the files.

To install just download the .apk file for the extension you want and then install it, like how you installed Tachiyomi.

From 64524f76e499f3d8eff572548379cc97d95620f6 Mon Sep 17 00:00:00 2001 From: Zane Hannan Date: Fri, 26 Jul 2019 11:48:04 +1000 Subject: [PATCH 7/8] update hash change thing --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 60dbe730..bba22c93 100644 --- a/index.html +++ b/index.html @@ -110,12 +110,12 @@