Skip to content

c1bles/ChibiDock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChibiDock 📖

Simple Comic Reader Made In HTML For Comic Integration.

Setup 🔧

Installation

The installation is simple, you just need to download the latest release from the releases tab, and open the .html file with any browser.

Folder Structure

For the folder structure, the reader uses .jpg by default, but you can tweak it how you like. The page names should follow this pattern: (001, 002, 003, etc...)

Adding Pages

To add pages, locate the part in the HTML where it loads the page images, and copy it while changing the page number, pretty easy right?

Customization 🎨

Themes

Since it's HTML, it's quite easy to modify themes/add new ones. You can achieve this by adding a section like this. (it isn't that simple but it's kinda like that)

Reading Modes

For the reading modes it's more complicated than the themes process because you need to define the xyz coordinates, the scrolling direction, the page size (at the moment), and from which direction will the pages be read.

UI

If you know how to code well enough, you could redesign the whole ui to your taste. I'm not gonna do a tutorial since this is a lot but you get the point.

Compatibility 📺

As of 1.1.0a, i added minimal compatibility for mobile devices, although this is really nothing. (tested on "xiaomi-sweet_k6a") I still didn't test this on a tablet or a square monitor so i don't know about those.

License 🔑

Copyright 2025 c1bles/cibles

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.