I wanted to create a tab in sidbar with all the items from the tags i created.
currently what i did was to create a tab( tiddler) in sidebar by tagging with "$:/tags/SideBar".
Then, to retrieve that items under a tab , i updated the above tiddler using
<<list-links filter:"[tag[Group1]]">>.
The thing is it is not SCALABLE, if i add new tag say " Group2", then i need to update the above tiddler to account for the new tag.
like <<list-links filter:"[tag[Group2]]">>
Is there a simpler way to achieve this ?