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/9cb8ae44-5329-49f7-abda-f35c28ea2a92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.