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?




On Oct 19, 4:00 pm, Ronen <[email protected]> wrote:
> Is there a plugin that can combine few sections into a new tiddler?
>
> for example:
> TiddlerA: SectionA, Results
> TiddlerB: SectionB, Results
> AllResults: showing only the Results section from TiddlerA and
> TiddlerB
>
> another example of use is writing a task in some tiddlers, and then
> showing all of the tasks in one tiddler.

-- 
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.

Reply via email to