Any idea? Any simple solution?

On Tuesday, July 2, 2019 at 1:58:54 PM UTC+4:30, Mohammad wrote:
>
>  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/e39cb357-ca0f-4842-aed5-4cca3aac4837%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to