Hi! I have many tiddlels with tag "$:/Note" some of them have tag "new" some "sale" and some only tag "$:/Note"
I want to show only first 10 tiddler from this <$list filter="[tag[$:/Note]tag[new]][tag[$:/Note]tag[sale]][tag[$:/Note]]"/> something like
([tag[$:/Note]tag[new]][tag[$:/Note]tag[sale]][tag[$:/Note]])limit[10] is it possible?