Delete settings pages (#219)

* Delete settings

* Change references

* Add reader settings guide

* Delete unused assets
This commit is contained in:
Soitora 2020-05-28 01:05:00 +02:00 committed by GitHub
parent 9204c0cc18
commit a74ed88f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 22 additions and 237 deletions

View File

@ -62,17 +62,17 @@ export default {
downloaded_only: { text: "Downloaded only", icon: "cloud_off" },
download_queue: { text: "Download queue", icon: "get_app" },
source_migration: { text: "Source migration", icon: "compare_arrows" },
settings: { text: "Settings", icon: "settings", link: "/help/guides/settings/" },
settings: { text: "Settings", icon: "settings" },
about: { text: "About", icon: "info" },
/* Settings */
settings_general: { text: "General", icon: "tune", link: "/help/guides/settings/general" },
settings_general: { text: "General", icon: "tune" },
settings_library: { text: "Library", icon: "collections_bookmark" },
settings_reader: { text: "Reader", icon: "chrome_reader_mode", link: "/help/guides/settings/reader" },
settings_downloads: { text: "Downloads", icon: "get_app", link: "/help/guides/settings/downloads" },
settings_tracking: { text: "Tracking", icon: "autorenew", link: "/help/guides/settings/tracking" },
settings_backup: { text: "Backup", icon: "backup", link: "/help/guides/settings/backup" },
settings_reader: { text: "Reader", icon: "chrome_reader_mode" },
settings_downloads: { text: "Downloads", icon: "get_app" },
settings_tracking: { text: "Tracking", icon: "autorenew" },
settings_backup: { text: "Backup", icon: "backup" },
settings_security: { text: "Security", icon: "security" },
settings_advanced: { text: "Advanced", icon: "code", link: "/help/guides/settings/advanced" },
settings_advanced: { text: "Advanced", icon: "code" },
/* Library info */
bookmark: { text: "Add to library", icon: "favorite_border" },
bookmarked: { text: "In library", icon: "favorite" },
@ -94,7 +94,7 @@ export default {
old_library: { text: "My library", icon: "class" },
old_catalogues: { text: "Catalogues", icon: "explore" },
old_overflow: { text: "Overflow menu", icon: "more_vert" },
old_backup: { text: "Backup", icon: "cloud_upload", link: "/help/guides/settings/backup" },
old_backup: { text: "Backup", icon: "cloud_upload" },
old_extensions: { text: "Extensions", icon: "extension" },
}[this.item];
},

View File

@ -6,32 +6,13 @@ module.exports = {
collapsable: false,
sidebarDepth: 2,
children: [
{
title: "General",
collapsable: false,
sidebarDepth: 2,
children: [
"/help/guides/getting-started",
"/help/guides/source-problems",
"/help/guides/source-migration",
"/help/guides/creating-backups",
"/help/guides/reading-local-manga",
"/help/guides/categories",
],
},
{
title: "Settings",
collapsable: false,
sidebarDepth: 2,
children: [
"/help/guides/settings/general",
"/help/guides/settings/reader",
"/help/guides/settings/downloads",
"/help/guides/settings/tracking",
"/help/guides/settings/backup",
"/help/guides/settings/advanced",
],
},
"/help/guides/getting-started",
"/help/guides/source-problems",
"/help/guides/source-migration",
"/help/guides/creating-backups",
"/help/guides/reading-local-manga",
"/help/guides/reader-settings",
"/help/guides/categories",
],
},
{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View File

@ -22,9 +22,7 @@ Enable it by going to <Navigation item="library"/> → <Navigation item="filter"
The URL to the cover has probably changed. To fix this, refresh the metadata of your library.
::: guide
Refresh your metadata by going to <Navigation item="more"/><Navigation item="settings"/><Navigation item="settings_advanced"/> then pressing **[Refresh library metadata](/help/guides/settings/advanced/#refresh-library-metadata)**.
::: aside
Read more [here](/help/guides/settings/advanced/#refresh-library-metadata)
Refresh your metadata by going to <Navigation item="more"/><Navigation item="settings"/><Navigation item="settings_advanced"/> then pressing **Refresh library metadata**.
:::
#### How do I ignore chapters from certain scanlator groups?
@ -96,9 +94,7 @@ Cetain devices such as MIUI have very aggressive battery saving, which can kill
Only the UI has been localized, language in manga will still be using the language of the source selected.
::: guide
You can change language by going to <Navigation item="more"/><Navigation item="settings"/><Navigation item="settings_general"/> then pressing **[Language](/help/guides/settings/general/#language)**.
::: aside
Read more [here](/help/guides/settings/general/#language)
You can change language by going to <Navigation item="more"/><Navigation item="settings"/><Navigation item="settings_general"/> then pressing **Language**.
:::
### Miscellaneous

View File

@ -38,7 +38,7 @@ You can do this by going to <Navigation item="settings"/> → <Navigation item="
It is highly recommended you turn on auto backups, this will ensure you can recover if need be.
::: guide
You can do this by going to <Navigation item="settings"/><Navigation item="old_backup"/> and then setting a [backup frequency](/help/guides/settings/backup/#backup-frequency). In the case of a catastrophic failure, at least you will be able to recover.
You can do this by going to <Navigation item="settings"/><Navigation item="old_backup"/> and then setting a **backup frequency**. In the case of a catastrophic failure, at least you will be able to recover.
:::
## Forks information

View File

@ -1,10 +1,10 @@
---
title: Reader
title: Reader settings
description: Reader settings for Tachiyomi.
lang: en-US
---
# Reader
# Reader settings
This section relates to the reading experience in the app and navigating the reader.
## Default viewer <Badge text="Left to Right" type="default-indicator" vertical="middle" />

View File

@ -1,25 +0,0 @@
---
title: Settings
description: Overview of Tachiyomi settings.
lang: en-US
---
# Settings
## [<MaterialIcon icon-name="tune"/> General](general)
This category of settings allows you to change the look of the app, and the update schedule and how the app updates.
## [<MaterialIcon icon-name="chrome_reader_mode"/> Reader](reader)
This section relates to the reading experience in the app and navigating the reader.
## [<MaterialIcon icon-name="get_app"/> Downloads](downloads)
This category of settings allows you to change the limitations and behaviour of downloads as well as enabling automatic downloads.
## [<MaterialIcon icon-name="autorenew"/> Tracking](tracking)
This category of settings allows you to record the progress of chapters read in the app once you've linked an account to a service.
## [<MaterialIcon icon-name="cloud_upload"/> Backup](backup)
This section lets you backup your library, tracking settings, and reading history as well as restoring it.
## [<MaterialIcon icon-name="code"/> Advanced](advanced)
The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app.

View File

@ -1,23 +0,0 @@
---
title: Advanced
description: Advanced settings for Tachiyomi.
lang: en-US
---
# Advanced
The features in this section mostly relate to keeping entries up to date or clearing unnecessary things from the app.
## Clear chapter cache
This setting clears the cache of images from the app. Tachiyomi auto clears the cache when it reaches a certain threshold.
## Clear cookies
This setting clears all cookies from Tachiyomi and the WebView browser. Doing so may log you out of tracking services and other parts of the app that use cookies to log in to the site, such as MangaDex.
## Clear database
This function removes entries of manga that are not in the library. It is useful for correcting any errors that have updated yet.
## Refresh library metadata
This setting refreshes entries in the library to the latest version from the source. It updates the cover, genre, description, and the complete status of the entry.
## Refresh tracking metadata
This setting refreshes all tracking info to the most recent version grabbed from the tracking service, such as completed status, rating, and the last chapter read number.

View File

@ -1,40 +0,0 @@
---
title: Backup
description: Backup settings for Tachiyomi.
lang: en-US
---
# Backup
This category of settings allows you to setup a backup and restore mechanism for the manga you are reading in the app.
## Create backup
Create backup lets you backup your library (titles, categories, read chapters), tracking settings, and reading history. This setting will bring up a dialog letting you choose what to backup. Manga is greyed out because it will always be backed up.
::: expander <strong>Click to reveal video guide!</strong>
<figure class="centered">
<video muted loop controls :poster="$withBase('/assets/media/video-guide-backup-create.png')" height="500" controlslist="nodownload noremoteplayback" preload="none" loading="lazy" crossorigin="use-credentials">
<source :src="$withBase('/assets/media/video-guide-backup-create.webm')" type="video/webm"/>
</video>
</figure>
:::
## Restore backup
Restore backup lets you restore your previously created backup. This setting will bring up a file explorer for you. Proceed by navigating to where your stored backup is located and then select it.
::: expander <strong>Click to reveal video guide!</strong>
<figure class="centered">
<video muted loop controls :poster="$withBase('/assets/media/video-guide-backup-restore.png')" height="500" controlslist="nodownload noremoteplayback" preload="none" loading="lazy" crossorigin="use-credentials">
<source :src="$withBase('/assets/media/video-guide-backup-restore.webm')" type="video/webm"/>
</video>
</figure>
:::
## Backup frequency
Backup frequency lets you select a frequency in which Tachiyomi will automatically backup your library. This setting will bring up a dialog letting you choose between preset backup frequencies.
## Backup directory
Backup directory lets you choose where your automatic backup is stored.
## Max automatic backups
Max automatic backups lets you choose how many backups will be stored before deleting the oldest one.

View File

@ -1,28 +0,0 @@
---
title: Downloads
description: Downloads settings for Tachiyomi.
lang: en-US
---
# Downloads
This category of settings allows you to change the limitations and behaviour of downloads as well as enabling automatic downloads.
The blue badges next to titles is how we indicate the default option, a yellow badge can be used to indicate if for example the feature isn't yet available in the public release.
## Downloads directory <Badge text="/storage/emulated/0/Tachiyomi/downloads" type="default-indicator" vertical="middle"/>
This setting allows you to set where downloads are to be read from and downloaded to. There are some premade locations to download to, and also a custom option that allows you to select a folder that the download folder will be placed, but is only supported on Android 5 and newer.
## Only download over Wi-Fi <Badge text="True" type="default-indicator" vertical="middle"/>
This setting makes the [Download new chapters](#download-new-chapters) option only download when you're connected to Wi-Fi, and not data.
## Remove when marked as read <Badge text="False" type="default-indicator" vertical="middle"/>
This setting removes a downloaded chapter after you've used the <Navigation item="old_overflow"/> and marked it as read.
## Remove after read <Badge text="Disabled" type="default-indicator" vertical="middle"/>
This setting removes a downloaded chapter after you've reached the last page and exited the reader.
## Download new chapters <Badge text="False" type="default-indicator" vertical="middle"/>
This setting downloads new chapters as they show up in library updates.
## Categories to include in download <Badge text="All" type="default-indicator" vertical="middle"/>
If there are categories that you would like to exclude from being downloaded, use this setting to check the ones you only want included for downloads. Defaults to all categories being included for downloads.

View File

@ -1,60 +0,0 @@
---
title: General
description: General settings for Tachiyomi.
lang: en-US
---
# General
This category of settings allows you to change the look of the app, and the update schedule and how the app updates.
The blue badges next to titles is how we indicate the default option, a yellow badge can be used to indicate if for example the feature isn't yet available in the public release.
## Language <Badge text="System default" type="default-indicator" vertical="middle"/>
The language of the app. If changed, all parts of the app change to the language. Defaults to system language. Does not affect which catalog languages are enabled. Currently, Tachiyomi supports 35 languages.
::: tip HELP US TRANSLATE!
Tachiyomi relies on its users to help with translations, if you're up to the task then head to the [translation](../contribution/#translation) section.
:::
## Application theme <Badge text="Main theme" type="default-indicator" vertical="middle"/>
How the app looks and what colors are used through the app. There are four themes included, consisting of a light theme and three dark themes.
### Light themes
#### Main
- This is the default white theme with blue accents.
### Dark themes
#### Dark
- This is themed to completely to material grey.
#### AMOLED
- This is pitch black in most places and suitable for OLED screens.
#### Dark Blue
- This is like the main theme as it keeps the blue accents but it's dark instead of white.
## Library manga per row <Badge text="Portrait: 3" type="default-indicator" vertical="middle"/> <Badge text="Landscape: 4" type="default-indicator" vertical="middle"/>
This setting allows you to set how many manga show up per row. It can be between 1 and 10 and can be set to differing amounts depending on the orientation you want.
## Start screen <Badge text="My library" type="default-indicator" vertical="middle"/>
This setting changes what screen the app opens up to. It can be changed between **My library**, **Recently read** and **Library updates**.
## Library update frequency <Badge text="Manual" type="default-indicator" vertical="middle"/>
This setting changes how often the app automatically scans bookmarked manga for chapter updates. It can be changed from preset values between hourly and every 2 days.
## Library update restrictions <Badge text="False" type="default-indicator" vertical="middle"/>
This setting allows you to prevent certain categories from updating. If you have categories you don't want to update, because you have a category that you would not like to update, then you can use this setting to save time from updating. If you would like to update manga while this setting is on, pull down in the manga or chapters view to manually update
## Only update ongoing manga <Badge text="False" type="default-indicator" vertical="middle"/>
This setting allows you to keep manga that sources have mark as finished from updating. If you would like to update manga while this setting is on, pull down in the manga or chapters view to manually update.
## Categories to include in global update <Badge text="All" type="default-indicator" vertical="middle"/>
This setting allows you to change which categories are updated when a manual (pull down in library) or automatic update occurs.
## Library update order <Badge text="Alphabetically" type="default-indicator" vertical="middle"/>
This setting allows you to update in different orders, in alphabetical or in the order of the last updated manga.
## Default category <Badge text="Always ask" type="default-indicator" vertical="middle"/>
This setting allows you to change the category that a manga is added to when the bookmark button is tapped and no category is selected.

View File

@ -1,16 +0,0 @@
---
title: Tracking
description: Tracking settings for Tachiyomi.
lang: en-US
---
# Tracking
This feature allows you to record the progress of chapters read in the app once you've linked an account and a manga to the service. You may currently use and track using five services in-app: MyAnimeList, Anilist, Kitsu, Shikimori, and Bangumi.
To login to each service, tap on the service you want to use, then complete the login feature from there and press login. Once done with that, press the back button if necessary.
Linking an account doesn't automatically start syncing, so you'll have to link manga for each title manually. To do this, go to the manga entry, swipe to the tracking tab, and press the edit button. It'll automatically search the manga title then you'll have to tap on the title you think is right then press ok. After this, you can set a rating or a chapter read if wanted.
## Sync chapters after reading <Badge text="True" type="default-indicator" vertical="middle"/>
This setting automatically updates the latest chapter read once you reach the last page of a chapter.

View File

@ -17,5 +17,5 @@ Migration is the process of moving manga from one source to another while keepin
:::
::: warning
Make sure you have a **[backup](/help/guides/settings/backup/)**, if anything goes wrong.
Make sure you have a **[backup](/help/guides/creating-backups/)**, if anything goes wrong.
:::