Hi James

This functionality is part of the template $:/core/ui/TagTemplate. You 
can't disable it directly. You have to copy this tiddler, remove the 
<$reveal>...</$reveal> part and then use this new tiddler as template. This 
is what I get in 5.0.13:

\define tag-styles()
background-color:$(backgroundColor)$;
\end
<span class="tw-tag-list-item">
<$set name="backgroundColor" value={{!!color}}>
<$button class="btn-invisible tw-tag-label" style=<<tag-styles>>>
<$transclude tiddler={{!!icon}}/> <$view field="title" format="text" />
</$button>
</$set>
</span>

Note, that the original tiddler might change in a later version. In this 
case you would have to change your new template, too.

Regards,
Dominic



Am Montag, 21. Juli 2014 01:07:27 UTC+2 schrieb James:
>
> Hi Dominic,
>
> Do you know how to disable the dropdown menu when I click on the "tag"?
>
>
> On Saturday, 19 July 2014 21:22:50 UTC+8, Dominic Brocher wrote:
>>
>> Hi James
>>
>> Try this filter in the nested <$list>
>>
>> filter="[is[current]tags[]] -[[article]] -[[selected]] +[sort[title]]"
>>
>> Regards,
>> Dominic
>>
>>
>>
>> Am Samstag, 19. Juli 2014 08:33:04 UTC+2 schrieb James:
>>>
>>> Hi All,
>>>
>>> I would like to show the sub-sequence "pill icon tag" in my list of 
>>> tiddlers but I would like to exclude those "article" and "selected" tags 
>>> from the list.  Can it be done?
>>>
>>> <ol><$list filter="[tag[article]tag[selected]sort[title]]">
>>> <li><$link to={{!!title}}><$view field="title"/></$link> <$list 
>>> filter="[is[current]tags[]sort[title]]" template="$:/core/ui/TagTemplate" 
>>> listview="pop" itemClass="tw-tag-list-item"/>
>>> </$list></ol>
>>>
>>> From the example above, my tiddlers were tag with server tags "article" 
>>> and sub-tag is "business".  I would like to exclude the "article" and 
>>> "selected" tag from the tag list.  I would like other tags, for instance 
>>> "business", "education", to be shown.
>>>
>>> Kindly advise.  Thanks.
>>>
>>

-- 
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/d/optout.

Reply via email to