Created a visualization tool: Md to Tid

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:


3 Likes

Oh, neat idea. I have recently been converting some PDFs to markdown via a python command line script proccess. Next was getting those into Tiddlywiki. Nice implementation…

1 Like

@WhiteFall Is there an engllsh version available ?

this is the web version: MD to Tid Wikitext

The Windows APP also tries to implement a functional component approach to make the interface more visually appealing.


Perfect batch conversion

Long shot, but do you think a Linux port is possible, or at least compilation instructions? I think all the frontend software you use for this program is cross-platform.