You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-10Lines changed: 44 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ It now supports:
13
13
14
14
* Simple library management: searching by title, author or tag.
15
15
* Dark mode.
16
+
* Page turning/scrolling: support keyboards(left arrow & right arrow & space).
17
+
* Kindle mode: more style optimizations; Clicking on both sides of the screen is allowed to turn pages.
16
18
* Reading progress bar.
17
19
* Table of contents in each chapter(not active in `Page turning mode`).
18
20
* Font size/family adjustment.
@@ -22,7 +24,6 @@ It now supports:
22
24
* Remember position: remember your last reading chapter(support all devices including Kindle) and your last reading position(support all devices except Kindle).
23
25
* Custom CSS: you can write your own CSS style to improve your reading experience, such as `.content{margin: 50px;}.content p{ font-size: 2rem; }`(All the main content is under the element with the class `content`).
24
26
* Can be directly deployed on any web server such as Apache: use `--no-server` parameter.
25
-
* Page turning mode: support keyboards(left arrow & right arrow & space).
26
27
* Multi threads.
27
28
28
29
## Usage
@@ -65,27 +66,60 @@ Then a browser will be opened to view the epub file.
0 commit comments