greetings,

I have this FET that prints out the names of tiddlers tagged with
"print", but not the contents...

<<forEachTiddler
 where
 'tiddler.tags.contains("print")'
 write
 'tiddler.title+"<<tiddler [["+tiddler.title+"]]$))\n"'
>>

this is pretty much straight from Udo's examples.

The tiddlers being specified have contents like this:

[img[images/v-hold.bmp]]
some text too

and nothing shows up.
Is there anything obviously wrong in there?

thanks, Dave

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to