For Each Notes

<<forEachTiddler 
 where 
 'tiddler.tags.contains("$1")'
>>
Now you can use the ListTaggedTiddlers for various specific tags, using the <<tiddler ...>> macro:
<<tiddler ListTaggedTiddlers with: "systemConfig">>
<<tiddler ListTaggedTiddlers with: "Plugin">>