I'm trying to use ForEachTiddlerPlugin, but the examples doesn't show
how to use it with sections.
This example shows the content of the tiddler based on it's title:
<<forEachTiddler
where
'tiddler.title.startsWith("Site")'
write
'"----\n<<tiddler [["+tiddler.title+"]]$))\n"'
>>
Can anyone help me change it so it it will show the content of a
section, based on the section's name?