Remove menus (#146)

This commit is contained in:
Soitora 2020-04-27 18:45:35 +02:00 committed by GitHub
parent 432065e378
commit 623f1f0734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 16 additions and 159 deletions

View File

@ -14,7 +14,6 @@ module.exports = [
text: "Guides", text: "Guides",
items: [ items: [
{ text: "General", link: "/help/guides/getting-started" }, { text: "General", link: "/help/guides/getting-started" },
{ text: "Menus", link: "/help/guides/menus" },
{ text: "Settings", link: "/help/guides/settings" } { text: "Settings", link: "/help/guides/settings" }
] ]
}, },

View File

@ -18,19 +18,6 @@ module.exports = [
'/help/guides/categories' '/help/guides/categories'
] ]
}, },
{
title: 'Menus',
collapsable: false,
sidebarDepth: 2,
children: [
'/help/guides/my-library',
'/help/guides/library-updates',
'/help/guides/recently-read',
'/help/guides/catalogues',
'/help/guides/extensions',
'/help/guides/download-queue'
]
},
{ {
title: 'Settings', title: 'Settings',
collapsable: false, collapsable: false,

View File

@ -7,13 +7,10 @@ sidebarDepth: 2
## Library ## Library
### How can I see how many chapters I've downloaded? ### How can I see how many chapters I've downloaded?
This can be done by enabling [Download badges](/help/guides/my-library/#download-badges). This can be done by enabling **Download badges** under **<MaterialIcon icon-name="class"/> My library**.
::: guide ::: guide
Enable it by going to **[<MaterialIcon icon-name="class"/> My library](/help/guides/my-library)** → **[<MaterialIcon icon-name="filter_list"/> Filter](/help/guides/my-library/#filter-options)** → **[Display](/help/guides/my-library/#display)** section then checking the **[Download badges](/help/guides/my-library/#download-badges)** option in the bottom. Enable it by going to **<MaterialIcon icon-name="class"/> My library** → **<MaterialIcon icon-name="filter_list"/> Filter** → **Display** section then checking the **Download badges** option in the bottom.
::: aside
Read more [here](/help/guides/my-library/#download-badges)
:::
### Some covers are white after restoring from backup ### Some covers are white after restoring from backup
The URL to the cover has probably changed. To fix this, refresh the metadata of your library. The URL to the cover has probably changed. To fix this, refresh the metadata of your library.
@ -25,13 +22,10 @@ Read more [here](/help/guides/advanced/#refresh-library-metadata)
::: :::
### How do I ignore chapters from certain scanlator groups? ### How do I ignore chapters from certain scanlator groups?
Every now and then you find a manga that is translated by more than one group, because of this you get multiple releases for every chapter in the manga. To fix this the easiest way is to change sorting to [Total chapters](/help/guides/my-library/#total-chapters). You won't see any changes but, when you start reading you'll automatically skip the duplicate releases. Every now and then you find a manga that is translated by more than one group, because of this you get multiple releases for every chapter in the manga. To fix this the easiest way is to change sorting to **Total chapters**. You won't see any changes but, when you start reading you'll automatically skip the duplicate releases.
::: guide ::: guide
Change library sorting by going to **[<MaterialIcon icon-name="class"/> My library](/help/guides/my-library)** → **[<MaterialIcon icon-name="filter_list"/> Filter](/help/guides/my-library/#filter-options)** → **[Sort](/help/guides/my-library/#sort)** section then in this case selecting **[Total chapters](/help/guides/my-library/#total-chapters)**. Change library sorting by going to **<MaterialIcon icon-name="class"/> My library** → **<MaterialIcon icon-name="filter_list"/> Filter** → **Sort** section then in this case selecting **Total chapters**.
::: aside
Read more [here](/help/guides/my-library/#total-chapters)
:::
### Why do I see `attempt to invoke virtual method 'com.hippo.unifile...`? ### Why do I see `attempt to invoke virtual method 'com.hippo.unifile...`?
This error can be caused by a variety of reasons, all to do with storage. This error can be caused by a variety of reasons, all to do with storage.

View File

@ -72,11 +72,11 @@ If you need more help regarding this, read [this](https://www.theandroidsoul.com
Extensions for **Tachiyomi** are technically installed the same as normal apps. Either you uninstall them through the app section on your phones settings or you go can do it in the app. Extensions for **Tachiyomi** are technically installed the same as normal apps. Either you uninstall them through the app section on your phones settings or you go can do it in the app.
::: guide ::: guide
To uninstall an extension from within **Tachiyomi**, go to **[<MaterialIcon icon-name="extension"/> Extensions](/help/guides/extensions)** then tap **Uninstall** on the extension you want to remove. To uninstall an extension from within **Tachiyomi**, go to **<MaterialIcon icon-name="extension"/> Extensions** then tap **Uninstall** on the extension you want to remove.
::: :::
### Why don't I have extensions or any sources in the catalogue? ### Why don't I have extensions or any sources in the catalogue?
- **Tachiyomi** no longer have pre-installed extensions, this means that you will need to install extensions you want to use from the **[<MaterialIcon icon-name="extension"/> Extensions](/help/guides/extensions)** menu. - **Tachiyomi** no longer have pre-installed extensions, this means that you will need to install extensions you want to use from the **<MaterialIcon icon-name="extension"/> Extensions** menu.
- If you're getting the `Loader not implemented` error after clicking on a manga, you will need to reinstall the extensions you used to use. Which number in the menu corresponds to which is below. - If you're getting the `Loader not implemented` error after clicking on a manga, you will need to reinstall the extensions you used to use. Which number in the menu corresponds to which is below.
::: expander <strong>Click to expand!</strong> ::: expander <strong>Click to expand!</strong>
@ -99,11 +99,10 @@ Read more about Batoto shutting down [here](https://goboiano.com/manga-scanlatio
::: :::
### Why are my extensions not showing up in Catalogues? ### Why are my extensions not showing up in Catalogues?
If you've freshly reinstalled the **Tachiyomi** app, the installed extensions might not show up If you've freshly reinstalled the **Tachiyomi** app, the installed extensions might not show up in **<MaterialIcon icon-name="explore"/> Catalogues** until you enable them.
in **[<MaterialIcon icon-name="explore"/> Catalogues](/help/guides/catalogues)** until you enable them.
::: guide GUIDE ::: guide GUIDE
To fix this, go to **[<MaterialIcon icon-name="explore"/> Catalogues](/help/guides/catalogues)**→**[<MaterialIcon icon-name="settings"/> Sources](/help/guides/catalogues/#sources)**. Now you can proceed to enabling your desired sources. To fix this, go to **<MaterialIcon icon-name="explore"/> Catalogues**→**[<MaterialIcon icon-name="settings"/> Sources](/help/guides/catalogues/#sources)**. Now you can proceed to enabling your desired sources.
::: :::
### Why can't I restore my backup? ### Why can't I restore my backup?
@ -114,8 +113,8 @@ To restore backups, **Tachiyomi** requires to have extensions installed for the
It might be because the title is worded differently. Follow any of the steps below: It might be because the title is worded differently. Follow any of the steps below:
- Look up the title on a search engine like **Google** or a manga tracking service such as [AniList](https://anilist.co/home). - Look up the title on a search engine like **Google** or a manga tracking service such as [AniList](https://anilist.co/home).
- See which site has the series, often a single site will not satisfy all your needs. - See which site has the series, often a single site will not satisfy all your needs.
- Download the extension for that source from **[<MaterialIcon icon-name="extension"/> Extensions](/help/guides/extensions)** if it exists, read [this](/help/faq/extensions/#which-sources-are-there-in-the-multi-source-extensions) for a list of which extensions contains what sources. - Download the extension for that source from **<MaterialIcon icon-name="extension"/> Extensions** if it exists, read [this](/help/faq/extensions/#which-sources-are-there-in-the-multi-source-extensions) for a list of which extensions contains what sources.
- Go to **[<MaterialIcon icon-name="explore"/> Catalogues](/help/guides/catalogues)** → **[Browse](/help/guides/catalogues/#browse)** on a source then search for the manga again. - Go to **<MaterialIcon icon-name="explore"/> Catalogues** → **[Browse](/help/guides/catalogues/#browse)** on a source then search for the manga again.
### Some common errors you might encounter ### Some common errors you might encounter
@ -144,7 +143,7 @@ The source you selected may have Cloudflare protection on and is enforcing CAPTC
If you're not getting any results when searching MangaDex then you need to log in. To do so enter the **WebView** for **MangaDex** then press the **Manga** drop-down and choose either **Sign up** or **Log in** to proceed with the log in. If you're not getting any results when searching MangaDex then you need to log in. To do so enter the **WebView** for **MangaDex** then press the **Manga** drop-down and choose either **Sign up** or **Log in** to proceed with the log in.
::: guide ::: guide
To enter the **WebView** go to **[<MaterialIcon icon-name="explore"/> Catalogues](/help/guides/catalogues)** → **[Browse](/help/guides/catalogues/#browse)**/**[Latest](/help/guides/catalogues/#latest)** next to **MangaDex**, open any manga from the list and then press the **<MaterialIcon icon-name="more_vert"/> Overflow menu** in the top-right corner and then press **Open in web view**. To enter the **WebView** go to **<MaterialIcon icon-name="explore"/> Catalogues** → **[Browse](/help/guides/catalogues/#browse)**/**[Latest](/help/guides/catalogues/#latest)** next to **MangaDex**, open any manga from the list and then press the **<MaterialIcon icon-name="more_vert"/> Overflow menu** in the top-right corner and then press **Open in web view**.
::: :::
::: expander <strong>Click to reveal video guide!</strong> ::: expander <strong>Click to reveal video guide!</strong>
@ -198,7 +197,7 @@ It's not currently possible to restore backup from MangaRock officially, as the
1. Uninstall the MangaRock extension. 1. Uninstall the MangaRock extension.
1. Install the [DummyRock](/assets/misc/tachiyomi-en.dummyrock-v1.2.1-debug.apk) file. 1. Install the [DummyRock](/assets/misc/tachiyomi-en.dummyrock-v1.2.1-debug.apk) file.
1. Go to **[<MaterialIcon icon-name="extension"/> Extensions](/help/guides/extensions)** menu and press **Trust** to proceed. 1. Go to **<MaterialIcon icon-name="extension"/> Extensions** menu and press **Trust** to proceed.
1. Restore backup. 1. Restore backup.
### Why do I get `Value <url> at 0 of type java.lang.String cannot be converted to JSONObject`? ### Why do I get `Value <url> at 0 of type java.lang.String cannot be converted to JSONObject`?

View File

@ -1,20 +0,0 @@
---
title: Catalogues
lang: en-US
---
# Catalogues
This category of features under the catalog page in the app allows you to change what is seen on the page.
### Sources
These are separated by the language they publish in and ordered alphabetically. At the top of the list will be your most recently accessed source
### Browse
This button allows you to enter the source with a search button and other search features such as genre filtering and sort order. It sorts by the default order that the source sets.
### Latest
This button allows you to enter the source and see the latest entries from that source without any search features. Some sources do not have this functionality, so the button does not appear on those sources
### Global search
The top right magnifying glass icon can be tapped to search every enabled source.
### Toggle displayed sources
Tapping the tap right cog will open up a page with all the sources on it. Uncheck sources to prevent them from showing up in the list when entering catalog and vice versa. Turn off languages to prevent all sources from that language from showing up in the list.

View File

@ -18,7 +18,7 @@ Backups can hold the following information:
Restoring is done from the [<MaterialIcon icon-name="cloud_upload"/> Backup](/help/guides/backup) settings. To restore without issues be sure to: Restoring is done from the [<MaterialIcon icon-name="cloud_upload"/> Backup](/help/guides/backup) settings. To restore without issues be sure to:
* Install all the [<MaterialIcon icon-name="extension"/> Extensions](/help/guides/extensions) that were installed at the time of the backup. * Install all the <MaterialIcon icon-name="extension"/> Extensions that were installed at the time of the backup.
* Log into the [<MaterialIcon icon-name="autorenew"/> Tracking](/help/guides/tracking) services that you use. * Log into the [<MaterialIcon icon-name="autorenew"/> Tracking](/help/guides/tracking) services that you use.
* Log into **MangaDex** using **Webview** [as explained here](/help/faq/extensions/#no-results-when-searching). * Log into **MangaDex** using **Webview** [as explained here](/help/faq/extensions/#no-results-when-searching).
* You're able to access all the sources through the **WebView**. * You're able to access all the sources through the **WebView**.

View File

@ -1,10 +0,0 @@
---
title: Download queue
lang: en-US
---
# Download queue
This page will show in progress downloads and number of pages downloaded on the bottom of each download and has the ability to pause and resume downloads.
### **<MaterialIcon icon-name="more_vert"/> Overflow menu**
Tapping this will open the option to cancel all downloads.

View File

@ -1,7 +0,0 @@
---
title: Extensions
lang: en-US
---
# Extensions
:construction: :construction_worker_man: W.I.P.

View File

@ -1,10 +0,0 @@
---
title: Library updates
lang: en-US
---
# Library updates
This page will display all new chapters sorted by when they were added. Chapters will be seperated by the day they were found, in ascending order.
### **<MaterialIcon icon-name="more_vert"/> Overflow menu**
This submenu will display two options upon tapping it, download the chapter or mark the chapter as read. Marking the chapter as read will mark it as read in both Library Updates and on the entry.

View File

@ -1,24 +0,0 @@
---
title: Menus
lang: en-US
---
# Menus
:construction: :construction_worker_man: W.I.P.
### [<MaterialIcon icon-name="class"/> My library](/help/guides/my-library)
### [<MaterialIcon icon-name="update"/> Library updates](/help/guides/library-updates)
### [<MaterialIcon icon-name="mdi-glasses" legacy /> Recently read](/help/guides/recently-read)
### [<MaterialIcon icon-name="explore"/> Catalogues](/help/guides/catalogues)
### [<MaterialIcon icon-name="extension"/> Extensions](/help/guides/extensions)
### [<MaterialIcon icon-name="get_app"/> Download queue](/help/guides/download-queue)
### [<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)
### [<MaterialIcon icon-name="help"/> Help](/help/)
This feature redirects you to this website.

View File

@ -1,38 +0,0 @@
---
title: My library
lang: en-US
---
# My library
This section of features and options in the right sidebar under my library allows you to change what is shown in the library, sorted and displayed.
## Filter options
### Filter
Shows any manga that has these features and excludes any that don't.
#### Downloaded
If the manga has downloaded chapters they will show up using this filter option.
#### Unread
If the manga has unread chapters. Shows up as a blue box with a number containing how many chapters have not been read yet.
#### Completed
If the manga has been marked completed by the source it is from.
### Sort
Changes the order according to the user's preferences. Defaults to whatever order the user used last, or alphabetical if the user has not selected anything yet.
#### Alphabetically
Sorts titles from A to Z including words like "the", "a", and "an".
#### Last read
Sorts by the last time the user has read something from a manga.
#### Last updated
Sorts by the last time there was a new chapter for an manga.
#### Unread
Sorts by the the number of unread chapters there are.
#### Total chapters
Sorts by the total chapters there are in a manga.
#### Source
Sorts by the source the manga is from, alphabetically by source, then alphabetically by the title.
### Display
#### Grid
Displays the manga in a grid format.
#### List
Displays the manga in a list format.
#### Download badges
If you want to see how many chapters you have downloaded for all manga in [My library](/help/guides/my-library), then enable this option. It will appear as a red badge similiar to the unread chapters badge.

View File

@ -1,13 +0,0 @@
---
title: Recently read
lang: en-US
---
# Recently read
This page will show the recently read manga in ascending order. It will display the most recently read chapter, the source it's from, and the date and time it was read.
## Remove
This button prompts to remove the chapter from recently read, and gives the option to reset all chapters for that manga to unread at the same time.
## Resume
Resumes the manga from the chapter displayed in recently read.

View File

@ -8,7 +8,7 @@ lang: en-US
Migration is the process of moving manga from one source to another while keeping your current progress and data. This is used often when a source is no longer accessible or you want to move it off one source to another for a myriad of reasons. Migration is the process of moving manga from one source to another while keeping your current progress and data. This is used often when a source is no longer accessible or you want to move it off one source to another for a myriad of reasons.
::: guide ::: guide
1. Go to **[<MaterialIcon icon-name="class"/> My library](/help/guides/my-library)**, open the **<MaterialIcon icon-name="more_vert"/> Overflow menu**, and then tap **<MaterialIcon icon-name="compare_arrows"/> Source migration**. 1. Go to **<MaterialIcon icon-name="class"/> My library**, open the **<MaterialIcon icon-name="more_vert"/> Overflow menu**, and then tap **<MaterialIcon icon-name="compare_arrows"/> Source migration**.
1. Select the **Source** you're migrating from. 1. Select the **Source** you're migrating from.
1. Find and select the title that you want to migrate. 1. Find and select the title that you want to migrate.