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",
|
||||
"list-marker-space": {
|
||||
"ul_multi": 3,
|
||||
"ul_single": 3
|
||||
},
|
||||
"ul-indent": {
|
||||
"indent": 4
|
||||
}
|
||||
"extends": "markdownlint/style/prettier"
|
||||
}
|
||||
|
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
|
||||
|
||||
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
|
||||
|
||||
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!
|
||||
|
||||
<a href="https://github.com/tachiyomiorg/website/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=tachiyomiorg/website" />
|
||||
</a>
|
||||
|
||||
[![List of Contributors](https://contrib.rocks/image?repo=tachiyomiorg/website 'List of Contributors')](https://github.com/tachiyomiorg/website/graphs/contributors)
|
||||
|
@ -17,7 +17,7 @@
|
||||
"docs:preview": "vitepress preview src",
|
||||
"format": "prettier --check --write .",
|
||||
"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": {
|
||||
"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.
|
||||
|
||||
## 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?
|
||||
|
||||
### Application <a href="#application" id="application"></a>
|
||||
### Application
|
||||
|
||||
* The main application.
|
||||
* Current active repository
|
||||
* Planned rewrite repository
|
||||
|
||||
|
||||
### Extensions <a href="#extensions" id="extensions"></a>
|
||||
### Extensions
|
||||
|
||||
* Used to read from different manga services.
|
||||
* Current active repository
|
||||
* Planned rewrite repository
|
||||
|
||||
### Website <a href="#website" id="website"></a>
|
||||
### Website
|
||||
|
||||
The repository that hosts this very website you're reading on now.
|
||||
|
||||
* 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)
|
||||
|
||||
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)
|
||||
* [Secondary-languages](https://docs.weblate.org/en/latest/user/profile.html#secondary-languages)
|
||||
* [Subscriptions](https://docs.weblate.org/en/latest/user/profile.html#subscriptions)
|
||||
* [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.
|
||||
|
@ -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.
|
||||
|
||||
```
|
||||
```bash
|
||||
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?
|
||||
|
||||
#### 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.
|
||||
|
||||
#### If it is an NSFW extension
|
||||
### If it is an NSFW extension
|
||||
|
||||
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.
|
||||
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. 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.
|
||||
|
||||
#### 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).
|
||||
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.
|
||||
|
||||
<hr>
|
||||
---
|
||||
|
||||
### How can I make Tachiyomi turn pages with the volume rocker?
|
||||
### 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.
|
||||
|
||||
<hr>
|
||||
---
|
||||
|
||||
### 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/)
|
||||
|
||||
<hr>
|
||||
---
|
||||
|
||||
### 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/)
|
||||
|
||||
<hr>
|
||||
---
|
||||
|
||||
### 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.
|
||||
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?
|
||||
|
||||
All of them have been split.
|
||||
|
||||
<hr>
|
||||
---
|
||||
|
||||
### 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.
|
||||
It is not actually obsolete.
|
||||
|
||||
<hr>
|
||||
---
|
||||
|
||||
### 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.
|
||||
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?
|
||||
|
||||
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?
|
||||
|
||||
|
@ -27,20 +27,20 @@ Restoring is done from the Backup and Restore settings.
|
||||
|
||||
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.
|
||||
|
||||
## 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.
|
||||
|
||||
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.
|
||||
|
||||
## Forks information <a href="#forks-information" id="forks-information"></a>
|
||||
## Forks information
|
||||
|
||||
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.
|
||||
|
@ -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).
|
||||
|
||||
## Create a category <a href="#create-a-category" id="create-a-category"></a>
|
||||
## Create a category
|
||||
|
||||
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. 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.
|
||||
|
||||
@ -25,7 +25,7 @@ To edit a category follow the steps below.
|
||||
1. Long press a category.
|
||||
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.
|
||||
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. 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.
|
||||
|
||||
@ -43,7 +43,7 @@ To delete a category, follow the steps below.
|
||||
1. Long press a category.
|
||||
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.
|
||||
|
||||
@ -53,7 +53,7 @@ To add manga to a category, follow the steps below.
|
||||
|
||||
> 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.
|
||||
|
||||
|
@ -5,12 +5,12 @@ description: Essential information to help you get set up with Tachiyomi.
|
||||
|
||||
# Getting started
|
||||
|
||||
## Installation <a href="#installation" id="installation"></a>
|
||||
## Installation
|
||||
|
||||
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.
|
||||
|
||||
## 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.
|
||||
|
||||
@ -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.
|
||||
|
||||
## 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.
|
||||
This page contains all of your sources, which is obtained through extensions, some extensions contain _multiple_ sources.
|
||||
|
@ -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.
|
||||
|
||||
### 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.
|
||||
Local manga will be read from the `Tachiyomi/local` folder.
|
||||
@ -35,7 +35,7 @@ You can refer to the following example:
|
||||
|
||||
#### Example (Folder)
|
||||
|
||||
```
|
||||
```txt
|
||||
/sdcard/Tachiyomi/local
|
||||
└───[the series title]
|
||||
| cover.jpg
|
||||
@ -53,7 +53,7 @@ You can refer to the following example:
|
||||
| image_n
|
||||
```
|
||||
|
||||
```
|
||||
```txt
|
||||
/storage/18F5-2C11/Tachiyomi/local
|
||||
└───[the series title]
|
||||
| cover.jpg
|
||||
@ -74,7 +74,7 @@ You can refer to the following example:
|
||||
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).
|
||||
|
||||
### 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.
|
||||
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)
|
||||
|
||||
```
|
||||
```txt
|
||||
/sdcard/Tachiyomi/local
|
||||
└───[the series title]
|
||||
| cover.jpg
|
||||
@ -101,9 +101,9 @@ Example (ZIP)
|
||||
| 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.
|
||||
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)
|
||||
:::
|
||||
|
||||
### 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.
|
||||
|
||||
|
@ -12,7 +12,7 @@ Downloaded chapter(s) do not transfer with migrations.
|
||||
Migrations with downloaded chapter(s) may leave the download behind.
|
||||
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. 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. 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. 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. 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.
|
||||
|
||||
@ -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.
|
||||
|
||||
**Migrating multiple Manga**
|
||||
## Migrating multiple Manga
|
||||
|
||||
1. Tap **Settings** → **Sources** → **Source migration**.
|
||||
1. Select the **Source** you'd like to migrate _from_ and select **All**.
|
||||
@ -50,7 +50,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**.
|
||||
|
||||
**Migrating a single Manga**
|
||||
## Migrating a single Manga
|
||||
|
||||
1. Tap into a **Manga** in your Library.
|
||||
1. Tap **Overflow** → **Migrate manga**.
|
||||
@ -59,7 +59,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**
|
||||
|
||||
**Migrating from Library**
|
||||
## Migrating from Library
|
||||
|
||||
1. Tap into **Library**.
|
||||
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**.
|
||||
|
||||
**Migrating from Source**
|
||||
## Migrating from Source 2
|
||||
|
||||
1. Tap into Browse on the bottom navbar.
|
||||
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**.
|
||||
|
||||
**Instructions**
|
||||
## Instructions
|
||||
|
||||
1. Tap into **Library**.
|
||||
1. Tap **Overflow** → **Source migration**.
|
||||
|
@ -16,7 +16,7 @@ Tracking is currently supported on [MyAnimeList](https://myanimelist.net/), [Ani
|
||||
* Tracking is one-way.
|
||||
* 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:
|
||||
|
||||
@ -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.
|
||||
* 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. 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. 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._
|
||||
|
||||
## 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.
|
||||
|
||||
## 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>`.
|
||||
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)
|
||||
|
||||
## 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.
|
||||
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.
|
||||
|
||||
## Mangadex specific features: <a href="#mangadex-specific-features" id="mangadex-specific-features"></a>
|
||||
## Mangadex specific features
|
||||
|
||||
* Supports native login to **MangaDex** and supports 2FA
|
||||
* 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
|
||||
* 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**
|
||||
* [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.
|
||||
|
@ -14,7 +14,7 @@ Requires **Android 5.0** or higher.
|
||||
|
||||
Requires **Android 5.0** or higher.
|
||||
|
||||
## Features <a href="#features" id="features"></a>
|
||||
## Features
|
||||
|
||||
### Special Sources
|
||||
|
||||
@ -35,7 +35,7 @@ Requires **Android 5.0** or higher.
|
||||
* Tsumino
|
||||
* HentaiCafe (Foolside)
|
||||
|
||||
### From EH:
|
||||
### From EH
|
||||
|
||||
* Save Searches for use later
|
||||
* 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)
|
||||
* 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)
|
||||
* 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
|
||||
* Random bugfixes
|
||||
|
||||
### Original AZ Features:
|
||||
### Original AZ Features
|
||||
|
||||
* Maintained hamburger navigation
|
||||
* Grid view corner rounding configuration
|
||||
* 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.
|
||||
|
@ -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.
|
||||
|
||||
## Features <a href="#features" id="features"></a>
|
||||
## Features
|
||||
|
||||
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**
|
||||
* **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.
|
||||
|
@ -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.
|
||||
|
||||
### Download
|
||||
## Download
|
||||
|
||||
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
|
||||
* Enhanced pages for certain sources
|
||||
@ -32,11 +32,11 @@ Requires **Android 6.0** or higher.
|
||||
* Enhanced views for internal and delegated sources
|
||||
* 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.
|
||||
* [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.
|
||||
|
Loading…
Reference in New Issue
Block a user