Hi!
Yes, it's possible.
<<forEachTiddler where 'tiddler.tags.contains("Your Tag")' write
'"[["+tiddler.title+"]]: <<tiddler [["+tiddler.title+"/definition]]\>\>
\n"'>>

And if you want it to be a table:
<<forEachTiddler where 'tiddler.tags.contains("Your Tag")' write '"|
[["+tiddler.title+"]]|<<tiddler [["+tiddler.title+"/definition]]\>\>|
\n"' begin '"|Tiddler|Definition|h\n"'>>

w

On 7 nov., 23:46, amir <[email protected]> wrote:
> Hello all,
>
> I am trying to come up to a solution to the following problem: I have
> tiddlers in which I have taken notes on my readings, and I am using the
> "partTiddlerPlugin" to define sections inside those tiddler that hold a
> definition. For example, I have a tiddler called [[bacteria]] and inside it
> I have a definition:
>
> <part definition>
> prokaryotic microorganism
> </part>
>
> I would like to define a tiddler called "definitions" in which all the
> tiddlers with a definition would appear in the following format:
>
> TiddlerName: definition
>
> It seems like a very repetitive task and although I have never used the
> "ForEachTiddler" pluggin, its name seems to be exactly what I need. I would
> need it to do: "for each tiddler with a part containing a definition, print
> the name of the tiddler, a colon, and the corresponding definition"
>
> Is that at all possible with the ForEachTiddler pluggin ?
>
> Thanks,
>
> Amir

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