Nate - to display a single tag pill you just need this:

{{introduction||$:/core/ui/TagTemplate}}

I'm not sure what this snippet is trying to do:

<$list filter="[tag[NAMEOFTAG]sort[title]] -[is[system]]"
> itemClass="tw-menu-list-item"><$transclude
> tiddler="$:/core/ui/TagTemplate"/></$list>
>

It looks like this is trying to display a list of pills for all the tags
that are tagged "NAMEOFTAG". If so, the current equivalent would be:

<$list filter="[tag[NAMEOFTAG]]" template="$:/core/ui/TagTemplate"/>

Best wishes

Jeremy



> Dave
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to