Based on @dongrentianyu idea, I’ve created a little tool that converts Markdown documents to TID.
The toolkit used includes: Tauri + React + linonetwo’s md-to-tid project.
GitHub repository: GitHub - Zacharia2/md2tid . I’ve released a test version for everyone to try out. The installer is only 2MB, quite compact, haha.
The core functionality is already in place: input the repository path, display a list, and click to convert to output the TID file. The issues encountered include some parsing errors in the AST syntax converter, I’m still figuring out the logic for page updates, state management is a bit unfamiliar, and I haven’t written the custom filename logic to resolve filename conflicts for files with the same name in different paths.
Below is an image of the current progress: