Question

I have some list widget in different part of wikis list some tiddlers based 
on different criteria, I wish to append the result to a list field of a 
state tiddler to be used later.



   - *Pseudo code*

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


-- Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/86cacbfa-e9f6-4bb3-9395-0a656247d855%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to