troyeguo 329077edf1 fix bug
Former-commit-id: 4e4c87f35b1d8138b61e647f70372b88cf5fbaa9
2021-03-14 14:38:47 +08:00
2021-02-19 20:56:12 +08:00
2021-03-13 13:04:44 +08:00
2021-03-13 20:13:05 +08:00
2021-03-14 14:30:39 +08:00
2020-12-27 13:41:37 +08:00
2021-02-12 12:06:49 +08:00
2021-02-18 17:35:27 +08:00
2021-02-12 13:17:03 +08:00
2021-02-18 18:23:46 +08:00
2021-02-18 18:23:46 +08:00
2020-09-10 22:23:46 +08:00
2021-03-14 14:30:39 +08:00
2020-12-27 13:13:03 +08:00
2021-03-14 14:38:47 +08:00
2021-03-14 00:31:34 +08:00
2021-03-14 00:31:34 +08:00
2021-03-14 14:38:47 +08:00
2021-02-12 00:28:29 +08:00
2020-10-25 18:43:40 +08:00
2020-10-17 23:30:16 +08:00
2021-03-14 14:30:39 +08:00

Koodo Reader

A cross-platform ebook reader

Preview

Feature

Format support: epub , pdf, mobi, azw3, and txt

Platform support: Windows , macOS, Linux and Web

Save your data to Dropbox or Webdav

Customize the source folder and synchronize multiple devices using OneDrive, iCloud, Dropbox, etc.

Single-column, two-column, or continuous scrolling layouts

Text-to-speech, Translation

Bookmark, Note, Digest, Shelf and Tag

Adjust font, line-spacing, background color, text color and margins

Support for Touch Screen

Text highlight and underline

Language support: Simplified Chinese, Traditional Chinese and English

Installation

Desktop Version: Download

Web VersionPreview

Install with Homebrew:

brew install --cask koodo-reader

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
    

Docker

You can run in docker compose

docker-compose up -d

Roadmap

Check out Koodo's Roadmap on Trello

Contribution

Contribution Contributor
translation for traditional Chinese TobySkarting, playercd8
translation for Russian vanja-san
installation for Homebrew singularitti
installation for Docker yanickxia
other contributors bamlan

Help

Click here to report your issue, or visit Website for more instruction.

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