This is exactly what TW5 on Node.js does. When you create a new tiddler in draft-mode, a file named "Draft of 'Tiddler 1' by Username.tid" is saved to the file system. If you change the Type field to "text/plain", then a new set of files is created, first "Draft of 'Tiddler 1' by Username.txt", which holds the contents of he main "text field" shown in the browser's edit-template, and second a file named "Draft of 'Tiddler 1' by Username.txt.meta" which holds all other fields liek Title, Tags, etc, etc, etc.
Best, Joshua Fontany On Saturday, January 2, 2021 at 8:40:52 AM UTC-8 si wrote: > As I understand it, TW single file version cannot do anything with the > file system on your computer while running in a browser. > > Does this restriction disappear when using node.js? For example, could I > (theoretically) create a button in my wiki that creates a new text file > somewhere on my system, which is then opened automatically in a text editor? > > It seems from my limited use that the node.js version of TW will create > individual tiddler files on your desktop as you create new tiddlers in the > wiki, so presumably it is able to interact with the file system in some way? > > I don't know anything about this topic so I am aware this is probably a > very nooby question! > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/914098f4-b031-43ac-9ec9-f90c97719a56n%40googlegroups.com.

