Do you think it would be possible to have an Android version of TD (or TidGi) ?
There is already a GitHub - donmor/Tiddloid: Tiddloid is an app to work with locally stored TiddlyWikis.
And I have made a plugin GitHub - tiddly-gittly/tw-mobile-sync: Sync data between Mobile HTML (Tiddloid) <-> Desktop App (TidGi) . So there is no need for me to write another Android App!
It seems to be a TiddlyDesktop style tool that uses node.js (separate tiddlers) and saves directly to Github.
Yes, but you can create a local wiki, then you won’t need to know what Github is. Do you agree with that? Seems many of its new users will still try to connect to Github and bump into troubles…
And there are some API exposed to tw side from electron, like open file at location and get old version of file from git history. So some js plugin can use them.