Hi,

I'm trying to export a subset of my tiddlers, given by a filter expression, 
to a standalone TW from TW 5.1.15 running on node.js. What I tried so far is
tiddlywiki --rendertiddler $:/plugins/tiddlywiki/tiddlyweb/save/offline 
index.html text/plain "" exportFilter "<filter-here>"
but it saves the whole wiki. I've also tried with publishFilter instead of 
exportFilter, as well as with $:/core/save/all instead of the save/offline 
to the same effect. I also tried doing it manually, as in
tiddlywiki --render "<filter-here>" "[addprefix[tiddlers/]addsuffix[.tid]]" 
"" $:/core/templates/tid-tiddler
tiddlywiki ./output/wiki --init server
tiddlywiki ./output/wiki --load ./output/tiddlers
tiddlywiki ./output/wiki --build index
but it doesn't work either --- the tiddlers loaded to the temporary wiki 
are changed slightly (I have one tiddler which contains just a tab macro, 
and in the temporary wiki it's empty) and don't get exported upon building.

Any help will be appreciated, thanks!

Filip

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/47c8d6e3-36bb-4281-b1e1-033669899530%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to