Welcome Albertononi,
> . Now, I would like to use <<ForEachTiddler ...>>
> in the philosphers' tiddlers to list their publications.
Udo gives many examples for the use of ForEachTiddler at his side, for
example:
"List the first 10 tiddlers that have the tag 'basic' in a table with
a header"
"List all open tasks of UdoBorkowski (i.e. all Tiddlers containing
both a 'TaskOpen' and 'UdoBorkowski' tag)"
"Get a comma separated list of all systemConfig tiddlers"
..
...with which it gets easy for non-developers to create custom
ForEachTiddler calls.
> (tagged respectively as "book" and "article", and both tagging
their author's tiddler)
where
'tiddler.tags.containsAll(["Marx","book","article])'
> to list their publications.
write
'((index == 0) ? "" : ", ")+"[["+tiddler.title+"]]"'
>>
Regards,
W.