tachikoma is an extension that sync your reading progress to multiple services while you read manga on multiple sites !
You should never update manually again.
tachikoma is still in beta and has missing features, expect bugs if you try using it and check the roadmap to see the progress.
Site | Link |
---|---|
MangaDex | mangadex.org |
MangaPlus | mangaplus.shueisha.co.jp |
Your favorite site is missing ? Check that it's not already requested and request it
You can enable multiple services at the same time, and it will sync all of them to the same progress, with the informations they support.
Site | Link | Features |
---|---|---|
MyAnimeList | myanimelist.net | |
Anilist | anilist.co | |
Kitsu | kitsu.io | |
MangaDex | mangadex.org | Status only |
Your favorite service is missing ? Check that it's not already requested and request it
- Sync titles between all enabled services
- Automatically set the start and end date you start and finish a title
- Configurable highlight in lists to filter the chapters you already read and see the next chapter
- Title Editor to manually update a title
tachikoma aim to have most of the features from the previous SyncDex, dropping unused or now not needed features.
Here is some features that will be added to tachikoma, with no particular order of priority:
- Services Import/Export
- Automatic import on startup
- Last chapter detection and automatically set end date
There is also some features that are currently in tachikoma but incomplete or in progress and that will be updated:
- Options are not applied on the current page until a refresh
- Enhance the Title Editor
If you have a bug, open an issue, but if you want to send me a message, you can find me on the MangaDex Discord Server, under the same username, or maybe send me a message on Reddit.
The only requirement is node.
You first need to build the build plugins:
cd config
yarn install
yarn build
Then you can build tachikoma itself:
yarn install # at the root of the folder
# Building to contribute ?
yarn dev
# Building for both chrome and firefox
yarn build
# or *only* for chrome/firefox
yarn build:firefox
yarn build:chrome