Hi! I have a very simple list here
https://heeg.ru/shop2_2.html?id=1E2t7KGpcX5Gar0erhnUsH4th7kCk5BoVll-QYbNbTwY#Obshchij
<$list filter="[is[current]tagging[]tag[$:/Note]fields[]prefix[parametr]!suffix[-hide-hide]minlength[1]]" variable=name >
<b><$text text={{{[<name>removeprefix[parametr]removesuffix[-hide]][<name>!suffix[-hide]removeprefix[parametr]] +[decodeuri[]]}}}/> </b>
<hr>
<$list filter="[is[current]tagging[]tag[$:/Note]each<name>get<name>split[,]trim[]] ">
*<<currentTiddler>>
</$list>
</$list>
it works, but I get duplicates
when I try to make enlist to this filter to remove duplicates, I get many lines and [[
How to remove duplicate values from $list ?