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
A simple and modern web E-book reader, which allows you to read e-books within a browser.
10
+
A modern web-based EPUB reader with library management, dark mode, Kindle optimization, code highlighting, and PWA support for an enhanced reading experience across devices.
11
11
12
12
Try it online: [https://epub-browser-test.yuhan.tech](https://epub-browser-test.yuhan.tech)
13
13
@@ -31,7 +31,7 @@ It now supports the following features:
31
31
32
32
-**Mobile device compatibility**: Especially for Kindle users—remember to tap *Not Kindle* on the homepage header to enable Kindle Mode for an optimized experience.
33
33
34
-
-**Code highlighting** (disabled in Kindle Mode).
34
+
-**Code highlighting** (disabled in Kindle Mode) with theme synchronization.
35
35
36
36
-**Reading position retention**: Restores your last-read chapter (supported on all devices including Kindle) and your last-read location (supported on all devices *except* Kindle).
37
37
@@ -54,6 +54,12 @@ It now supports the following features:
54
54
55
55
- **Watchdog utility**: Monitors the user-specified directory (or the directory containing EPUB files) with `--watch` parameter. Automatically adds newly added or updated EPUB files to the library.
56
56
57
+
- **Progressive Web App (PWA)**: Installable as a native app on supported devices for a more app-like experience.
58
+
59
+
- **Pure Reading Mode**: Hides all toolbars for distraction-free reading, toggleable by clicking the center of the screen.
60
+
61
+
- **Cache management**: Update button in library to clear Service Worker cache and refresh content.
0 commit comments