Question
I have some list widgets used in different part of my wikis, list some tiddlers based on different criterias, I wish to append the results to a list field of a state tiddler to be used later.
<$list filter="[tag[myTag1]]">
add results to list field of my state tiddler called $:/state/reference
</$list>
and again somewhere else I have, and this may happen several times
<$list filter="[tag[myTag2]]">
add results to list field of my state tiddler called $:/state/reference
</$list>
Later on I wish to use the $:/state/reference to count number of references and display them as an ordered list. How can I do this?
In other words: How can I append items to list field of a tiddler (state)?
If there is another solution, I appreciate to have your opinion on that!
-- Mohammad