Shows a list of links to each tiddler tagged with a certain tag name.

!Usage

{{{
<<tagging [tag] [sep:separator]>>
}}}

|tag|Tag name. If omitted, will default to the title of the corresponding tiddler.|
|separator|Separator. Shown between each tiddler title.|

!Examples

!Basic Usage

{{{
<<tagging>>
}}}

if included in a tiddler called [[systemConfig]], will show all tiddlers marked systemConfig:

!Tag Parameter

{{{
<<tagging systemConfig>>
}}}

will show all tiddlers tagged systemConfig (regardless of where this macro is used):

<<tagging systemConfig>>

!Separator and Tag Parameter

{{{
<<tagging sep:------ systemConfig>>
}}}

will show all tiddlers tagged systemConfig with the "--------" separator:

<<tagging sep:------ systemConfig>>