[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread Soren Bjornstad
TiddlyWiki macros are not "executable" in the usual sense of that word, they are just ways to substitute text for other text, possibly with parameters. So I don't think macros are what you're looking for here. Can you explain what exactly you're trying to accomplish? There's a way to do almost

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
One last doubt: is it possible to save tiddlywiki macros inside this tiddlywiki.info file and execute those macros from the backend with the *tiddlywiki *command-line? On Wednesday, December 9, 2020 at 10:35:19 AM UTC-3 muynars...@gmail.com wrote: > Ah, sorry... An "output" folder was

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
Ah, sorry... An "output" folder was generated with the HTML file that I needed. That works perfectly for what I need. Thanks! On Wednesday, December 9, 2020 at 10:18:24 AM UTC-3 muynars...@gmail.com wrote: > Thanks Eric, > > In my case, I entered the folder where the tiddlywiki.info exists and

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
Thanks Eric, In my case, I entered the folder where the tiddlywiki.info exists and got the following output with this command: $ tiddlywiki --build index syncer-server-filesystem: Dispatching 'save' task: $:/StoryList After this command, I didn't find any HTML file that was generated. The

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread Eric Shulman
On Tuesday, December 8, 2020 at 10:25:18 PM UTC-8 muynars...@gmail.com wrote: > I run its Node.js version... I need a way to generate the HTML file > automatically instead of manually clicking on the "save changes" button... > I've tried looking for the command-line options > The command-line