RE: [tw5] Re: Node.js save to single-tiddlywiki html file

2020-11-26 Thread scheuermann.chr
Perfect, thank you for your help! I will try it later tonight! Von 
meinem/meiner Galaxy gesendet
 Ursprüngliche Nachricht Von: "soren.b...@gmail.com" 
 Datum: 26.11.20  16:07  (GMT+01:00) An: TiddlyWiki 
 Betreff: [tw5] Re: Node.js save to 
single-tiddlywiki html file To export the wiki to a single file exactly as it 
is:--render "$:/core/save/all"That doesn't work so great, though, because it 
includes the plugins that sync with the node.js server, which means you'll get 
a bunch of errors when you try to view it anywhere else. Better is to use the 
--build command as Mark says, which will take care of extracting that stuff for 
you.--build just executes a series of other commands found in the "build" 
section of the tiddlywiki.info file. By default there is an "index" target in 
there that does what you want. If you're curious to see exactly what's going 
on, or you need to tweak something, take a look there.On Thursday, November 26, 
2020 at 5:47:11 AM UTC-6 scheuer...@gmail.com wrote:Hello,I am currently 
running Tiddlywiki via node.js, so all tiddlers are saved in separate files. I 
now need to convert these tiddlers into a single html file with all the 
tiddlywiki functionalities. So basically converting a node.js-version into a 
single-file version. Is that possible or is there a template I can use together 
with the --render command?Thank you!



-- 
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/7G-l2alVK8E/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c1f22cf-230e-464d-9604-ca7f3745adbfn%40googlegroups.com.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5fbffce2.1c69fb81.2c10f.b2a4%40mx.google.com.


[tw5] Re: Node.js save to single-tiddlywiki html file

2020-11-26 Thread soren.b...@gmail.com
To export the wiki to a single file exactly as it is:

--render "$:/core/save/all"

That doesn't work so great, though, because it includes the plugins that 
sync with the node.js server, which means you'll get a bunch of errors when 
you try to view it anywhere else. Better is to use the --build command as 
Mark says, which will take care of extracting that stuff for you.

--build just executes a series of other commands found in the "build" 
section of the tiddlywiki.info file. By default there is an "index" target 
in there that does what you want. If you're curious to see exactly what's 
going on, or you need to tweak something, take a look there.

On Thursday, November 26, 2020 at 5:47:11 AM UTC-6 scheuer...@gmail.com 
wrote:

>
> Hello,
>
> I am currently running Tiddlywiki via node.js, so all tiddlers are saved 
> in separate files. I now need to convert these tiddlers into a single html 
> file with all the tiddlywiki functionalities. So basically converting a 
> node.js-version into a single-file version. 
>
> Is that possible or is there a template I can use together with the 
> --render command?
>
> Thank you!
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c1f22cf-230e-464d-9604-ca7f3745adbfn%40googlegroups.com.


[tw5] Re: Node.js save to single-tiddlywiki html file

2020-11-26 Thread 'Mark S.' via TiddlyWiki
If memory serves, from the command line you want:

tiddlywiki mynewwiki --build index

(where mynewwiki is your wiki name). 

This will put your wiki as "index.html" in directory "output"  below your 
existing tiddlywiki file.

On Thursday, November 26, 2020 at 3:47:11 AM UTC-8 scheuer...@gmail.com 
wrote:

>
> Hello,
>
> I am currently running Tiddlywiki via node.js, so all tiddlers are saved 
> in separate files. I now need to convert these tiddlers into a single html 
> file with all the tiddlywiki functionalities. So basically converting a 
> node.js-version into a single-file version. 
>
> Is that possible or is there a template I can use together with the 
> --render command?
>
> Thank you!
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/da46bb9c-6d6c-45e9-b610-13c73f5fb118n%40googlegroups.com.