diff --git a/.gitignore b/.gitignore index af77712..f22214a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ packages out .vscode yarn-error.log -yarn.lock \ No newline at end of file +yarn.lock + +_github assets \ No newline at end of file diff --git a/README.md b/README.md index 48b304e..734685d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/SCREENSHOTS.md b/docs/SCREENSHOTS.md index 1ab0aad..71713fa 100644 --- a/docs/SCREENSHOTS.md +++ b/docs/SCREENSHOTS.md @@ -1,8 +1,11 @@ # Screenshots -![demo]() + +Screenshots have been removed temporarily. + + \ No newline at end of file diff --git a/docs/github assets/1.png b/docs/github assets/1.png deleted file mode 100644 index e179766..0000000 Binary files a/docs/github assets/1.png and /dev/null differ diff --git a/docs/github assets/2.png b/docs/github assets/2.png deleted file mode 100644 index 3c9b726..0000000 Binary files a/docs/github assets/2.png and /dev/null differ diff --git a/docs/github assets/3.png b/docs/github assets/3.png deleted file mode 100644 index 8a49356..0000000 Binary files a/docs/github assets/3.png and /dev/null differ diff --git a/docs/github assets/4.png b/docs/github assets/4.png deleted file mode 100644 index e43be24..0000000 Binary files a/docs/github assets/4.png and /dev/null differ diff --git a/docs/github assets/5.png b/docs/github assets/5.png deleted file mode 100644 index 5068333..0000000 Binary files a/docs/github assets/5.png and /dev/null differ diff --git a/docs/github assets/6.png b/docs/github assets/6.png deleted file mode 100644 index 3c3f0be..0000000 Binary files a/docs/github assets/6.png and /dev/null differ diff --git a/docs/github assets/7.png b/docs/github assets/7.png deleted file mode 100644 index 6967830..0000000 Binary files a/docs/github assets/7.png and /dev/null differ diff --git a/src/renderer/MainImports.ts b/src/renderer/MainImports.ts index a748312..255e155 100644 --- a/src/renderer/MainImports.ts +++ b/src/renderer/MainImports.ts @@ -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"], }, {