This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

tag-pill Macro (Examples)

14th January 2026 at 11:22am

This example displays the Community tag as a clickable element with no dropdown:

<<tag-pill Community>>

This example displays the Definitions tag as an unclickable, but still-styled, big element with no dropdown:

<<tag-pill Definitions element-tag:"big" element-attributes:"inert">>

\procedure tag-actions()
<$action-confirm $message="test"/>
\end

<$transclude $variable="tag-pill" tag="asdf" element-tag="$button" actions=<<tag-actions>>/>