troyeguo ec46d3c84a fix bug
Former-commit-id: 23f0ec502e5bfb2f155b9f39fb642b7a5da8e1e9
2021-08-21 20:15:08 +08:00
2021-08-21 20:15:08 +08:00
2021-08-21 00:01:25 +08:00
2021-08-21 00:01:25 +08:00
2021-08-21 18:44:39 +08:00
2021-06-11 23:56:29 +08:00
2021-03-28 00:05:58 +08:00
2021-08-06 13:28:29 +08:00
2021-06-14 18:31:55 +08:00
2021-02-18 18:23:46 +08:00
2021-02-18 18:23:46 +08:00
2021-07-24 09:13:17 +08:00
2021-05-02 10:18:49 +08:00
2021-08-21 00:01:25 +08:00
2021-07-17 17:57:22 +08:00
2021-08-21 12:49:05 +08:00
2021-08-13 11:52:27 +08:00
2021-08-21 00:01:25 +08:00
2021-03-27 23:36:57 +08:00
2020-10-25 18:43:40 +08:00
2021-05-15 00:45:58 +08:00
2021-08-14 18:48:22 +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

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 node's version on your computer is larger than 10.0.0, yarn and git is in place.

  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
    

License

This project is generally licensed under AGPL3.0, but any kind of modification of source code for commercial projects or alternation on logo or name are not allowed.

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