fcki1984 / koodo-reader

A electron-based cross-platform epub reader using React and Redux

Home Page:http://koodo.102410.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简体中文 | 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)
    • Plain text (.txt)
    • FictionBook (.fb2)
    • Comic book archive (.cbr, .cbz, .cbt)
    • Rich text (.md, .docx, .rtf)
    • Hyper Text (.html, .xml, .xhtml, .htm)
  • 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 Version:Preview
  • 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 14.x.x.

  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
    

Translation

Koodo Reader use POEditor to manage localization, Visit here to edit current translation or add new language

About

A electron-based cross-platform epub reader using React and Redux

http://koodo.102410.xyz

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 75.1%Language:TypeScript 17.5%Language:CSS 6.3%Language:HTML 1.1%Language:Dockerfile 0.0%Language:NSIS 0.0%Language:Shell 0.0%