|
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: DMCA discaimer
|
||||
lastUpdated: false
|
||||
editLink: false
|
||||
prev: false
|
||||
next: false
|
||||
sidebar: false
|
||||
footer: false
|
||||
translator: CakesTwix
|
||||
---
|
||||
|
||||
# Дисклеймер DMCA
|
||||
Розробники цього додатку не мають жодного відношення до контенту, доступного в додатку.
|
||||
Він збирається з джерел, вільно доступних через будь-який веб-браузер.
|
||||
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: Привіт
|
||||
description: Для переходу за цим посиланням вам може знадобитися встановлений застосунок Kotatsu.
|
||||
search: false
|
||||
sidebar: true
|
||||
sitemap:
|
||||
exclude: true
|
||||
head:
|
||||
- - meta
|
||||
- name: robots
|
||||
content: noindex, nofollow
|
||||
footer: false
|
||||
translator: CakesTwix
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import { onMounted } from "vue"
|
||||
import DownloadButtons from "@theme/components/DownloadButtons.vue";
|
||||
|
||||
onMounted(() => {
|
||||
window.location = `kotatsu://manga/manga${window.location.toString().split("manga/").pop()}`
|
||||
})
|
||||
</script>
|
||||
|
||||
# Привіт.
|
||||
|
||||
Для переходу за цим посиланням вам може знадобитися встановлений застосунок Kotatsu.
|
||||
|
||||
Kotatsu - це безкоштовний застосунок для читання манґи з відкритим вихідним кодом для платформи Android. Вона підтримує безліч онлайн-каталогів різними мовами з фільтрами та пошуком, офлайн-читання з локального сховища, обране, закладки, сповіщення про нові глави та інші функції.
|
||||
|
||||
<DownloadButtons />
|
||||
@ -1,4 +1,6 @@
|
||||
---
|
||||
title: Закладки
|
||||
description: Часті запитання про закладки.
|
||||
---
|
||||
footer: false
|
||||
translator: CakesTwix
|
||||
---
|
||||
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Локальне сховище
|
||||
description: Поширені запитання про локальне сховище.
|
||||
---
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Локальне сховище
|
||||
description: Часті запитання про локальне сховище.
|
||||
footer: false
|
||||
translator: CakesTwix
|
||||
---
|
||||
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Випадкові серії
|
||||
description: Часті запитання про випадкові серії.
|
||||
---
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Рандом
|
||||
description: Часті запитання про рандом.
|
||||
footer: false
|
||||
translator: CakesTwix
|
||||
---
|
||||
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Рекомендації
|
||||
description: Поширені запитання про рекомендації.
|
||||
---
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Пропозиції
|
||||
description: Часті запитання про пропозиції.
|
||||
footer: false
|
||||
translator: CakesTwix
|
||||
---
|
||||
@ -1,29 +0,0 @@
|
||||
---
|
||||
title: Backups
|
||||
description: Backups helps you prevent losing your library if something happens.
|
||||
---
|
||||
|
||||
# Backups
|
||||
|
||||
Backups in **Kotatsu** are compatible between different versions of the app.
|
||||
|
||||
::: tip How to create a backup
|
||||
1. Go to <nav to="data">.
|
||||
1. Select **Create data backup** and choose a location to save it.
|
||||
|
||||
<img src="/manuals/guides/backups/backup.png" alt="Backup and Restore" width="500"/>
|
||||
:::
|
||||
|
||||
## General backup details
|
||||
|
||||
### What's included in a backup?
|
||||
- **Reading history**
|
||||
- **Favourites**
|
||||
- **Categories of favourites**
|
||||
- **App settings**
|
||||
|
||||
### What's not included in a backup?
|
||||
- **Downloaded** chapters
|
||||
|
||||
## Restoring a backup
|
||||
Restoring a backup can be done through the **Restore from backup** setting.
|
||||
@ -1,34 +0,0 @@
|
||||
---
|
||||
title: Categories
|
||||
description: Organize your favorite series effortlessly with categories.
|
||||
---
|
||||
|
||||
# Categories
|
||||
|
||||
Organize your favorite series effortlessly with categories.
|
||||
|
||||
To manage your categories, navigate to <nav to="favourites_manage_categories">.
|
||||
|
||||
- You can name and sort categories as you prefer (e.g., by `Source`, `Genre`, `Reading Status`).
|
||||
- Add series to multiple categories and control update options through category settings.
|
||||
|
||||
## Content
|
||||
|
||||
Categories would be useless without any content in them.
|
||||
Below are some tips for using them.
|
||||
|
||||
:::: tabs
|
||||
== Add entries
|
||||
### Add series to a category
|
||||
|
||||
1. Long press the series you want to add.
|
||||
1. Press the **heart** button.
|
||||
1. Select which category or categories you want it in.
|
||||
|
||||
== Remove entries
|
||||
### Remove series from a category
|
||||
|
||||
1. Long press the series that you want to remove.
|
||||
1. Press the **heart** button.
|
||||
1. Deselect the category or categories you want to remove it from.
|
||||
::::
|
||||
@ -1,63 +0,0 @@
|
||||
---
|
||||
title: Getting started
|
||||
description: Essential information to help you get set up with Kotatsu.
|
||||
---
|
||||
|
||||
<script setup lang="ts">
|
||||
import { data as release } from "@theme/data/release.data"
|
||||
</script>
|
||||
|
||||
# Getting started
|
||||
|
||||
Essential information to help you get set up with Kotatsu.
|
||||
|
||||
## Installation guide
|
||||
|
||||
### Downloading Kotatsu
|
||||
|
||||
1. Visit our [download](/download/) page to get the latest version of **Kotatsu**.
|
||||
1. After the download is complete, open the `kotatsu-{{ release.stable.tag_name }}-release.apk` file.
|
||||
1. Proceed with the installation process.
|
||||
|
||||
### Selecting sources depending on languages
|
||||
|
||||
At the first launch, a dialog with a list of source languages available in the application will appear. By default, the languages that are on the Android system and multilingual sources will be enabled.
|
||||
|
||||
<img src="/manuals/guides/getting-started/welcome.png" alt="Welcome screen" width="500"/>
|
||||
|
||||
::: tip
|
||||
You can organize the list of sources in <nav to="explore_manage_sources">
|
||||
:::
|
||||
|
||||
### Adding series to your favourites
|
||||
|
||||
Here's how you can add series to your favourites:
|
||||
|
||||
1. Select the source you'd like to browse.
|
||||
1. Once you've found the series that you want to add, tap on it for more details.
|
||||
1. Press the heart button on toolbar, choose category or create new one, and the series will be added to your favourites.
|
||||
|
||||
<img src="/manuals/guides/getting-started/add-to-favourites.png" alt="Adding to favourites" width="500"/>
|
||||
|
||||
## Additional setup
|
||||
|
||||
### Series search options
|
||||
|
||||
If you want to search for series across all your sources, you can use the Global Search feature.
|
||||
|
||||
Follow these steps:
|
||||
|
||||
1. Go to the main section.
|
||||
1. Use the search bar in the toolbar to find series from all available sources.
|
||||
|
||||
### Trouble finding a specific series?
|
||||
|
||||
If you encounter difficulties while searching for a specific series, consider the following points:
|
||||
|
||||
* Double-check your spelling and try again, as some sources might use **Japanese romanized** titles instead of **English** ones.
|
||||
> Example: **Boku no Hero Academia** instead of **My Hero Academia**.
|
||||
|
||||
* Some sources may use different spellings or wordings for titles.
|
||||
> Example: **Bungo Stray Dogs** instead of **Bungou Stray Dogs**
|
||||
|
||||
> Example: **3-gatsu no Lion** instead of **Sangatsu no Lion**.
|
||||
@ -1,36 +0,0 @@
|
||||
---
|
||||
title: Tracking
|
||||
description: Tracking helps track your library with different online services.
|
||||
---
|
||||
|
||||
<script setup lang="ts">
|
||||
import { data as release } from "@theme/data/release.data"
|
||||
</script>
|
||||
|
||||
# Tracking
|
||||
Tracking helps you automatically send read chapters to supported trackers, so you can keep track of what and when you read it online.
|
||||
|
||||
## Services
|
||||
|
||||
Kotatsu (version {{ release.stable.tag_name }}) supports the following services: [MyAnimeList](https://myanimelist.net/), [AniList](https://anilist.co/), and [Shikimori](https://shikimori.one/).
|
||||
|
||||
- Tracking is manual for each entry.
|
||||
- Reading the last page of a chapter marks it as read.
|
||||
- Offline progress syncs when online.
|
||||
- Completion status auto-updates.
|
||||
- Tracking is one-way: **Kotatsu -> Tracker**.
|
||||
|
||||
## General questions
|
||||
|
||||
### How do I log in to trackers?
|
||||
1. Go to <nav to="services">.
|
||||
1. Tap the desired tracker to begin login.
|
||||
|
||||
### How do I set up tracking for each series?
|
||||
1. Open the series.
|
||||
1. Tap <nav to="details_tracking">.
|
||||
1. Find a series and click **Done**.
|
||||
|
||||
::: tip
|
||||
You can also change the search query if there is no match.
|
||||
:::
|
||||
|
Before Width: | Height: | Size: 335 KiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 325 KiB |
|
Before Width: | Height: | Size: 511 KiB |
|
Before Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 301 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 66 KiB |
@ -1,79 +0,0 @@
|
||||
---
|
||||
title: Style guide
|
||||
description: Style guide to aid website content contributors.
|
||||
lang: en-US
|
||||
sitemap:
|
||||
exclude: true
|
||||
---
|
||||
|
||||
# Style guide
|
||||
Style guide to aid website content contributors. For the code used for certain segments, please view the code for this page.
|
||||
Note that I am not experienced in making these and thus it was created on a whim, if you know any way to improve this page then please submit an edit for it or create an issue.
|
||||
|
||||
## FAQ Style
|
||||
Some **DO**s and **DO NOT**s for [FAQ](/manuals/faq/general/).
|
||||
|
||||
- **DO NOT** be afraid to ask for help, this includes clarifying what some parts on this page mean.
|
||||
|
||||
- **DO** write each segment as a question:
|
||||
> #### How can I see how many chapters I've downloaded?
|
||||
|
||||
- **DO** write your instructions as clear as possible, preferably check with other people first and see if they can help you improve your language used.
|
||||
|
||||
- **DO NOT** write noticably sloppily, this makes it harder for both us and the user to understand.
|
||||
|
||||
- **DO NOT** forget to at least check for basic grammar issues, this includes not having a capital letter in your first word and forgetting commas/periods.
|
||||
|
||||
- **DO PREFERABLY**, in relation to the above, use resources that can aid with grammar and general structure:
|
||||
> - [Grammarly](https://app.grammarly.com/) - Grammarly's writing app makes sure everything you type is not only correct, but also clear and easy to read.
|
||||
> - [Hemmingway App](http://www.hemingwayapp.com/) - Hemingway App makes your writing bold and clear.
|
||||
|
||||
- **DO** preferably try to build the enviroment and test it locally first before submitting your PR, ask for help with this if you need it.
|
||||
|
||||
- **DO** use guide containers for quickly showing how to achieve something:
|
||||
> ::: tip Instructions
|
||||
> Enable it by going to <NavigationText item="library"/> → <NavigationText item="filter"/> → **Display** section and then checking the **Download badges** option at the bottom.
|
||||
> :::
|
||||
|
||||
- **DO** try to be consistent with video recording by following these guidelines:
|
||||
> ::: tip Video recording guidelines
|
||||
> When making videos, it's highly preferable that you use [Android Studio's](https://developer.android.com/studio) emulator for a consistent result each time. The emulator settings > for the front-page images is a **Pixel 3 XL** running **Android 10**.
|
||||
> - Record your videos as **MP4** or **WEBM**, whichever works the best for you.
|
||||
> - Use Androids built-in **Demo Mode**, it can be found in the Developer settings.
|
||||
> - Record with a clean workspace and don't be too hasty or too slow with actions.
|
||||
> :::
|
||||
|
||||
- **DO** use arrow symbols in instructions, instead of using greater-than symbols:
|
||||
> Start → Goal
|
||||
|
||||
- **DO** bold important words in your text:
|
||||
> ...checking the **Download badges** option...
|
||||
|
||||
- **DO** use **[Shortcodes](https://github.com/KotatsuApp/website/.vitepress/config/shortcodes.ts)** items when applicable:
|
||||
> <nav to="data"/>
|
||||
|
||||
- **DO** use unordered lists when writing a list of stuff that's not an instruction:
|
||||
> - This thing.
|
||||
> - And that thing.
|
||||
|
||||
- **DO NOT** use unordered lists for instructions.
|
||||
- **DO** use ordered lists when writing a longer instruction:
|
||||
> 1. Step one.
|
||||
> 1. Step two.
|
||||
|
||||
- **DO** use tabs for instructions when necessary for a good experience:
|
||||
> ::: tabs
|
||||
> == Android 8+
|
||||
> **Lorem ipsum** dolor sit amet, _consectetur_ adipiscing **elit**.
|
||||
> == Android 7 and under
|
||||
> **Pellentesque** _habitant_ morbi tristique **senectus** et netus.
|
||||
> :::
|
||||
|
||||
- **DO** include related info as an aside object:
|
||||
> **Lorem ipsum** dolor sit amet, _consectetur_ adipiscing **elit**.
|
||||
> ::: tip Note
|
||||
> Related GitHub issue: [#1](https://github.com/KotatsuApp/Kotatsu/issues/1)
|
||||
> :::
|
||||
|
||||
- **DO** use code tags for error codes and file names:
|
||||
> Storage related error: `Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException...`
|
||||