Open file:// protocol or folder path from tiddlywiki

In https://github.com/tiddly-gittly/TidGi-Desktop You can put links like [ext[xxx|C:\Users\linonetwo\Desktop]] in your wiki, or prefix with file protocol like [ext[xxx|file://C:\Users\linonetwo\Desktop]].

Click on it will open the folder on system explorer. In this way, tiddlywiki can acts as a file manager for your favorite files.

This can only be done in environment like TidGi app, which is a cross-platfrom opensource Electron wrapper for nodejs wiki.

Full documents are in https://tidgi.fun/#TidGi%20Feature%20Handbook%2FReference%20External%20Files

1 Like

This is also true with tiddlywiki-app, hta files and possibly tiddydesktop.

It allows integration with your local machine.

Yes, this requires additional development on the tiddlywiki apps like TidGi’s code, to handle difference between

  1. open folder
  2. open file
  3. open other wiki’s specific tiddler with tidgi://wiki/#New Tiddler

this feature needs a lot of coding in the native app part.

I just realised at least we can provide a file:// link to a Windows 11 .lnk or shortcut file, which can contain parameters to the local application, opening the application with the hard coded parameters.

Where it would be nice is, if the parameters could be generated in tiddlywiki and passed to the local machine.

I have not being using tidGI yet.

I am looking for a general solution that may also work in tiddlywiki-app if possible.

I’ve see you write this many times, maybe you should have a try lol.

And what I mean is that, things like this, and page scaling with ctrl+ +/- requires native code, there is no hack way to do this only on wiki side.

Theoretically, you can launch specific and open a tiddler with start tidgi://wiki/#New Tiddler, but it have some bug currently, and requires modification to native code.

If I may be totaly honest, I am impressed with your work, and very interested in using and contributing, however every time I look and see a wall of Chinese characters I seem to get a kind of dyslexia and dont know what I am supposed to do.

I also want to do full i18n, especially this could be done by Github Copilot. But I’m still waiting for Introducing bundled sub plugins by Jermolene · Pull Request #8957 · TiddlyWiki/TiddlyWiki5 · GitHub . Just like I’m waiting for feat: serialize AST node back to wikitext string by linonetwo · Pull Request #8258 · TiddlyWiki/TiddlyWiki5 · GitHub so I could release my powerful next-level WYSIWYG editor.

TidGi itself have full en ru jp fr translation, have you tried that?
If you find TidGi default template not fully translated. You could just import your own HTML file instead.

1 Like

Installed and researching now. Thanks for you work @linonetwo