Hi Tony! On Tuesday, February 25, 2020 at 2:16:25 AM UTC+3:30, TonyM wrote: > > 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. >
The $list works as expected, so it list tiddlers with tag "uuu"! I understand from previous discussions Tiddlywiki grow organically, e.g. by feature request by users! So, it does not have a big picture for scripting grammar (syntax) to keep everything consistent! Only the new features shall keep the backward compatibility! that is why there are so many exceptions and the scripting grammar has such strange diversity! > Perhaps append the currentTiddler using a macro variable defined as > [[$(currentTiddler)$]] > I did the same! > > 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/a6ca1aa8-5819-44f5-b6d1-eba6fee5e1af%40googlegroups.com.

