bimlas
We could associate the HTA files with NW.js, so this could be a cross-platform solution.
Useful comment!nw --url="file:///absolute/path/of/tiddlywiki.html"Right. TiddlyDesktop doesn't support yet, as far as I can see, relative addressing. Which makes "wrapped install" of TD with wiki not possible at the moment.TD is particularly good for its MENU environment, ideal for sets of wikis. Even more than the .hta approach it looks like an app and can be treated as one.ThoughtsTT
TonyM wrote
I do use TiddlyDesktop in preference to hta's, for desktop interaction, however I want an easy instruction setup for users.
Right. If the addressing of wiki in it could be relative pathing you'd be able to do a nice install as a package.FYI, there are aspects of TD that, as far as I can see, none of us have explored yet. For instance restyling the menus. IMO it has unexplored potential for desktops.
The node versions, and twexe open the server in a Window and the wiki in a browser. This is unkind and confusing to end users, why do they need two windows? That is the beauty of the HTA format. I may add, for simple notepad features hta is more than adequate.I would prefer to associate .tw files with NW
Doable. For launch from file explorer in windows you'd need a registry changes?Making installers doesn't look too difficult. An issue would be "signing" if you want :..... for user to not have to care however.
If we made our own exe installable equivalent of the mshtml helper that used chromium (?) and made .tw files behave like hta files on every platform would we have nervana?
Dream on :). IF. You prob right for Windows but what about smart phones? Nirvana is elusive. Most gurus say its not easy. Maybe its because they have a vested interest in that, but also looks truish. But I wonder what COMMON all platform solution would be other than a Web page?
If tiddlywiki could be treated like a word document download and double click but they open in their own window and save (not in a browser, shared app or with a server running) they will be more intuitive to use.
I think this is about ASSOCIATION? Right? You'd need to change WINDOWS registry to change that behavior? Then you'd need the app present for it.Best wishesTT
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw\OpenWithList]
"a"="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\\OpenWith.exe"
"b"="bdca"
"c"="firefox.exe"
"d"="chrome.exe"
"MRUList"="dcabe"
"e"="nw.exe"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw\OpenWithProgids]
"tw_auto_file"=hex(0):
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw\UserChoice]
"Hash"="bRMttY1jsOw="
"ProgId"="Applications\\firefox.exe"TonyM wrote:Associations can be set with a reg file containing a single registry entry. These can be saved to disk from a wiki, and launched. There would be ones for other platforms.
What would the reg entry be for ".tw" on Windows be? I could test with Polly.TT