diff --git a/src/.vuepress/config/sideBar.js b/src/.vuepress/config/sideBar.js index 5cee3643..e792830d 100644 --- a/src/.vuepress/config/sideBar.js +++ b/src/.vuepress/config/sideBar.js @@ -17,6 +17,7 @@ module.exports = { "/help/guides/reading-local-manga", "/help/guides/reader-settings", "/help/guides/categories", + "/help/guides/tracking", ], }, { diff --git a/src/.vuepress/public/assets/guides_add-to-tracker.mp4 b/src/.vuepress/public/assets/guides_add-to-tracker.mp4 new file mode 100644 index 00000000..8c62d4f7 Binary files /dev/null and b/src/.vuepress/public/assets/guides_add-to-tracker.mp4 differ diff --git a/src/.vuepress/public/assets/guides_login-to-tracker.mp4 b/src/.vuepress/public/assets/guides_login-to-tracker.mp4 new file mode 100644 index 00000000..a46b3fe7 Binary files /dev/null and b/src/.vuepress/public/assets/guides_login-to-tracker.mp4 differ diff --git a/src/help/guides/tracking.md b/src/help/guides/tracking.md new file mode 100644 index 00000000..b2bd3458 --- /dev/null +++ b/src/help/guides/tracking.md @@ -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 + +:::: guide Guide +::: videolink +[ 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 +[ Click for video guide](/assets/guides_add-to-tracker.mp4) +::: + +1. Tap the manga +2. Tap the +3. Tap "Add tracking" to add the manga to the tracker +
    +
  • Optional: You can change the search query
  • +
+ +:::: \ No newline at end of file