troyeguo dc822992b7 fix bug
Former-commit-id: 4ca7280084d06ef1ea0afd12d40e774ef3668e20
2021-12-03 19:55:56 +08:00
2021-12-03 19:42:42 +08:00
2021-10-29 23:47:35 +08:00
2021-09-25 23:39:24 +08:00
2021-12-02 23:43:24 +08:00
2021-12-03 19:42:42 +08:00
2021-10-21 23:55:29 +08:00
2021-03-28 00:05:58 +08:00
2021-08-06 13:28:29 +08:00
2021-10-23 17:43:30 +08:00
2021-02-18 18:23:46 +08:00
2021-02-18 18:23:46 +08:00
2021-09-26 12:43:05 +08:00
2021-07-24 09:13:17 +08:00
2021-05-02 10:18:49 +08:00
2021-12-01 20:50:47 +08:00
2021-07-17 17:57:22 +08:00
2021-12-03 19:55:56 +08:00
2021-11-27 12:12:07 +08:00
2021-11-27 12:12:07 +08:00
2021-09-25 23:39:24 +08:00
2020-10-25 18:43:40 +08:00
2021-05-15 00:45:58 +08:00
2021-11-27 18:49:26 +08:00

简体中文 | English

Koodo Reader

A cross-platform ebook reader

Preview

Feature

  • Format support:
    • EPUB (.epub)
    • Scanned document (.pdf, .djvu)
    • Kindle (.azw3) and Mobipocket (.mobi)
    • Plain text (.txt)
    • FictionBook (.fb2)
    • Comic book archive (.cbr, .cbz, .cbt)
    • Rich text (.md, .docx, .rtf)
    • Hyper Text (.html, .xml)
  • Platform support: Windows , macOS, Linux and Web
  • Save your data to Dropbox or 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, progress slider, 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 dorado https://github.com/chawyehsu/dorado
scoop install dorado/koodo-reader
  • Install with Homebrew:
brew install --cask koodo-reader
  • Install with Docker:
docker-compose up -d

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, node's version on your computer is larger than 14.0.0.

  1. Download the repo

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

    yarn
    yarn dev
    
  3. Enter web mode

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