mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
fix more
This commit is contained in:
parent
4e1bceec3a
commit
235dba9f01
29
index.html
29
index.html
@ -47,19 +47,23 @@
|
||||
<p>To find and add manga, you can now either use the <code>Latest</code> button on your source, or you can use <code>Browse</code> and search for it.
|
||||
<p>Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.
|
||||
<p>It should now appear in your <code>My library</code> tab, ready to be read!
|
||||
<figure> <video controls crossorigin=use-credentials height=544 intrinsicsize=600x1089 loading=lazy loop muted playsinline poster="assets/addtolibrary.png" preload=none width=300>
|
||||
<source src="assets/addtolibrary.mp4" type="video/mp4">
|
||||
<source src="assets/addtolibrary.webm" type="video/webm">
|
||||
<noscript><img alt height=544 src="assets/addtolibrary.gif" width=300></noscript>
|
||||
</video></figure>
|
||||
<figure>
|
||||
<video controls crossorigin=use-credentials height=544 intrinsicsize=600x1089 loading=lazy loop muted playsinline poster="assets/addtolibrary.png" preload=none width=300>
|
||||
<source src="assets/addtolibrary.mp4" type="video/mp4">
|
||||
<source src="assets/addtolibrary.webm" type="video/webm">
|
||||
<noscript><img alt height=544 src="assets/addtolibrary.gif" width=300></noscript>
|
||||
</video>
|
||||
</figure>
|
||||
<div class=mb-4>
|
||||
<h2 id=frequently-asked-questions>Frequently Asked Questions</h2>
|
||||
<div class="mb-5 accordion">
|
||||
<details> <summary><h3 id=what-are-some-good-extensions>What are some good extensions?</h3></summary>
|
||||
<details>
|
||||
<summary><h3 id=what-are-some-good-extensions>What are some good extensions?</h3></summary>
|
||||
<p>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.
|
||||
<p><a href="https://docs.google.com/spreadsheets/d/1TyJEUg78WWH4zgnf3g6M2lkbWpBWbd40FYiPVQhW8IU/edit#gid=0" target="_blank">Here</a>'s a good spreadsheet showing the different extensions and their sources.
|
||||
</details>
|
||||
<details> <summary><h3 id=how-do-i-allow-third-party-installations>How do I allow third-party installations on my phone?</h3></summary>
|
||||
<details>
|
||||
<summary><h3 id=how-do-i-allow-third-party-installations>How do I allow third-party installations on my phone?</h3></summary>
|
||||
<p>When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the <code>Settings</code> button and then allow it.
|
||||
<p>Two example videos, left one is for newer Androids.
|
||||
<figure>
|
||||
@ -68,22 +72,25 @@
|
||||
<source src="assets/unknownapps-android8.webm" type="video/webm">
|
||||
<noscript><img alt height=344 src="assets/unknownapps-android8.gif" width=200></noscript>
|
||||
</video>
|
||||
<video controls crossorigin=use-credentials height=344 intrinsicsize=400x688 loading=lazy loop muted playsinline poster="assets/unknownapps-android7.png" preload=none width=200>
|
||||
<video controls crossorigin=use-credentials height=344 intrinsicsize=400x688 loading=lazy loop muted playsinline poster="assets/unknownapps-android7.png" preload=none width=200>
|
||||
<source src="assets/unknownapps-android7.mp4" type="video/mp4">
|
||||
<source src="assets/unknownapps-android7.webm" type="video/webm">
|
||||
<noscript><img alt height=344 src="assets/unknownapps-android7.gif" width=200></noscript>
|
||||
</video>
|
||||
</figure>
|
||||
</details>
|
||||
<details> <summary><h3 id=im-not-getting-any-results-when-searchin>I'm not getting any results when searching/browsing MangaDex...</h3></summary>
|
||||
<details>
|
||||
<summary><h3 id=im-not-getting-any-results-when-searchin>I'm not getting any results when searching/browsing MangaDex...</h3></summary>
|
||||
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.
|
||||
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then choose either <code>Sign up</code> or <code>Log in</code>.
|
||||
</details>
|
||||
<details> <summary><h3 id=ive-logged-in-to-mangadex-and-still-no-r>I've logged in to MangaDex and still no results...</h3></summary>
|
||||
<details>
|
||||
<summary><h3 id=ive-logged-in-to-mangadex-and-still-no-r>I've logged in to MangaDex and still no results...</h3></summary>
|
||||
<p>Go to <code>Browse</code>/<code>Latest</code> for MangaDex under <code>Catalogues</code>, enter a random manga and then press the overflow menu (3 dot menu) in the top-right corner and then the <code>Open in web view</code> button.
|
||||
<p>Now go to the hamburger menu, press the <code>Manga</code> drop-down and then <code>Titles</code>. The last step is to go to the icon in the upper right that looks like four-boxes and select <code>Detailed</code>.
|
||||
</details>
|
||||
<details> <summary><h3 id=the-extensions-wont-install...>The extensions won't install...</h3></summary>
|
||||
<details>
|
||||
<summary><h3 id=the-extensions-wont-install...>The extensions won't install...</h3></summary>
|
||||
<p>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. <a href="https://github.com/inorichi/tachiyomi-extensions/tree/repo/apk" target="_blank">Here</a>'s the repository for the files.
|
||||
<p>To install just download the <code>.apk</code> file for the extension you want and then install it, like how you installed Tachiyomi.
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user