> Thinking still more about this, what if you want to print more than
> one tiddler at a time?
You can give the tiddlers you want to print a tag that is specific
only to those tiddlers (say, YOURTAG). Then create a tiddler with this
code:
<<forEachTiddler
where 'tiddler.tags.contains("YOURTAG") && tiddler.tags.contains
("Note")'
write
'"[["+tiddler.title+"]]\n"+"<<tiddler [["+tiddler.title+"]]$))\n
\n"'>>
If you have a lot of multiple tiddler printing to do, this of course
will become rather time-consuming.
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---