For email reader! The code in the previous post corrected as below
<$list filter="[list[kk]]"><$text text=<<currentTiddler>>/>-</$list> <$button>My Append Button <$list filter="[tag[uuu]]"> <$action-listops $tiddler=kk $field="list" $subfilter="+[append< currentTiddler>]"/> </$list> </$button> <https://www.google.com/url?q=https%3A%2F%2Ftiddlywiki.com%2F&sa=D&sntz=1&usg=AFQjCNEuWblRUyTktsjVYC2wbpmiACIzcw> --Mohammad On Monday, February 24, 2020 at 10:45:00 PM UTC+3:30, Mohammad wrote: > > the append operator is used to add items to a list field. > > It seems it has a bug > > to reproduce > > > - go to https://tiddlywiki.com/ > - create two tiddlers with spaces in their title, and tag them with > uuu like > - Nella Routini > - Stella Barouni > - Next create a tiddler called kk with a list filed contains aa bb cc > - Next in another tiddler paste the below code > > <$list filter="[list[kk]]"><$text text=<<currentTiddler>>/>-</$list> > > <$button>My Append Button > <$list filter="[tag[uuu]]"> > <$action-listops $tiddler=kk $field="list" $subfilter="+[append > <currentTiddler>]"/> > </$list> > </$button> > > <https://tiddlywiki.com/> > > - Save and click on the button > - check the result. It is expected to have [[Nella Routini]] in the > list field of kk, but you see no [[]] and it means the append added two > separate tiddlers Nella and Routini NOT [[Nella Routini]] > > > --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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/930b9a42-b412-4c70-9de1-5070e72493b3%40googlegroups.com.

