It's the dollar sign ($) on the second $message. Aren't those on-again, 
off-again dollar signs confusing?!

Good luck!
-- Mark

On Monday, October 8, 2018 at 6:48:08 PM UTC-7, TonyM wrote:
>
> Folks,
>
> I have the following Button I defined, the first button works and tags the 
> tiddler with pinned, and then show the second button.
>
> But clicking the second button is not working and will not remove the tag.
>
> <$fieldmangler>
> <$list filter="[is[current]!tag[Pinned]]" variable=null>
>   <$button message="tm-add-tag" param="Pinned" tooltip="Add Pinned tag" 
> class=<<tv-config-toolbar-class>>>
>     {{$:/PSaT/Pinned/unpinned}}
>   </$button>
> </$list>
> <$list filter="[is[current]tag[Pinned]]" variable=null>
>   <$button $message="tm-remove-tag" param="Pinned" tooltip="Remove Pinned 
> tag" class=<<tv-config-toolbar-class>>>
>     {{$:/PSaT/Pinned/pinned}}
>   </$button>
> </$list>
> </$fieldmangler>
> The is no documentation for when and where, or how to use fieldmangler, 
> But I have tried it different ways
>
> Thanks in Advance
> Tony
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/805db4dd-a010-429e-804b-d816e2e40aa8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to