Skip to content

Commit

Permalink
removing screenshots because outdated and unnecessary, shortcuts text…
Browse files Browse the repository at this point in the history
… change, readme change
  • Loading branch information
mienaiyami committed Jan 22, 2024
1 parent 619ccc1 commit 39fa1cd
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ packages
out
.vscode
yarn-error.log
yarn.lock
yarn.lock

_github assets
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Yomikiru

Manga/Manhwa/Comic/Novel Reader for desktop (not a downloader/host).
It is a offline dekstop app to read locally stored manga or epub with great reading experience.
It is a offline desktop app to read locally stored manga or epub with great reading experience.

[![Github Latest Release](https://img.shields.io/github/v/tag/mienaiyami/yomikiru?label=release&style=flat-square&logo=github)](https://github.com/mienaiyami/yomikiru/releases/latest) |
[![Github All Releases](https://img.shields.io/github/downloads/mienaiyami/yomikiru/total.svg?style=flat-square&logo=github)](https://github.com/mienaiyami/yomikiru/releases)

> Yomikiru's epub reader is only fit for reading novels / light novels and might not support few advance epub features.
## What it does not do

- Host any content or provide a way to read any online content.
- Provide any sort of downloader.

## Who is this app for?

- For people who prefer to download and read manga/manhwa (from services like hakuneko, tachidesk, torrents, etc.).
- For people who prefer to download and read manga/comics/webtoons.
- For people who download manga in batch.
- For people who have a lot of manga and want to read them in organized way.
- For people who want better reading experience, be it manhwa (vertical scroll with no gap), manga (2 pages per row, custom gap between rows, click mode with left-to-right or right-to-left and more), or epub (custom font size, magrins, font family and more).
- For people who want better reading experience, be it webtoons (vertical scroll with no gap), manga/comics (2 pages per row, custom gap between rows, click mode with left-to-right or right-to-left and more), or epubs (custom font size, margins, font family and more).
- For people who want keep bookmarks and history with page number.

## Features(not limited to)
Expand Down
7 changes: 5 additions & 2 deletions docs/SCREENSHOTS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Screenshots
![demo](<github assets/1.png>)

Screenshots have been removed temporarily.

<!-- ![demo](<github assets/1.png>)
![demo](<github assets/2.png>)
![demo](<github assets/3.png>)
![demo](<github assets/4.png>)
![demo](<github assets/5.png>)
![demo](<github assets/6.png>)
![demo](<github assets/7.png>)
![demo](<github assets/7.png>) -->
Binary file removed docs/github assets/1.png
Binary file not shown.
Binary file removed docs/github assets/2.png
Binary file not shown.
Binary file removed docs/github assets/3.png
Binary file not shown.
Binary file removed docs/github assets/4.png
Binary file not shown.
Binary file removed docs/github assets/5.png
Binary file not shown.
Binary file removed docs/github assets/6.png
Binary file not shown.
Binary file removed docs/github assets/7.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/renderer/MainImports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,12 +963,12 @@ const SHORTCUT_COMMAND_MAP = [
},
{
command: "sizePlus" as const,
name: "Increase image size",
name: "Increase Reader size",
defaultKeys: ["equal", "numpad_plus"],
},
{
command: "sizeMinus" as const,
name: "Decrease image size",
name: "Decrease Reader size",
defaultKeys: ["minus", "numpad_minus"],
},
{
Expand Down

0 comments on commit 39fa1cd

Please sign in to comment.