Hello,

The following gives me a list of tiddlers with a checkbox. After selection, 
the tiddler defined in <<PageToEdit>> is tagged to the selected tiddler.

*<$keyboard key="escape" actions='<$action-setfield 
$tiddler="$:/SearchTiddler" $field="text" $value=""/>'>*
*<$edit-text tiddler="$:/SearchTiddler" filed=title tag=input default="" 
placeholder="Search" class="alert alert-info w-100"/>*
*</$keyboard>*

*<$list 
filter="[!is[system]search:text[{{]search:title[,]search:title{$:/SearchTiddler}]"
 
variable=tagname>*

*   <$checkbox tag=<<tagname>> tiddler=<<PageToEdit>>  ></$checkbox> 
<<tagname>>*
*</$list>*

But I want to turn this around. I want the selected tiddler to be tagged to 
the tiddler defined in <<PageToEdit>>

How do I do this?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7adf66a2-4642-43ac-a3e7-821ae13f1857n%40googlegroups.com.

Reply via email to