Hi Ronen

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

Try:
 '"----\n<<tiddler [["+tiddler.title+"##SectionName]]$))\n"'

Cheers Måns Mårtensson

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