This code lists the title of tiddlers tagged with (P) with a checkbox. 
After selection, the relevant tiddler will be tagged to the current tiddler.


\define tagging() $(currentTiddler)$

<$list filter=[tag[(P)]] variable=tagname>

   <$checkbox tiddler=<<tagname>> tag=<<tagging>> ></$checkbox> <<tagname>>,
</$list>


What I want is to select with a dropdown menu what tiddlers titles are 
listed with a chexbox.


<$select tiddler='$:/generated-list-demo-state'>
<$list filter='[tag[(G)]]'>
<option><$view field='title'/></option>
</$list>
</$select>
<$tiddler tiddler={{$:/generated-list-demo-state}}>
<$transclude mode='block'/>
</$tiddler>

Thank you,

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/994f7872-7bf9-40a6-b86e-f6f2087ffbc6n%40googlegroups.com.

Reply via email to