diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57fd5adb..6bb81abb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ To get started with Readest, follow these steps to clone and build the project. #### 1. Clone the Repository ```bash -git clone https://github.com/chrox/readest.git +git clone https://github.com/readest/readest.git cd readest git submodule update --init --recursive ``` diff --git a/README.md b/README.md index b84da6b7..88d357b7 100644 --- a/README.md +++ b/README.md @@ -52,25 +52,25 @@ | **Customize Font and Layout** | Adjust font, layout, theme mode, and theme colors for a personalized experience. | βœ… | | **File Association and Open With** | Quickly open files in Readest in your file browser with one-click. | βœ… | | **Sync across Platforms** | Synchronize reading progress, notes, and bookmarks across all supported platforms. | βœ… | +| **Text-to-Speech (TTS) Support** | Enable text-to-speech functionality for a more accessible reading experience. | βœ… | ## Planned Features
πŸ›  Building
πŸ”„ Planned
-| **Feature** | **Description** | **Priority** | -| -------------------------------- | ------------------------------------------------------------------------------------------ | ------------ | -| **Support iOS and Android** | Expand the APP to work on iOS and Android devices. | πŸ›  | -| **Text-to-Speech (TTS) Support** | Enable text-to-speech functionality for a more accessible reading experience. | πŸ›  | -| **Sync with Koreader** | Synchronize reading progress, notes, and bookmarks with [Koreader][link-koreader] devices. | πŸ”„ | -| **Keyboard Navigation** | Implement vimium-style keybindings for book navigation. | πŸ”„ | -| **Library Management** | Organize, sort, and manage your entire ebook library. | πŸ”„ | -| **Support OPDS/Calibre** | Integrate OPDS/Calibre to access online libraries and catalogs. | πŸ”„ | -| **Audiobook Support** | Extend functionality to play and manage audiobooks. | πŸ”„ | -| **Handwriting Annotations** | Add support for handwriting annotations using a pen on compatible devices. | πŸ”„ | -| **Advanced Reading Stats** | Track reading time, pages read, and more for detailed insights. | πŸ”„ | -| **In-Library Full-Text Search** | Search across your entire ebook library to find topics and quotes. | πŸ”„ | -| **AI-Powered Summarization** | Generate summaries of books or chapters using AI for quick insights. | πŸ”„ | +| **Feature** | **Description** | **Priority** | +| ------------------------------- | ------------------------------------------------------------------------------------------ | ------------ | +| **Support iOS and Android** | Expand the APP to work on iOS and Android devices. | πŸ›  | +| **Library Management** | Organize, sort, and manage your entire ebook library. | πŸ›  | +| **AI-Powered Summarization** | Generate summaries of books or chapters using AI for quick insights. | πŸ”„ | +| **Sync with Koreader** | Synchronize reading progress, notes, and bookmarks with [Koreader][link-koreader] devices. | πŸ”„ | +| **Keyboard Navigation** | Implement vimium-style keybindings for book navigation. | πŸ”„ | +| **Support OPDS/Calibre** | Integrate OPDS/Calibre to access online libraries and catalogs. | πŸ”„ | +| **Audiobook Support** | Extend functionality to play and manage audiobooks. | πŸ”„ | +| **Handwriting Annotations** | Add support for handwriting annotations using a pen on compatible devices. | πŸ”„ | +| **Advanced Reading Stats** | Track reading time, pages read, and more for detailed insights. | πŸ”„ | +| **In-Library Full-Text Search** | Search across your entire ebook library to find topics and quotes. | πŸ”„ | Stay tuned for continuous improvements and updates! Contributions and suggestions are always welcomeβ€”let's build the ultimate reading experience together. 😊 @@ -80,6 +80,8 @@ Stay tuned for continuous improvements and updates! Contributions and suggestion ![DeepL](./data/screenshots/deepl.png) +![TTS](./data/screenshots/tts_control.png) + ![Footnote](./data/screenshots/footnote_popover.png) ![Wikipedia](./data/screenshots/wikipedia_vertical.png) @@ -172,7 +174,7 @@ Readest is open-source, and contributions are welcome! Feel free to open issues,

- A table of avatars from the project's contributors + A table of avatars from the project's contributors

diff --git a/data/screenshots/tts_control.png b/data/screenshots/tts_control.png new file mode 100644 index 00000000..e9d03b58 Binary files /dev/null and b/data/screenshots/tts_control.png differ