diff --git a/website/src/docs/guides/reader-settings.md b/website/src/docs/guides/reader-settings.md index ca312cd2..b97ba79f 100644 --- a/website/src/docs/guides/reader-settings.md +++ b/website/src/docs/guides/reader-settings.md @@ -44,25 +44,18 @@ Double tap animation speed changes the speed in which the zoom happens when doub ::: tabs == No animation -TBA +![No Animation](/docs/guides/reader-settings/animation-speed_off.webp =288x618) == Normal -TBA +![Normal](/docs/guides/reader-settings/animation-speed_normal.webp =288x618) == Fast -TBA +![Fast](/docs/guides/reader-settings/animation-speed_fast.webp =288x618) ::: ### Show reading mode -Briefly show current mode when reader is opened +Briefly show the current reading mode when the reader is opened. ### Show tap zones overlay -TBA - -### 32-bit color -This setting decodes images in `ARGB888` format to allow the reader to display more colors. - -::: warning -This setting will only show up on devices running **Android 8.0** or higher. -::: +Briefly shows an overlay for the current tap zones when reader is opened. ### Animate page transitions This setting applies a smooth transition when tapping to change page. @@ -102,32 +95,34 @@ Automatically sets the color based on the content of your page. ::: ### Fullscreen -TBA +Allows app elements to extend to the edges of the screen, including the status and navigation bars. ### Show content in cutout area -TBA +Displays reader content in the camera cutout area, maximizing the use of the entire screen. ### Keep screen on -TBA +Keeps the screen from going to sleep. ### Show page number -TBA +Shows the current page number at the bottom of the screen. + +## E-ink +### Flash on page change +Flashes the screen on page change to reduce ghosting on E-ink displays. ## Reading ### Skip chapters marked read -TBA +Skips over already read chapters while reading. ### Skip filtered chapters -TBA +Skips over filtered chapters while reading. ### Skip duplicate chapters -TBA +Skips over chapters detected as duplicates. ### Always show chapter transition -TBA - -## Pages +Shows chapter transitions regardless of whether the next chapter is loaded or not. ### Tap zones {#tap-zones-pages} @@ -159,6 +154,23 @@ Changes so that the tap zones are flipped vertically. Changes so that the tap zones are flipped horizontally and vertically. ::: +### Crop borders {#crop-borders-pages} + +:::tabs +== Off +![Not cropping borders](/docs/guides/reader-settings/crop-borders_off.webp =512x788) +== On +![Cropping borders](/docs/guides/reader-settings/crop-borders_on.webp =512x788) +::: + +### Split wide pages {#split-wide-pages} +TBA + +### Rotate wide pages to fit {#rotate-wide-pages} +TBA + +## Reading - Paged only + ### Scale type ::: tabs @@ -189,61 +201,16 @@ Changes so that the tap zones are flipped horizontally and vertically. ![Center](/docs/guides/reader-settings/zoom-start-position_center.webp =512x788) ::: -### Crop borders {#crop-borders-pages} - -:::tabs -== Off -![Not cropping borders](/docs/guides/reader-settings/crop-borders_off.webp =512x788) -== On -![Cropping borders](/docs/guides/reader-settings/crop-borders_on.webp =512x788) -::: - ### Automatically zoom into wide images TBA ### Pan wide images TBA -### Split wide pages {#split-wide-pages} -TBA - -### Rotate wide pages to fit -TBA - -## Long strip - -### Tap zones {#tap-zones-longstrip} - -::: tabs -== Default -![Right and Left](/docs/guides/reader-settings/tap-zones_right-and-left.webp =247x600) -== L shaped -![L shaped](/docs/guides/reader-settings/tap-zones_l-shaped.webp =247x600) -== Kindle-ish -![Kindle-ish](/docs/guides/reader-settings/tap-zones_kindle-ish.webp =247x600) -== Edge -![Edge](/docs/guides/reader-settings/tap-zones_edge.webp =247x600) -== Right and Left -![Right and Left](/docs/guides/reader-settings/tap-zones_right-and-left.webp =247x600) -== Disabled -No tap zones to assist with navigation will be active. -::: - -### Invert tap zones {#invert-tap-zones-longstrip} - -::: tabs -== None -TBA -== Horizontal -TBA -== Vertical -TBA -== Both -TBA -::: +## Reading - Long strip only ### Side padding -TBA +Adds the specified padding to the left and right of the screen. ### Sensitivity for hiding menu on scroll @@ -258,25 +225,29 @@ TBA TBA ::: -### Crop borders {#crop-borders-longstrip} -TBA - -### Split wide pages {#split-wide-longstrip} -TBA - ### Double tap to zoom +Zooms into the image on double tap. + +### Disable zoom out TBA ## Navigation -TBA ### Volume keys -TBA +Turn pages using the volume keys. + +### Invert volume keys +Invert the direction of the volume buttons ## Actions -### Show on long tap -TBA +### Show actions on long tap +Shows the following options on long tap while the reader is open. + +- Set as cover +- Copy to clipboard +- Share +- Save ### Save pages into seperate folders TBA diff --git a/website/src/public/docs/guides/reader-settings/animation-speed_fast.webp b/website/src/public/docs/guides/reader-settings/animation-speed_fast.webp new file mode 100644 index 00000000..a6acf011 Binary files /dev/null and b/website/src/public/docs/guides/reader-settings/animation-speed_fast.webp differ diff --git a/website/src/public/docs/guides/reader-settings/animation-speed_normal.webp b/website/src/public/docs/guides/reader-settings/animation-speed_normal.webp new file mode 100644 index 00000000..466c79b0 Binary files /dev/null and b/website/src/public/docs/guides/reader-settings/animation-speed_normal.webp differ diff --git a/website/src/public/docs/guides/reader-settings/animation-speed_off.webp b/website/src/public/docs/guides/reader-settings/animation-speed_off.webp new file mode 100644 index 00000000..b085f386 Binary files /dev/null and b/website/src/public/docs/guides/reader-settings/animation-speed_off.webp differ