A very crude way would be to take an empty wiki, get the output of <$set 
name=allTiddlers filter='[all[]]'><<allTiddlers>></$set> and then use a 
text editor that lets you spilt the line on ever space and add a -[[ prefix 
and ]] suffix then rejoin the lines, then use this (with your big list of 
tiddlers from the text editor substituted in for <<allTiddlers>>:

<$list filter='[all[]]-<<allTiddlers>>'>

</$list>

or if you wanted to include shadow and system and plugin tiddlers you would 
use <$set name=allTiddlers 
filter='[all[]][is[shadow]][is[system]][plugintiddlers[]]'><<allTiddlers>></$set>
 
and

<$list 
filter='[all[]][is[shadow]][is[system]][plugintiddlers[]]-<<allTiddlers>>'>

</$list>


This probably isn't actually useful anywhere, but if you really wanted to 
know you could use this. It may miss overwritten shadow tiddlers, so it 
wouldn't be perfect.
<$list filter='[all[]][is[shadow]][is[system]][plugintiddlers[]]-<<stuff>>'>

</$list>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to