Assume you have - Tid1 - Tid2 - Tid3 - Tid4
User wants to have a *select widget* and choose one Tiddler 1. The action after selection is to add a Tag like *myTag* to selected tiddler 2. In the next round if user chooses another tiddler, the tag (*myTag*) from previous tiddler shall be removed and new selected tiddler should tagged with *myTag* 3. and this will be continued - At any time only one tiddler is tagged with *myTag* *Pseudo code* <$select tooltip="select a tiddler" tiddler="mystate" field="myselection" actions=<<applyTag>> > <$list filter="myfilter" variable="tid"> <option value=<<tid>> > <<tid>> </option> </$list> </$select> */*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/05e25919-dfca-42b3-b13b-9077a996607a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

