Current Japanese novel sentence mining workflow
- Setup Syncthing or use network attached drive (SMB network drive) for easy content access.
- Convert epub collection to txt (using this script) to store in the shared folder.
- (iOS) Connect network drive in File apps and just copy and paste to Migaku.
- (Android) Use Syncthing to get shared folder on device, then use Textcopier app to copy and paste to Migaku.
graph TD
Start(Mining Novel Workflow) --> Setup_Storage
Setup_Storage[Setup: Syncthing or Network Drive] --> Convert_EPUB
click Setup_Storage "https://syncthing.net/" _blank
Convert_EPUB[Convert EPUB to TXT with script] --> Device_OS
click Convert_EPUB "https://github.com/nut1414/epub-chapter-extractor" _blank
Device_OS{Device OS?}
Device_OS -- iOS --> iOS_Connect[Connect network drive in File apps]
Device_OS -- Android --> Android_Sync[Use Syncthing to get shared folder]
iOS_Connect --> Copy_Paste[Copy & Paste to Migaku]
Android_Sync --> Android_Textcopier[Use Textcopier app]
click Android_Textcopier "https://github.com/nut1414/Textcopier" _blank
Android_Textcopier --> Copy_Paste
Copy_Paste --> End(Content in Migaku)