mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Lint markdown as well
This commit is contained in:
parent
2a35303acf
commit
bebcfdac4a
@ -1,10 +1,3 @@
|
|||||||
{
|
{
|
||||||
"extends": "markdownlint/style/prettier",
|
"extends": "markdownlint/style/prettier"
|
||||||
"list-marker-space": {
|
|
||||||
"ul_multi": 3,
|
|
||||||
"ul_single": 3
|
|
||||||
},
|
|
||||||
"ul-indent": {
|
|
||||||
"indent": 4
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
2
.markdownlintignore
Normal file
2
.markdownlintignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
README.md
|
@ -68,9 +68,9 @@ members of the project's leadership.
|
|||||||
## Attribution
|
## Attribution
|
||||||
|
|
||||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html)
|
||||||
|
|
||||||
[homepage]: https://www.contributor-covenant.org
|
[homepage]: https://www.contributor-covenant.org
|
||||||
|
|
||||||
For answers to common questions about this code of conduct, see
|
For answers to common questions about this code of conduct, see
|
||||||
https://www.contributor-covenant.org/faq
|
[https://www.contributor-covenant.org/faq](https://www.contributor-covenant.org/faq)
|
||||||
|
@ -75,7 +75,4 @@ It is also recommended you lint your files before the PR.
|
|||||||
|
|
||||||
Thank you to all the people who have already contributed!
|
Thank you to all the people who have already contributed!
|
||||||
|
|
||||||
<a href="https://github.com/tachiyomiorg/website/graphs/contributors">
|
[![List of Contributors](https://contrib.rocks/image?repo=tachiyomiorg/website 'List of Contributors')](https://github.com/tachiyomiorg/website/graphs/contributors)
|
||||||
<img src="https://contrib.rocks/image?repo=tachiyomiorg/website" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"docs:preview": "vitepress preview src",
|
"docs:preview": "vitepress preview src",
|
||||||
"format": "prettier --check --write .",
|
"format": "prettier --check --write .",
|
||||||
"format:fail": "prettier --check .",
|
"format:fail": "prettier --check .",
|
||||||
"lint:mdl": "markdownlint \"**/*.md\" \".github/**/*.md\" --enable sentences-per-line"
|
"lint:mdl": "markdownlint \"**/*.md\" \".github/**/*.md\" --enable sentences-per-line --disable MD025"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"markdownlint": "^0.29.0",
|
"markdownlint": "^0.29.0",
|
||||||
|
@ -7,42 +7,42 @@ description: Find out how to help translate or build the app and extensions.
|
|||||||
|
|
||||||
Find out how to help translate or build the app and extensions.
|
Find out how to help translate or build the app and extensions.
|
||||||
|
|
||||||
## Code <a href="#code" id="code"></a>
|
## Code
|
||||||
|
|
||||||
Skilled at code? Know how to improve something or you generally want to support the creation of the app?
|
Skilled at code? Know how to improve something or you generally want to support the creation of the app?
|
||||||
|
|
||||||
### Application <a href="#application" id="application"></a>
|
### Application
|
||||||
|
|
||||||
* The main application.
|
* The main application.
|
||||||
* Current active repository
|
* Current active repository
|
||||||
* Planned rewrite repository
|
* Planned rewrite repository
|
||||||
|
|
||||||
|
|
||||||
### Extensions <a href="#extensions" id="extensions"></a>
|
### Extensions
|
||||||
|
|
||||||
* Used to read from different manga services.
|
* Used to read from different manga services.
|
||||||
* Current active repository
|
* Current active repository
|
||||||
* Planned rewrite repository
|
* Planned rewrite repository
|
||||||
|
|
||||||
### Website <a href="#website" id="website"></a>
|
### Website
|
||||||
|
|
||||||
The repository that hosts this very website you're reading on now.
|
The repository that hosts this very website you're reading on now.
|
||||||
|
|
||||||
* Current active repository
|
* Current active repository
|
||||||
|
|
||||||
## Translation <a href="#translation" id="translation"></a>
|
## Translation
|
||||||
|
|
||||||
![Graph of Weblate Translations](https://hosted.weblate.org/widgets/tachiyomi/-/strings/open-graph.png)
|
![Graph of Weblate Translations](https://hosted.weblate.org/widgets/tachiyomi/-/strings/open-graph.png)
|
||||||
|
|
||||||
Want to help translate the app to your language? You can easily help by utilizing a service we use called **Weblate**.
|
Want to help translate the app to your language? You can easily help by utilizing a service we use called **Weblate**.
|
||||||
|
|
||||||
**Helpful links**
|
### Helpful links
|
||||||
|
|
||||||
* [Translators guide](https://docs.weblate.org/en/latest/user/translating.html)
|
* [Translators guide](https://docs.weblate.org/en/latest/user/translating.html)
|
||||||
* [Secondary-languages](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages)
|
* [Secondary-languages](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages)
|
||||||
* [Subscriptions](https://docs.weblate.org/en/latest/user/profile.html#subscriptions)
|
* [Subscriptions](https://docs.weblate.org/en/latest/user/profile.html#subscriptions)
|
||||||
* [Glossary](https://docs.weblate.org/en/latest/user/translating.html#glossary)
|
* [Glossary](https://docs.weblate.org/en/latest/user/translating.html#glossary)
|
||||||
|
|
||||||
## Donation <a href="#donation" id="donation"></a>
|
## Donation
|
||||||
|
|
||||||
If you can't contribute code or translations but you still wish to help, then you can choose to contribute directly to the projects founder, [Inorichi](https://github.com/inorichi/) using Ko-fi.
|
If you can't contribute code or translations but you still wish to help, then you can choose to contribute directly to the projects founder, [Inorichi](https://github.com/inorichi/) using Ko-fi.
|
||||||
|
@ -19,7 +19,7 @@ These include deleting chapters, library load times, accessing the folders outsi
|
|||||||
|
|
||||||
You can try the command below if you know how to use ADB, a guide on installing it is also outlined on the site here.
|
You can try the command below if you know how to use ADB, a guide on installing it is also outlined on the site here.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
adb shell cmd appops set eu.kanade.tachiyomi android:legacy_storage allow
|
adb shell cmd appops set eu.kanade.tachiyomi android:legacy_storage allow
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -7,15 +7,15 @@ description: WIP
|
|||||||
|
|
||||||
## Why can I not see sources that I have installed?
|
## Why can I not see sources that I have installed?
|
||||||
|
|
||||||
#### If it is an extension that is not the same language as your phone's primary language
|
### If it is an extension that is not the same language as your phone's primary language
|
||||||
|
|
||||||
Enable the language of the source by going to Browse → Sources tab → Filter → Turn on the language of the source you would like to use.
|
Enable the language of the source by going to Browse → Sources tab → Filter → Turn on the language of the source you would like to use.
|
||||||
|
|
||||||
#### If it is an NSFW extension
|
### If it is an NSFW extension
|
||||||
|
|
||||||
Settings → Browse → Check show in sources list.
|
Settings → Browse → Check show in sources list.
|
||||||
|
|
||||||
### How do I find a manga I am looking for?
|
## How do I find a manga I am looking for?
|
||||||
|
|
||||||
Sometimes you can struggle to find a source that has the manga you are looking to read.
|
Sometimes you can struggle to find a source that has the manga you are looking to read.
|
||||||
Here are some tips to help you find it: 
|
Here are some tips to help you find it: 
|
||||||
@ -27,11 +27,11 @@ Tips to find your manga
|
|||||||
1. Try searching again in your sources with the alternate titles you found.
|
1. Try searching again in your sources with the alternate titles you found.
|
||||||
1. If you still cannot find the manga in any of your sources, then try to search for an extension for the website you found in step 1 in the extensions list.
|
1. If you still cannot find the manga in any of your sources, then try to search for an extension for the website you found in step 1 in the extensions list.
|
||||||
|
|
||||||
#### If you find the manga on a specific scanlator or aggregator and they do have an extension
|
### If you find the manga on a specific scanlator or aggregator and they do have an extension
|
||||||
|
|
||||||
Download the corresponding extension, tap on it under → **Sources**, and then search for the manga there.
|
Download the corresponding extension, tap on it under → **Sources**, and then search for the manga there.
|
||||||
|
|
||||||
#### If you find the manga on a specific scanlator or aggregator and they do not have an extension
|
### If you find the manga on a specific scanlator or aggregator and they do not have an extension
|
||||||
|
|
||||||
Check if adding the site as an extension has [already been requested](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) and that it is not on the list of extensions that will not be added back [here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/3475).
|
Check if adding the site as an extension has [already been requested](https://github.com/tachiyomiorg/tachiyomi-extensions/issues) and that it is not on the list of extensions that will not be added back [here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/3475).
|
||||||
If it has not been requested and it is not on the list, you can [request it here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
|
If it has not been requested and it is not on the list, you can [request it here](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose).
|
||||||
|
@ -13,7 +13,7 @@ Aside from network issues, sometimes Tachiyomi does not register the image as ex
|
|||||||
|
|
||||||
The logic required to make a dual-page reader automatically work along with scanlator page inconsistencies and other issues means it is unlikely to be added at this time.
|
The logic required to make a dual-page reader automatically work along with scanlator page inconsistencies and other issues means it is unlikely to be added at this time.
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### How can I make Tachiyomi turn pages with the volume rocker?
|
### How can I make Tachiyomi turn pages with the volume rocker?
|
||||||
### Can I reverse the tapping direction?
|
### Can I reverse the tapping direction?
|
||||||
|
@ -18,7 +18,7 @@ What works well for somebody else might not work well for you.
|
|||||||
|
|
||||||
Tachiyomi is not hosting any content, we are not affiliated with or responsible for any source that is; slow, down, missing chapters, or has subpar image quality.
|
Tachiyomi is not hosting any content, we are not affiliated with or responsible for any source that is; slow, down, missing chapters, or has subpar image quality.
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### What are scanlator sources?
|
### What are scanlator sources?
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ Make sure it is not on the removed extensions list [here](https://github.com/tac
|
|||||||
|
|
||||||
You can find the list of extensions to download [here](https://tachiyomi.org/extensions/)
|
You can find the list of extensions to download [here](https://tachiyomi.org/extensions/)
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### How do I allow third-party installations?
|
### How do I allow third-party installations?
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ In _older_ versions of **Android**, you only need to enable **Unknown sources**
|
|||||||
|
|
||||||
If you need more help regarding this, read [this](https://www.theandroidsoul.com/how-to-allow-apps-installation-from-unknown-sources-on-android-9-pie/)
|
If you need more help regarding this, read [this](https://www.theandroidsoul.com/how-to-allow-apps-installation-from-unknown-sources-on-android-9-pie/)
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### How do I uninstall an extension?
|
### How do I uninstall an extension?
|
||||||
|
|
||||||
@ -77,13 +77,13 @@ A list of extensions that have been removed is available [here](https://github.c
|
|||||||
Extensions have been split due to the sheer number of extensions in a single extension, with Madara reaching over 200 extensions at one point, making it unreasonable for both devs and users to filter through extensions.
|
Extensions have been split due to the sheer number of extensions in a single extension, with Madara reaching over 200 extensions at one point, making it unreasonable for both devs and users to filter through extensions.
|
||||||
For a deeper explanation of the issue, [this](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/4287) GitHub issue explains in more detail.
|
For a deeper explanation of the issue, [this](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/4287) GitHub issue explains in more detail.
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### What extensions have been split?
|
### What extensions have been split?
|
||||||
|
|
||||||
All of them have been split.
|
All of them have been split.
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### Why does my multisource extension show up as obsolete?
|
### Why does my multisource extension show up as obsolete?
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ The multisource extension is obsolete because it has been split.
|
|||||||
The multisource extension has been removed from the repository.
|
The multisource extension has been removed from the repository.
|
||||||
It is not actually obsolete.
|
It is not actually obsolete.
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### How do I move to a split extension?
|
### How do I move to a split extension?
|
||||||
|
|
||||||
@ -99,13 +99,13 @@ Install the extension that your manga is from, and then uninstall the multisourc
|
|||||||
If the manga shows the source as a bunch of numbers, force close the app.
|
If the manga shows the source as a bunch of numbers, force close the app.
|
||||||
For known issues with split extensions, go to this [GitHub issue](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/5672).
|
For known issues with split extensions, go to this [GitHub issue](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/5672).
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### Do I need to migrate?
|
### Do I need to migrate?
|
||||||
|
|
||||||
No, unless expressly stated, the internal ID of sources has not changed, so migration is unnecessary.
|
No, unless expressly stated, the internal ID of sources has not changed, so migration is unnecessary.
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
### What if I uninstall the multisource extension before I install the singular extensions?
|
### What if I uninstall the multisource extension before I install the singular extensions?
|
||||||
|
|
||||||
|
@ -27,20 +27,20 @@ Restoring is done from the Backup and Restore settings.
|
|||||||
|
|
||||||
To restore a backup without issues be sure to:
|
To restore a backup without issues be sure to:
|
||||||
|
|
||||||
* Log into the Tracking services that you previously used.
|
- Log into the Tracking services that you previously used.
|
||||||
|
|
||||||
## How can I make my new install of Tachiyomi detect my old downloads? <a href="#how-can-i-make-my-new-install-of-tachiyomi-detect-my-old-downloads" id="how-can-i-make-my-new-install-of-tachiyomi-detect-my-old-downloads"></a>
|
## How can I make my new install of Tachiyomi detect my old downloads?
|
||||||
|
|
||||||
You can transfer downloaded manga chapters from one version of **Tachiyomi** to another.
|
You can transfer downloaded manga chapters from one version of **Tachiyomi** to another.
|
||||||
|
|
||||||
## How do I make Tachiyomi automatically backup? <a href="#turning-on-auto-backups" id="turning-on-auto-backups"></a>
|
## How do I make Tachiyomi automatically backup?
|
||||||
|
|
||||||
It is highly recommended you turn on auto backups, this will ensure you can recover if need be.
|
It is highly recommended you turn on auto backups, this will ensure you can recover if need be.
|
||||||
|
|
||||||
You can do this by going to **More → Settings → Backup** and then setting a **backup frequency**.
|
You can do this by going to **More → Settings → Backup** and then setting a **backup frequency**.
|
||||||
In the case of a catastrophic failure, at least you will be able to recover.
|
In the case of a catastrophic failure, at least you will be able to recover.
|
||||||
|
|
||||||
## Forks information <a href="#forks-information" id="forks-information"></a>
|
## Forks information
|
||||||
|
|
||||||
This fork can only restore **MangaDex** entries in a backup.
|
This fork can only restore **MangaDex** entries in a backup.
|
||||||
If there are entries from other sources that are a part of that backup then they will not transfer.
|
If there are entries from other sources that are a part of that backup then they will not transfer.
|
||||||
|
@ -9,7 +9,7 @@ description: Categories help you store your bookmarked manga in custom tabs, whi
|
|||||||
|
|
||||||
You can even add your bookmarked manga in multiple categories and can easily control the update options through Library settings and automatically download new manga chapters from certain categories (if **Download new chapters** option is enabled in **Downloads** settings).
|
You can even add your bookmarked manga in multiple categories and can easily control the update options through Library settings and automatically download new manga chapters from certain categories (if **Download new chapters** option is enabled in **Downloads** settings).
|
||||||
|
|
||||||
## Create a category <a href="#create-a-category" id="create-a-category"></a>
|
## Create a category
|
||||||
|
|
||||||
To create a category, follow the steps below.
|
To create a category, follow the steps below.
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ To create a category, follow the steps below.
|
|||||||
1. Press the **+ Add** button in the bottom right.
|
1. Press the **+ Add** button in the bottom right.
|
||||||
1. Enter a name and press **OK**.
|
1. Enter a name and press **OK**.
|
||||||
|
|
||||||
## Edit a category <a href="#edit-a-category" id="edit-a-category"></a>
|
## Edit a category
|
||||||
|
|
||||||
To edit a category follow the steps below.
|
To edit a category follow the steps below.
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ To edit a category follow the steps below.
|
|||||||
1. Long press a category.
|
1. Long press a category.
|
||||||
1. Tap EDIT on the top-right.
|
1. Tap EDIT on the top-right.
|
||||||
|
|
||||||
## Change category order <a href="#change-category-order" id="change-category-order"></a>
|
## Change category order
|
||||||
|
|
||||||
You can change the order of Categories, such as bringing a certain Category to the top.
|
You can change the order of Categories, such as bringing a certain Category to the top.
|
||||||
This category will appear as the first tab on Library.
|
This category will appear as the first tab on Library.
|
||||||
@ -35,7 +35,7 @@ To do this, follow the steps below.
|
|||||||
1. Go to More → Categories.
|
1. Go to More → Categories.
|
||||||
1. Drag the category to your preferred position using the Reorder icon.
|
1. Drag the category to your preferred position using the Reorder icon.
|
||||||
|
|
||||||
## Delete a category <a href="#delete-a-category" id="delete-a-category"></a>
|
## Delete a category
|
||||||
|
|
||||||
To delete a category, follow the steps below.
|
To delete a category, follow the steps below.
|
||||||
|
|
||||||
@ -43,22 +43,22 @@ To delete a category, follow the steps below.
|
|||||||
1. Long press a category.
|
1. Long press a category.
|
||||||
1. Tap DELETE on the top-right.
|
1. Tap DELETE on the top-right.
|
||||||
|
|
||||||
## Add manga to the category <a href="#add-manga-to-category" id="add-manga-to-category"></a>
|
## Add manga to the category
|
||||||
|
|
||||||
To add manga to a category, follow the steps below.
|
To add manga to a category, follow the steps below.
|
||||||
|
|
||||||
1. Long press the manga you want to add.
|
1. Long press the manga you want to add.
|
||||||
1. Press the Set categories button.
|
1. Press the Set categories button.
|
||||||
1. Select which category or categories you want it in and press **OK**.
|
1. Select which category or categories you want it in and press **OK**.
|
||||||
|
|
||||||
> You can also add multiple manga to a category by selecting them when you see the Set categories button.
|
> You can also add multiple manga to a category by selecting them when you see the Set categories button.
|
||||||
|
|
||||||
## Remove manga from the category <a href="#remove-manga-from-category" id="remove-manga-from-category"></a>
|
## Remove manga from the category
|
||||||
|
|
||||||
To remove manga from a category, follow the steps below.
|
To remove manga from a category, follow the steps below.
|
||||||
|
|
||||||
1. Long press the manga that you want to remove.
|
1. Long press the manga that you want to remove.
|
||||||
1. Press the Set categories button.
|
1. Press the Set categories button.
|
||||||
1. Deselect the category or categories you want to remove it from and press **OK**.
|
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 Set categories button.
|
> You can also remove multiple manga from a category by selecting them when you see the Set categories button.
|
||||||
|
@ -5,12 +5,12 @@ description: Essential information to help you get set up with Tachiyomi.
|
|||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|
||||||
## Installation <a href="#installation" id="installation"></a>
|
## Installation
|
||||||
|
|
||||||
You can download the latest version of **Tachiyomi** by going to our download page.
|
You can download the latest version of **Tachiyomi** by going to our download page.
|
||||||
When you've completed the download, open the APK file and proceed with installing it.
|
When you've completed the download, open the APK file and proceed with installing it.
|
||||||
|
|
||||||
## Installing an extension <a href="#installing-an-extension" id="installing-an-extension"></a>
|
## Installing an extension
|
||||||
|
|
||||||
Now that **Tachiyomi** is installed, open the app and navigate to Browse, and then switch to the **Extensions** tab.
|
Now that **Tachiyomi** is installed, open the app and navigate to Browse, and then switch to the **Extensions** tab.
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ Find the extension that you'd like to use then press the INSTALL button next to
|
|||||||
|
|
||||||
You _might_ need to give **Tachiyomi** permission to _install unknown apps_, you can read how to do so here.
|
You _might_ need to give **Tachiyomi** permission to _install unknown apps_, you can read how to do so here.
|
||||||
|
|
||||||
## Adding manga to your library <a href="#adding-manga-to-your-library" id="adding-manga-to-your-library"></a>
|
## Adding manga to your library
|
||||||
|
|
||||||
Now that you've installed the desired extension, it will show in the **Sources** tab.
|
Now that you've installed the desired extension, it will show in the **Sources** tab.
|
||||||
This page contains all of your sources, which is obtained through extensions, some extensions contain _multiple_ sources.
|
This page contains all of your sources, which is obtained through extensions, some extensions contain _multiple_ sources.
|
||||||
|
@ -9,10 +9,10 @@ If you like to download and organize your media, then you want to know how to ma
|
|||||||
|
|
||||||
## Creating local manga
|
## Creating local manga
|
||||||
|
|
||||||
1. Create a folder named `local` in the `/Tachiyomi/` folder.
|
1. Create a folder named `local` in the `/Tachiyomi/` folder.
|
||||||
|
|
||||||
> The `/Tachiyomi/` folder is located in the root of phone's **internal storage** or **external SD card** and it's **not related** to the `eu.kanade.tachiyomi/` folder or the download location in the settings.
|
> The `/Tachiyomi/` folder is located in the root of phone's **internal storage** or **external SD card** and it's **not related** to the `eu.kanade.tachiyomi/` folder or the download location in the settings.
|
||||||
1. Place correctly structured manga inside `/Tachiyomi/local/`.
|
1. Place correctly structured manga inside `/Tachiyomi/local/`.
|
||||||
|
|
||||||
> If adding manga in folders it is recommended to add a file named `.nomedia` to the local folder so images do not show up in the gallery.
|
> If adding manga in folders it is recommended to add a file named `.nomedia` to the local folder so images do not show up in the gallery.
|
||||||
1. You should now be able to access the manga in _explore_Browse → **Local source**.
|
1. You should now be able to access the manga in _explore_Browse → **Local source**.
|
||||||
@ -24,7 +24,7 @@ But expect better performance with directories and `ZIP`/`CBZ`.
|
|||||||
|
|
||||||
Remember to give the app storage permissions on **Android 6** and newer.
|
Remember to give the app storage permissions on **Android 6** and newer.
|
||||||
|
|
||||||
### Folder Structure <a href="#folder-structure" id="folder-structure"></a>
|
### Folder Structure
|
||||||
|
|
||||||
Tachiyomi requires a specific folder structure for local manga to be correctly processed.
|
Tachiyomi requires a specific folder structure for local manga to be correctly processed.
|
||||||
Local manga will be read from the `Tachiyomi/local` folder.
|
Local manga will be read from the `Tachiyomi/local` folder.
|
||||||
@ -35,7 +35,7 @@ You can refer to the following example:
|
|||||||
|
|
||||||
#### Example (Folder)
|
#### Example (Folder)
|
||||||
|
|
||||||
```
|
```txt
|
||||||
/sdcard/Tachiyomi/local
|
/sdcard/Tachiyomi/local
|
||||||
└───[the series title]
|
└───[the series title]
|
||||||
| cover.jpg
|
| cover.jpg
|
||||||
@ -53,7 +53,7 @@ You can refer to the following example:
|
|||||||
| image_n
|
| image_n
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```txt
|
||||||
/storage/18F5-2C11/Tachiyomi/local
|
/storage/18F5-2C11/Tachiyomi/local
|
||||||
└───[the series title]
|
└───[the series title]
|
||||||
| cover.jpg
|
| cover.jpg
|
||||||
@ -74,7 +74,7 @@ You can refer to the following example:
|
|||||||
Tachiyomi will see four chapters in a single manga.
|
Tachiyomi will see four chapters in a single manga.
|
||||||
The path to the folder with images must contain both the manga title and the chapter name (as seen above).
|
The path to the folder with images must contain both the manga title and the chapter name (as seen above).
|
||||||
|
|
||||||
### Archive Files <a href="#archive-files" id="archive-files"></a>
|
### Archive Files
|
||||||
|
|
||||||
Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside is not.
|
Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside is not.
|
||||||
Any folders inside the archive file are ignored.
|
Any folders inside the archive file are ignored.
|
||||||
@ -83,7 +83,7 @@ All images inside the archive regardless of folder structure will become pages f
|
|||||||
|
|
||||||
Example (ZIP)
|
Example (ZIP)
|
||||||
|
|
||||||
```
|
```txt
|
||||||
/sdcard/Tachiyomi/local
|
/sdcard/Tachiyomi/local
|
||||||
└───[the series title]
|
└───[the series title]
|
||||||
| cover.jpg
|
| cover.jpg
|
||||||
@ -101,9 +101,9 @@ Example (ZIP)
|
|||||||
| image_n.jpg
|
| image_n.jpg
|
||||||
```
|
```
|
||||||
|
|
||||||
## Advanced <a href="#advanced" id="advanced"></a>
|
## Advanced
|
||||||
|
|
||||||
### Editing local manga details <a href="#editing-local-manga-details" id="editing-local-manga-details"></a>
|
### Editing local manga details
|
||||||
|
|
||||||
It is possible to add details to local manga.
|
It is possible to add details to local manga.
|
||||||
Like manga from other catalogs, you add information about the manga such as the author, artist, description, and genre tags.
|
Like manga from other catalogs, you add information about the manga such as the author, artist, description, and genre tags.
|
||||||
@ -132,7 +132,7 @@ You can copy the following example and edit the details as needed:
|
|||||||
If you don't want to manually create the `details.json` file, you can alternatively use [this tool.](https://tachi-local.netlify.app/?utm\_source=tachi-website\&utm\_medium=referral\&utm\_campaign=tachi-website)
|
If you don't want to manually create the `details.json` file, you can alternatively use [this tool.](https://tachi-local.netlify.app/?utm\_source=tachi-website\&utm\_medium=referral\&utm\_campaign=tachi-website)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Using a custom cover image <a href="#using-a-custom-cover-image" id="using-a-custom-cover-image"></a>
|
### Using a custom cover image
|
||||||
|
|
||||||
It is also possible to use a custom image as a cover for each local manga.
|
It is also possible to use a custom image as a cover for each local manga.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ Downloaded chapter(s) do not transfer with migrations.
|
|||||||
Migrations with downloaded chapter(s) may leave the download behind.
|
Migrations with downloaded chapter(s) may leave the download behind.
|
||||||
You will need to remove these manually with a file manager.
|
You will need to remove these manually with a file manager.
|
||||||
|
|
||||||
**Migrating from Manga**
|
## Migrating from Manga
|
||||||
|
|
||||||
1. Tap into a **Manga** you would like to migrate.
|
1. Tap into a **Manga** you would like to migrate.
|
||||||
1. Go to Overflow and tap Migrate.
|
1. Go to Overflow and tap Migrate.
|
||||||
@ -21,7 +21,7 @@ You will need to remove these manually with a file manager.
|
|||||||
1. Select the **Source** that you'd like to migrate _to_ by tapping the **Manga** thumbnail.
|
1. Select the **Source** that you'd like to migrate _to_ by tapping the **Manga** thumbnail.
|
||||||
1. Choose which data you want to transfer over, and you're done.
|
1. Choose which data you want to transfer over, and you're done.
|
||||||
|
|
||||||
**Migrating from Source**
|
## Migrating from Source
|
||||||
|
|
||||||
1. Tap into Browse on the bottom navbar.
|
1. Tap into Browse on the bottom navbar.
|
||||||
1. Press the Migrate tab at the top next to Extensions.
|
1. Press the Migrate tab at the top next to Extensions.
|
||||||
@ -32,7 +32,7 @@ You will need to remove these manually with a file manager.
|
|||||||
1. Select the **Source** you'd like to migrate _to_ by tapping the **Manga** thumbnail.
|
1. Select the **Source** you'd like to migrate _to_ by tapping the **Manga** thumbnail.
|
||||||
1. Choose which data you want to transfer over, and you're done.
|
1. Choose which data you want to transfer over, and you're done.
|
||||||
|
|
||||||
**Searching only pinned sources**
|
## Searching only pinned sources
|
||||||
|
|
||||||
You can restrict global searching to pinned sources if you wish to declutter your search.
|
You can restrict global searching to pinned sources if you wish to declutter your search.
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ To do this, go to **More → Settings → Browse** then toggle the **Only includ
|
|||||||
|
|
||||||
Pin sources in Browse using the pin icon next to the source name.
|
Pin sources in Browse using the pin icon next to the source name.
|
||||||
|
|
||||||
**Migrating multiple Manga**
|
## Migrating multiple Manga
|
||||||
|
|
||||||
1. Tap **Settings** → **Sources** → **Source migration**.
|
1. Tap **Settings** → **Sources** → **Source migration**.
|
||||||
1. Select the **Source** you'd like to migrate _from_ and select **All**.
|
1. Select the **Source** you'd like to migrate _from_ and select **All**.
|
||||||
@ -50,16 +50,16 @@ Pin sources in Browse using the pin icon next to the source name.
|
|||||||
|
|
||||||
> If a manga is not found, or is wrong you can manually search it by pressing Overflow → **Search manually**.
|
> If a manga is not found, or is wrong you can manually search it by pressing Overflow → **Search manually**.
|
||||||
|
|
||||||
**Migrating a single Manga**
|
## Migrating a single Manga
|
||||||
|
|
||||||
1. Tap into a **Manga** in your Library.
|
1. Tap into a **Manga** in your Library.
|
||||||
1. Tap **Overflow** → **Migrate manga**.
|
1. Tap **Overflow** → **Migrate manga**.
|
||||||
1. Select the **Sources** you'd like to search and migrate _to_ and hit the arrow at the bottom right.
|
1. Select the **Sources** you'd like to search and migrate _to_ and hit the arrow at the bottom right.
|
||||||
1. Wait until it is found and select _done_ in the top right and you're done.
|
1. Wait until it is found and select _done_ in the top right and you're done.
|
||||||
|
|
||||||
> If a manga is not found, or is wrong you can manually search it by pressing Overflow → **Search manually**
|
> If a manga is not found, or is wrong you can manually search it by pressing Overflow → **Search manually**
|
||||||
|
|
||||||
**Migrating from Library**
|
## Migrating from Library
|
||||||
|
|
||||||
1. Tap into **Library**.
|
1. Tap into **Library**.
|
||||||
1. Tap **Overflow** → **Source migration**.
|
1. Tap **Overflow** → **Source migration**.
|
||||||
@ -70,7 +70,7 @@ Pin sources in Browse using the pin icon next to the source name.
|
|||||||
|
|
||||||
> If a manga is not found, or is wrong you can manually search it by pressing **Overflow** → **Search manually**.
|
> If a manga is not found, or is wrong you can manually search it by pressing **Overflow** → **Search manually**.
|
||||||
|
|
||||||
**Migrating from Source**
|
## Migrating from Source 2
|
||||||
|
|
||||||
1. Tap into Browse on the bottom navbar.
|
1. Tap into Browse on the bottom navbar.
|
||||||
1. Press the Migrate tab at the top next to Extensions.
|
1. Press the Migrate tab at the top next to Extensions.
|
||||||
@ -82,7 +82,7 @@ Pin sources in Browse using the pin icon next to the source name.
|
|||||||
|
|
||||||
> If a manga is not found, or is wrong you can manually search it by pressing **Overflow** → **Search manually**.
|
> If a manga is not found, or is wrong you can manually search it by pressing **Overflow** → **Search manually**.
|
||||||
|
|
||||||
**Instructions**
|
## Instructions
|
||||||
|
|
||||||
1. Tap into **Library**.
|
1. Tap into **Library**.
|
||||||
1. Tap **Overflow** → **Source migration**.
|
1. Tap **Overflow** → **Source migration**.
|
||||||
|
@ -16,7 +16,7 @@ Tracking is currently supported on [MyAnimeList](https://myanimelist.net/), [Ani
|
|||||||
* Tracking is one-way.
|
* Tracking is one-way.
|
||||||
* Meaning updating status in Tachiyomi will update the tracker, but updating status in the tracker will not update Tachiyomi.
|
* Meaning updating status in Tachiyomi will update the tracker, but updating status in the tracker will not update Tachiyomi.
|
||||||
|
|
||||||
<hr>
|
---
|
||||||
|
|
||||||
Unattended tracking is also supported for [Komga](https://komga.org/), and works a bit differently from other trackers:
|
Unattended tracking is also supported for [Komga](https://komga.org/), and works a bit differently from other trackers:
|
||||||
|
|
||||||
@ -30,12 +30,12 @@ Unattended tracking is also supported for [Komga](https://komga.org/), and works
|
|||||||
* You can configure Tachiyomi to automatically track manga when adding to the library.
|
* You can configure Tachiyomi to automatically track manga when adding to the library.
|
||||||
* Go to **More → Settings → Tracking** and then **Track silently when adding manga to the library**
|
* Go to **More → Settings → Tracking** and then **Track silently when adding manga to the library**
|
||||||
|
|
||||||
## How do I login into trackers? <a href="#how-do-i-login-into-trackers" id="how-do-i-login-into-trackers"></a>
|
## How do I login into trackers?
|
||||||
|
|
||||||
1. Go to **More → Settings → Tracking** to Login
|
1. Go to **More → Settings → Tracking** to Login
|
||||||
1. Tap the tracker you would like to login to, it will automatically open the browser and lead you through the login process.
|
1. Tap the tracker you would like to login to, it will automatically open the browser and lead you through the login process.
|
||||||
|
|
||||||
## How do I set up tracking for each manga? <a href="#how-do-i-set-up-tracking-for-each-manga" id="how-do-i-set-up-tracking-for-each-manga"></a>
|
## How do I set up tracking for each manga?
|
||||||
|
|
||||||
1. Go to the manga you want to track.
|
1. Go to the manga you want to track.
|
||||||
1. Tap the Tracking button.
|
1. Tap the Tracking button.
|
||||||
@ -43,18 +43,18 @@ Unattended tracking is also supported for [Komga](https://komga.org/), and works
|
|||||||
|
|
||||||
> _You can also change the search query if there is no match._
|
> _You can also change the search query if there is no match._
|
||||||
|
|
||||||
## How do I log in with Kitsu? <a href="#how-do-i-log-in-with-kitsu" id="how-do-i-log-in-with-kitsu"></a>
|
## How do I log in with Kitsu?
|
||||||
|
|
||||||
To log in with Kitsu, you need to use your email address as your username.
|
To log in with Kitsu, you need to use your email address as your username.
|
||||||
|
|
||||||
## Why am I unable to find a manga in MAL's search results? <a href="#why-am-i-unable-to-find-a-manga-in-mal-s-search-results" id="why-am-i-unable-to-find-a-manga-in-mal-s-search-results"></a>
|
## Why am I unable to find a manga in MAL's search results?
|
||||||
|
|
||||||
If you cannot find a manga by name, you can look it up on MAL and then search for it in Tachiyomi using the following format: `id:<id from manga URL>`.
|
If you cannot find a manga by name, you can look it up on MAL and then search for it in Tachiyomi using the following format: `id:<id from manga URL>`.
|
||||||
You can also search for a manga on your MAL profile list by searching in the following format: `my:<manga name>`.
|
You can also search for a manga on your MAL profile list by searching in the following format: `my:<manga name>`.
|
||||||
|
|
||||||
Related GitHub issue: [#65](https://github.com/tachiyomiorg/tachiyomi/issues/65)
|
Related GitHub issue: [#65](https://github.com/tachiyomiorg/tachiyomi/issues/65)
|
||||||
|
|
||||||
## How do I see which manga I have or have not tracked in my library? <a href="#how-do-i-see-which-manga-i-have-or-have-not-tracked-in-my-library" id="how-do-i-see-which-manga-i-have-or-have-not-tracked-in-my-library"></a>
|
## How do I see which manga I have or have not tracked in my library?
|
||||||
|
|
||||||
Go to Library → Tap Filter on the top right → Go to the Filter tab and toggle Tracked.
|
Go to Library → Tap Filter on the top right → Go to the Filter tab and toggle Tracked.
|
||||||
If you are logged into more than one tracker, toggle the tracker you want to include or exclude.
|
If you are logged into more than one tracker, toggle the tracker you want to include or exclude.
|
||||||
|
@ -13,7 +13,7 @@ It also features almost every feature that **J2K** has except for extensions (ak
|
|||||||
|
|
||||||
Requires **Android 7.0** or higher.
|
Requires **Android 7.0** or higher.
|
||||||
|
|
||||||
## Mangadex specific features: <a href="#mangadex-specific-features" id="mangadex-specific-features"></a>
|
## Mangadex specific features
|
||||||
|
|
||||||
* Supports native login to **MangaDex** and supports 2FA
|
* Supports native login to **MangaDex** and supports 2FA
|
||||||
* MDList support
|
* MDList support
|
||||||
@ -22,11 +22,11 @@ Requires **Android 7.0** or higher.
|
|||||||
* MDList tracked manga can be auto-marked read in-app after reading on the website
|
* MDList tracked manga can be auto-marked read in-app after reading on the website
|
||||||
* Ability to filter chapters and skip by scanlator group
|
* Ability to filter chapters and skip by scanlator group
|
||||||
|
|
||||||
## Credits <a href="#credits" id="credits"></a>
|
## 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**
|
* [Jays2Kings](https://github.com/Jays2Kings/) for the wonderful new UI of **J2K**
|
||||||
|
|
||||||
## Disclaimer <a href="#disclaimer" id="disclaimer"></a>
|
## Disclaimer
|
||||||
|
|
||||||
The developer of this application does not have any affiliation with the content providers available.
|
The developer of this application does not have any affiliation with the content providers available.
|
||||||
|
@ -14,7 +14,7 @@ Requires **Android 5.0** or higher.
|
|||||||
|
|
||||||
Requires **Android 5.0** or higher.
|
Requires **Android 5.0** or higher.
|
||||||
|
|
||||||
## Features <a href="#features" id="features"></a>
|
## Features
|
||||||
|
|
||||||
### Special Sources
|
### Special Sources
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ Requires **Android 5.0** or higher.
|
|||||||
* Tsumino
|
* Tsumino
|
||||||
* HentaiCafe (Foolside)
|
* HentaiCafe (Foolside)
|
||||||
|
|
||||||
### From EH:
|
### From EH
|
||||||
|
|
||||||
* Save Searches for use later
|
* Save Searches for use later
|
||||||
* AutoScroll
|
* AutoScroll
|
||||||
@ -48,7 +48,7 @@ Requires **Android 5.0** or higher.
|
|||||||
* Batch import E-Hentai/ExHentai URLs (import single URLs by pasting them into the source search box)
|
* Batch import E-Hentai/ExHentai URLs (import single URLs by pasting them into the source search box)
|
||||||
* Automatic CAPTCHA solving
|
* Automatic CAPTCHA solving
|
||||||
|
|
||||||
### From EH and fixed/changed:
|
### From EH and fixed/changed
|
||||||
|
|
||||||
* Auto Migration (Originally from EH, it was then improved in J2k, and we have reintegrated the J2k version)
|
* Auto Migration (Originally from EH, it was then improved in J2k, and we have reintegrated the J2k version)
|
||||||
* Merged Sources (Merge 2 or more versions of a manga to get chapters from all of them)
|
* Merged Sources (Merge 2 or more versions of a manga to get chapters from all of them)
|
||||||
@ -59,12 +59,12 @@ Requires **Android 5.0** or higher.
|
|||||||
* Tri-state filter when filtering in library
|
* Tri-state filter when filtering in library
|
||||||
* Random bugfixes
|
* Random bugfixes
|
||||||
|
|
||||||
### Original AZ Features:
|
### Original AZ Features
|
||||||
|
|
||||||
* Maintained hamburger navigation
|
* Maintained hamburger navigation
|
||||||
* Grid view corner rounding configuration
|
* Grid view corner rounding configuration
|
||||||
* Manga recommendations
|
* Manga recommendations
|
||||||
|
|
||||||
## Disclaimer <a href="#disclaimer" id="disclaimer"></a>
|
## Disclaimer
|
||||||
|
|
||||||
The developer of this application does not have any affiliation with the content providers available.
|
The developer of this application does not have any affiliation with the content providers available.
|
||||||
|
@ -13,7 +13,7 @@ This fork takes a new approach to the design of the base app along with several
|
|||||||
|
|
||||||
Requires **Android 6.0** or higher.
|
Requires **Android 6.0** or higher.
|
||||||
|
|
||||||
## Features <a href="#features" id="features"></a>
|
## Features
|
||||||
|
|
||||||
For a full list of features, visit the GitHub page.
|
For a full list of features, visit the GitHub page.
|
||||||
|
|
||||||
@ -43,6 +43,6 @@ For a full list of features, visit the GitHub page.
|
|||||||
* **Expanding manga thumbnails**
|
* **Expanding manga thumbnails**
|
||||||
* **A lot more Material Design 2 additions**
|
* **A lot more Material Design 2 additions**
|
||||||
|
|
||||||
## Disclaimer <a href="#disclaimer" id="disclaimer"></a>
|
## Disclaimer
|
||||||
|
|
||||||
The developer of this application does not have any affiliation with the content providers available.
|
The developer of this application does not have any affiliation with the content providers available.
|
||||||
|
@ -7,13 +7,13 @@ description: WIP
|
|||||||
|
|
||||||
This fork is based on TachiyomiAZ and adds quite a few unique features, it also has new features from the latest Tachiyomi version as well as from other forks such as TachiyomiJ2K.
|
This fork is based on TachiyomiAZ and adds quite a few unique features, it also has new features from the latest Tachiyomi version as well as from other forks such as TachiyomiJ2K.
|
||||||
|
|
||||||
### Download
|
## Download
|
||||||
|
|
||||||
Requires **Android 6.0** or higher.
|
Requires **Android 6.0** or higher.
|
||||||
|
|
||||||
Requires **Android 6.0** or higher.
|
Requires **Android 6.0** or higher.
|
||||||
|
|
||||||
### Features <a href="#features" id="features"></a>
|
## Features
|
||||||
|
|
||||||
* Uses the new **Tachiyomi** UI
|
* Uses the new **Tachiyomi** UI
|
||||||
* Enhanced pages for certain sources
|
* Enhanced pages for certain sources
|
||||||
@ -32,11 +32,11 @@ Requires **Android 6.0** or higher.
|
|||||||
* Enhanced views for internal and delegated sources
|
* Enhanced views for internal and delegated sources
|
||||||
* Numerous features from TachiyomiAZ
|
* Numerous features from TachiyomiAZ
|
||||||
|
|
||||||
### Credits <a href="#credits" id="credits"></a>
|
## Credits
|
||||||
|
|
||||||
* [She11Shocked](https://github.com/she11sh0cked/) for the extra tracking, filter, recommendation features, and a ton more.
|
* [She11Shocked](https://github.com/she11sh0cked/) for the extra tracking, filter, recommendation features, and a ton more.
|
||||||
* [az4521](https://github.com/az4521) for the base recommendations and **AZ**.
|
* [az4521](https://github.com/az4521) for the base recommendations and **AZ**.
|
||||||
|
|
||||||
### Disclaimer <a href="#disclaimer" id="disclaimer"></a>
|
## Disclaimer
|
||||||
|
|
||||||
The developer of this application does not have any affiliation with the content providers available.
|
The developer of this application does not have any affiliation with the content providers available.
|
||||||
|
Loading…
Reference in New Issue
Block a user