mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Added descriptions to catalog and my library functionality (#99)
* Added category description * added browse description * added latest description * added sources description * Added searching globally * Added enabling and disabling sources * Added elaboration on latest source accessed and latest button availability * Added my library sorting description * Added my library descriptions * Update src/help/guides/catalogues.md Co-Authored-By: Simon M. <simon.mattila@protonmail.com> * Update src/help/guides/catalogues.md Co-Authored-By: Simon M. <simon.mattila@protonmail.com> * Update src/help/guides/my-library.md Co-Authored-By: Simon M. <simon.mattila@protonmail.com> * Update src/help/guides/my-library.md Co-Authored-By: Simon M. <simon.mattila@protonmail.com> * Update src/help/guides/my-library.md Co-Authored-By: Simon M. <simon.mattila@protonmail.com> * Update src/help/guides/my-library.md Co-Authored-By: Simon M. <simon.mattila@protonmail.com> Co-authored-by: Simon M. <simon.mattila@protonmail.com>
This commit is contained in:
parent
ec58586cd9
commit
c068531610
@ -4,10 +4,17 @@ lang: en-US
|
||||
---
|
||||
|
||||
# Catalogues
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
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.
|
||||
|
@ -4,28 +4,35 @@ lang: en-US
|
||||
---
|
||||
|
||||
# My library
|
||||
:construction: :construction_worker_man: W.I.P.
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user