Files
koodo-reader/README.md
troyeguo 082ff7e6ef fix bug
Former-commit-id: 9d264dfe0f2efb40631cc1e1c2af7e9b059b666c
2021-03-21 13:34:38 +08:00

124 lines
3.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div align="center">
[简体中文](https://github.com/troyeguo/koodo-reader/blob/master/README_cn.md) | [繁體中文](https://github.com/troyeguo/koodo-reader/blob/master/README_tw.md) | English
</div>
<div align="center" width="128px" height="128px">
<img src="https://i.loli.net/2020/04/26/wrO8EPokvUQWaf5.png" />
</div>
<h1 align="center">
Koodo Reader
</h1>
<h3 align="center">
A cross-platform ebook reader
</h3>
<div align="center">
[Download](https://koodo.960960.xyz/download) | [Website](https://koodo.960960.xyz)
</div>
<div align="center">
<a href="https://github.com/troyeguo/koodo-reader/releases/latest">
<img src="https://img.shields.io/github/release/troyeguo/koodo-reader.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/troyeguo/koodo-reader/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/troyeguo/koodo-reader.svg?style=flat-square" alt="">
</a>
</div>
## Preview
<div align="center">
<a href="https://github.com/troyeguo/koodo-reader/releases/latest">
<img src="https://i.loli.net/2021/02/13/JkIpcnlqNAW5bEy.png" >
</a>
<a href="https://github.com/troyeguo/koodo-reader/releases/latest">
<img src="https://i.loli.net/2021/02/13/nZxD7yOvw39BJNA.png" >
</a>
<br/>
</div>
## 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
## Installation
Desktop Version: [Download](https://koodo.960960.xyz/download)
Web Version[Preview](https://reader.960960.xyz)
Install with [Homebrew](https://brew.sh/):
```shell
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
```bash
docker-compose up -d
```
## Contribution
| Contribution | Contributor |
| :---------------------------------- | :----------------------------------------------------------------------------------------- |
| translation for traditional Chinese | [TobySkarting](https://github.com/TobySkarting), [playercd8](https://github.com/playercd8) |
| translation for Russian | [vanja-san](https://github.com/vanja-san) |
| installation for Homebrew | [singularitti](https://github.com/singularitti) |
| installation for Docker | [yanickxia](https://github.com/yanickxia) |
| other contributors | [bamlan](https://github.com/bamlan) |
## Help
Click [here](https://github.com/troyeguo/koodo-reader/issues) to report your issue, or visit [Website](https://koodo.960960.xyz/support) for more instruction.