mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled
It isn't much but it's way better than the old ones.
70 lines
3.4 KiB
HTML
70 lines
3.4 KiB
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
h1, h2 {
|
|
color: #302f2d;
|
|
font-weight: normal;
|
|
}
|
|
h1 {
|
|
font-size: 20px;
|
|
}
|
|
h2 {
|
|
font-size: 14px;
|
|
}
|
|
a {
|
|
color: #C19441;
|
|
}
|
|
li {
|
|
margin-bottom: 6px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Quick start guide</h1>
|
|
<p>YACReader is the reading app in the YACReader suite. Use it to open a comic file directly, open a folder of images, or continue reading something launched from YACReaderLibrary.</p>
|
|
<p>This guide focuses on the current essentials. For the full list of keyboard shortcuts, and to customize them, open the <b>Shortcuts</b> dialog from the toolbar, menu, or settings dialog.</p>
|
|
|
|
<h2>Start reading</h2>
|
|
<ul>
|
|
<li>Open a comic file, open a folder, or drag and drop content into the window.</li>
|
|
<li>YACReader supports the usual comic archive workflow and image folders. Some builds also support PDF reading.</li>
|
|
<li>If you open a folder, YACReader can move through the neighboring files in that folder so it works well for sequential reading.</li>
|
|
<li>The app remembers your recent files and your last reading position for each comic.</li>
|
|
</ul>
|
|
|
|
<h2>Choose a reading mode</h2>
|
|
<ul>
|
|
<li>Use the toolbar to switch between fit width, fit height, fit page, full size, and continuous scroll mode.</li>
|
|
<li>Enable double page mode when it fits the comic better, or switch to manga double page mode to reverse the reading order.</li>
|
|
<li>The page flow lets you browse visually before jumping to a page.</li>
|
|
<li>The magnifying glass is available while reading and can be resized and zoomed independently.</li>
|
|
</ul>
|
|
|
|
<h2>Move around the comic</h2>
|
|
<ul>
|
|
<li>You can read with the keyboard, mouse wheel, trackpad, or the mouse mode selected in the options dialog.</li>
|
|
<li>Use the Go To dialog for an exact page jump, or open the page flow for quick visual navigation.</li>
|
|
<li>Bookmarks are useful for favorite pages, and YACReader also keeps track of the latest page you were reading.</li>
|
|
<li>The information overlay can show page progress while you read, and the translator tool can be toggled from the toolbar or menu.</li>
|
|
</ul>
|
|
|
|
<h2>Shortcuts</h2>
|
|
<ul>
|
|
<li>Open the <b>Shortcuts</b> dialog to discover every available shortcut and change it to your liking.</li>
|
|
<li>The dialog groups actions by area, so it is the best place to learn what is available in the viewer.</li>
|
|
<li>This help page avoids a fixed shortcut table because shortcuts are customizable and may not match your setup anymore.</li>
|
|
</ul>
|
|
|
|
<h2>Useful settings</h2>
|
|
<ul>
|
|
<li>The options dialog includes language selection, appearance and theme settings, background color, page flow behavior, and image adjustment controls.</li>
|
|
<li>You can tune brightness, contrast, gamma, scaling quality, and whether small images should be enlarged to fit the page.</li>
|
|
<li>If you use a trackpad or prefer a specific click behavior, review the scroll and mouse mode settings first.</li>
|
|
<li>Light and dark themes can follow the system setting, and custom themes can be loaded too.</li>
|
|
</ul>
|
|
|
|
<p>If you mainly want to manage a collection, search across it, or edit comic metadata, use YACReaderLibrary and open the selected comic from there.</p>
|
|
<p>More information about the project is available at <a href="https://www.yacreader.com">https://www.yacreader.com</a>.</p>
|
|
</body>
|
|
</html>
|