mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Create tracking page (#460)
* Create tracking page * Added tracking to sidebar.js * Added video files and links * Changed video guide to guide
This commit is contained in:
parent
89d0520fb5
commit
1ce64734d6
@ -17,6 +17,7 @@ module.exports = {
|
||||
"/help/guides/reading-local-manga",
|
||||
"/help/guides/reader-settings",
|
||||
"/help/guides/categories",
|
||||
"/help/guides/tracking",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
BIN
src/.vuepress/public/assets/guides_add-to-tracker.mp4
Normal file
BIN
src/.vuepress/public/assets/guides_add-to-tracker.mp4
Normal file
Binary file not shown.
BIN
src/.vuepress/public/assets/guides_login-to-tracker.mp4
Normal file
BIN
src/.vuepress/public/assets/guides_login-to-tracker.mp4
Normal file
Binary file not shown.
40
src/help/guides/tracking.md
Normal file
40
src/help/guides/tracking.md
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
title: Tracking manga
|
||||
description: How to automatically track read chapters on supported trackers
|
||||
lang: en-US
|
||||
---
|
||||
# Tracking Info
|
||||
|
||||
- Tracking done **manually** for every manga.
|
||||
- The last page of the chapter must be reached to have it mark the chapter as read and track it.
|
||||
- You can manually set the chapter by tapping on the number and then either entering the number in or dragging the ticker up or down.
|
||||
- After being offline, the tracker will not sync the last read chapter, even after going back online
|
||||
- Tracking is one-way. Meaning updating status in Tachiyomi will update the tracker, but updating status in the tracker will not update Tachiyomi
|
||||
|
||||
# Setting up Tracking <MaterialIcon icon="sync" />
|
||||
|
||||
:::: guide Guide
|
||||
::: videolink
|
||||
[<MaterialIcon icon="videocam"/> Click for video guide](/assets/guides_login-to-tracker.mp4)
|
||||
:::
|
||||
|
||||
1. Goto More → Settings → Tracking to Login
|
||||
2. Tap the tracker you would like to login to, it will automatically open the browser and lead you through the login process.
|
||||
|
||||
::::
|
||||
## Setting up tracking for each entry
|
||||
|
||||
|
||||
:::: guide Guide
|
||||
::: videolink
|
||||
[<MaterialIcon icon="videocam"/> Click for video guide](/assets/guides_add-to-tracker.mp4)
|
||||
:::
|
||||
|
||||
1. Tap the manga
|
||||
2. Tap the <MaterialIcon icon="sync" />
|
||||
3. Tap "Add tracking" to add the manga to the tracker
|
||||
<ul>
|
||||
<li>Optional: You can change the search query</li>
|
||||
</ul>
|
||||
|
||||
::::
|
Loading…
Reference in New Issue
Block a user