Hi mat!
I managed to get it to work. I made a tiddler tagged, $:/tags/ViewTemplate and
used your code. I added a `list-after` field with
`$:/core/ui/ViewTemplage/body, so the tags show up underneath the text of
the tiddler.
<$set name=curr value=<<currentTiddler>>>
{{{ [all[current]tags[]color[#ffeedd]] || $:/core/ui/TagTemplate }}}
</$set>
Then I modified the `$:/core/ui/ViewTemplate/tags` tiddler so it shows all
the tags without the #ffeedd color. In bold is what I added.
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div"
retain="yes" animate="yes">
<div class="tc-tags-wrapper"><$list
filter="[all[current]tags[]*!color[#ffeedd]*sort[title]]"
template="$:/core/ui/TagTemplate" storyview="pop"/></div>
</$reveal>
This did the trick! The normal tagline above a tiddler doesn't show any
tags with the color #ffeedd.
Thanks a lot for your help and patience with me :-)
Op vrijdag 15 mei 2020 20:25:57 UTC+2 schreef Mat:
>
> Sorry, my mistake.
> OK, I get this to work on tiddlywiki.com
>
> {{{ [all[current]tags[]color[#ffeedd]] || $:/core/ui/TagTemplate }}}
>
> If it doesn't work for you, pleaes try it on tiddlywiki.com and see if it
> works there.
>
> Just to make sure I didn't misunderstand: It shows the current tiddlers
> tags that are of the specified colour.
>
> <:-)
>
--
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/42851b4f-b40e-428a-8a56-ffce198e67d8%40googlegroups.com.