Hi!
in the write parameter use:
'"<<tiddler "+
tiddler.name+"/Summary>\>"'
w
On 4 jul., 16:54, Shango <
shango3...@gmail.com> wrote:
> How can I use forEachTiddler to show specifically named parts? I want to
> display the tidder name and contents of a specifically named part of a
> tiddler if it exists. For example, if I have a part named "Summary" in
> several different tiddlers, I want to use forEachTiddler where the
> part="Summary" and display that tiddler title and the contents of the
> part. I haven't found any way to do this. Thanks.