That didn't seem to work. ToDoNow doesn't have this problem. It shows a 
black text instead of a white text on top
of a gray tag background. I wonder if I just used the older listreveal from 
todonow if it would work better?

Thanks!

On Tuesday, September 17, 2019 at 10:57:48 PM UTC-7, Thomas Elmiger wrote:
>
> Hi Mark, 
>
> It seems, that I implemented a muted tag design as a feature. Below you 
> find the muted class defined in 
> <<lrBtnTags muted>>
>
> I do not remember where this style could be changed in the complicated 
> system of tag construction in TW (and I am on the phone). 
>
> But you could try to remove the word muted in your own copy of 
> $:/plugins/telmiger/listreveal/tags
>
> Good luck! 
> Thomas 
>
>
> \define lrBtnTags(class:"")
> <span class="lr-flex-wrapper">
> <$wikify name="tiddler" text=<<currentTiddler>>>
>    <$macrocall $name="lrBtnAddTags" tiddler=<<tiddler>> 
> class="""$class$"""/>
>    <$macrocall $name="lrTagsPopup" tiddler=<<tiddler>>/>
> </$wikify>
> </span>
> \end
>
> \define listreveal-tags(exclude:"")
> <$vars exclude="""$exclude$""">
> <span class="listreveal-tags te-flex-item">
> <<lrBtnTags muted>>
> <span class="te-tags">
> <div class="tc-tags-listreveal"><$list 
> filter="[all[current]tags[]sort[title]]" storyview="pop" 
> template="$:/plugins/telmiger/listreveal/templates/tag"/>
> </div>
> </span>
> </span>
> </$vars>
> \end
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5a8eab6b-8da7-4a2a-853e-c345d6cd5f9b%40googlegroups.com.

Reply via email to