title: $:/TagManager \define lingo-base() $:/language/TagManager/ \define iconEditorTab(type) <$list filter="[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]"> <$link to={{!!title}}> <$transclude/> <$view field="title"/> \end \define iconEditor(title)
<$button popup=<> class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/down-arrow}} <$reveal state=<> type="popup" position="belowleft" text="" default="">
<$linkcatcher to="$title$!!icon"> <>
<>
\end \define qualifyUnique(title) $title$$(currentTiddler)$ \end \define toggleButton(state) <$reveal state="$state$" type="match" text="0" default="0"> <$button set="$state$" setTo="1" class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/right-arrow}} <$reveal state="$state$" type="match" text="1" default="0"> <$button set="$state$" setTo="0" class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/close-button}} \end <$list filter="[tags[]!is[system]sort[title]]">
<> <> <> Info
<$edit-text field="color" tag="input" type="color"/> <$transclude tiddler="$:/core/ui/TagTemplate"/> <$reveal state=<> type="match" text="0" default="0"> <$macrocall $name="iconEditor" title={{!!title}}/> <$macrocall $name="toggleButton" state=<> />
<$reveal state=<> type="match" text="1" default="">
Color<$edit-text field="color" tag="input" type="text" size="9"/>
Icon<$edit-text field="icon" tag="input" size="45"/><$macrocall $name="iconEditor" title={{!!title}}/>