Mohammad, Without testing this can I suggest perhaps you are adding the string "Nella Routini" rather than delimiting it as a tiddler title, this the space is taken as the delimiter between tiddlers.
Perhaps append the currentTiddler using a macro variable defined as [[$(currentTiddler)$]] Regards Tony On Tuesday, February 25, 2020 at 6:28:36 AM UTC+11, Mohammad wrote: > > 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/6cdeec88-9d7f-4a81-901b-34b0d87f042f%40googlegroups.com.

