[tw5] Re: Can you create a text file from TiddlyWiki on node.js?

2021-01-12 Thread Michael Wiktowy
Si, I don't know if this is too limited of a solution for you but it is pretty simple. If you have your text data in a tiddler, you can just use tm-download-file message to create a text file using the browser download functionality (with all the limits that imposes). I made a macro quite rece

[tw5] Re: Can you create a text file from TiddlyWiki on node.js?

2021-01-12 Thread si
Hi Tones, Sorry I did not see that you had replied until just now. I had seen that Larry Sanger had created a kind of spaced repetition tool for practising programming tasks . In short it displays a short programming puzzle, then will automatically

[tw5] Re: Can you create a text file from TiddlyWiki on node.js?

2021-01-10 Thread Joshua Fontany
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",

[tw5] Re: Can you create a text file from TiddlyWiki on node.js?

2021-01-05 Thread TW Tones
Si, As a new comer try the Bobexe implementation. However TiddlyDesktop, hta and(limited) and TWExe solutions do have more access to the local system. However what do you actually want to do or use these text files for?, creating, editing, reading, importing, generating etc... I have other

[tw5] Re: Can you create a text file from TiddlyWiki on node.js?

2021-01-03 Thread si
Great thanks Mark. I have seen people discuss Bob but never really knew what it was. I will check it out. On Saturday, 2 January 2021 at 18:43:57 UTC Mark S. wrote: > You might check out Bob, a version of TW on node that allows you to run > scripts on the local server. > > On Saturday, January

[tw5] Re: Can you create a text file from TiddlyWiki on node.js?

2021-01-02 Thread 'Mark S.' via TiddlyWiki
You might check out Bob, a version of TW on node that allows you to run scripts on the local server. 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. > >