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