troyeguo 574ebf34dc add missing terms for i18n
Former-commit-id: d69be20bc8a6d12ea7c005ee26c3a98a34eb7739
2024-01-04 09:06:24 +08:00
2023-12-17 16:49:54 +08:00
2023-02-19 17:54:41 +08:00
2024-01-03 23:45:07 +08:00
2024-01-04 09:06:24 +08:00
2023-09-03 13:38:16 +08:00
2023-12-02 10:31:05 +08:00
2023-04-16 17:26:27 +08:00
2022-01-17 17:08:18 +08:00
2023-12-25 20:03:17 +08:00
2023-12-25 20:03:17 +08:00
2023-11-05 11:05:43 +08:00
2023-05-20 19:31:04 +08:00
2021-09-26 12:43:05 +08:00
2021-05-02 10:18:49 +08:00
2024-01-01 21:20:12 +08:00
2024-01-04 09:06:24 +08:00
2024-01-01 15:14:46 +08:00
2022-11-19 13:39:47 +08:00
2020-10-25 18:43:40 +08:00
2023-04-16 20:35:02 +08:00
2024-01-01 21:20:12 +08:00

简体中文 | Português | English

Koodo Reader

A cross-platform ebook reader

Preview

Feature

  • Format support:
    • EPUB (.epub)
    • Scanned document (.pdf, .djvu)
    • DRM-free Mobipocket (.mobi) and Kindle (.azw3, .azw)
    • Plain text (.txt)
    • FictionBook (.fb2)
    • Comic book archive (.cbr, .cbz, .cbt, .cb7)
    • Rich text (.md, .docx)
    • Hyper Text (.html, .xml, .xhtml, .mhtml, .htm, .htm)
  • Platform support: Windows, macOS, Linux and Web
  • Save your data to OneDrive, Google Drive, Dropbox, FTP, SFTP, WebDAV
  • Customize the source folder and synchronize among multiple devices using OneDrive, iCloud, Dropbox, etc.
  • Single-column, two-column, or continuous scrolling layouts
  • Text-to-speech, translation, dictionary, touch screen support, batch import
  • Add bookmarks, notes, highlights to your books
  • Adjust font size, font family, line-spacing, paragraph spacing, background color, text color, margins, and brightness
  • Night mode and theme color
  • Text highlight, underline, boldness, italics and shadow

Installation

  • Desktop Version:
    • Stable Version (Recommended): Download
    • Developer Version: Download ( With new feature and bug fix, but may induce some unknown bugs)
  • Web VersionPreview
  • Install with Scoop:
scoop bucket add extras
scoop install extras/koodo-reader
  • Install with Winget:
winget install -e AppbyTroye.KoodoReader
  • Install with Homebrew:
brew install --cask koodo-reader
  • Install with Docker:
docker-compose up -d
  • Install with Flathub:
flatpak install flathub io.github.troyeguo.koodo-reader
flatpak run io.github.troyeguo.koodo-reader

Download on Flathub

Screenshot

List mode Cover mode Reader menu Backup and restore Dark mode and theme color Note management

Develop

Make sure that you have installed yarn and git

  1. Download the repo

    git clone https://github.com/koodo-reader/koodo-reader.git
    
  2. Enter desktop mode

    yarn
    yarn dev
    
  3. Enter web mode

    yarn
    yarn start
    

Translation

You can submit pull requests to edit current translation or add new language

Description
No description provided
Readme AGPL-3.0 217 MiB
Languages
JavaScript 65.6%
TypeScript 30.3%
CSS 3.2%
Go 0.8%