I just succeeded to export to a static web site but with the old option, I cannot do it with the new one.
~/node_modules/tiddlywiki/tiddlywiki.js --verbose --load mytiddly.html --rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html static text/plain On Tue, Sep 17, 2019 at 10:57 AM Olivier <[email protected]> wrote: > Thanks for your answers, it seems I am not the only one confused with the > doc (I exclude those who trust so much in the doc that they told me to look > at pages I cited in my initial mail :) > > Since yesterday, I found out what is Node.js and that to install > tiddlywiki (the program) I should first install Node, so on Ubuntu it would > be > > apt install npm > npm install tiddlywiki > > Not that difficult to explain but if you don't know it, you waste hours. > > So that bring us back to the doc, how could we improve it? Could I put > that information in the page "Using TiddlyWiki on Node.js"? Could the doc > of TiddlyWiki be a wiki that anyone can edit? > > Olivier. > > ps: I still don't know how to make a whole static web site from my > TiddlyWiki. The best I could achieved was to create one HTML page per > tiddler but links do not work. I cannot go from a page to another. Here the > command I used: > > tiddlywiki.js --verbose --load mytiddly.html --render '[!is[system]]' > '[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]' > > > On Tue, Sep 17, 2019 at 7:43 AM Suzanne McHale <[email protected]> > wrote: > >> Yes, I had the same frustrating issue! Using Node.js to generate singular >> Tiddlys is not a beginner-friendly method (see an old post of mine here >> <https://groups.google.com/forum/#!msg/tiddlywiki/yM2y92NJEZQ/rHKrQ1U-aWcJ> >> ). >> >> On Monday, September 16, 2019 at 10:52:29 PM UTC+10, David Gifford wrote: >>> >>> Oops, sorry, didn't answer your question correctly. >>> >>> To export an entire TiddlyWiki file as a static site, you must do that >>> in node.js. >>> >>> If it makes you feel better, I went through the same hunt that you did, >>> a couple years ago, thinking there had to be a way to export the entire >>> wiki as static hml files from the single file TiddlyWiki. I think I >>> eventually had to ask here, and was told it can only be done on node.js. >>> >>> >>>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/OFgLprXtOk0/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tiddlywiki/e1bf7ef3-8f72-4a54-aee5-c61d3b0555f2%40googlegroups.com >> <https://groups.google.com/d/msgid/tiddlywiki/e1bf7ef3-8f72-4a54-aee5-c61d3b0555f2%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/CAJVPzNp7h3hrNMS-c-JE-jQxCU4aKRhVDMcqZcuQtiWUFC1pVQ%40mail.gmail.com.

