I have this filter in viewtemplate:
<<tabs "[!is[system]prefix<currentTiddler>sort[caption]] -[<currentTiddler>]" "" "$:/state/tab1" "tc-vertical">>
But I would like to change it so that it grabs only the tiddlers that star with currentTiddler followed immediately by a comma. But not the others that have the currentTiddler but no comma immediately following.
What do I need to do?