Hello Old Friends:

I'm trying to write a macro that would add & remove tags from a tiddler 
with a single button. I've got it working with two buttons, but am quite 
sure I'm missing something very simple. Any suggestions would be much 
appreciated. Thanks, //steve.

\define makeOld()
<$fieldmangler>
Add <<tag OldTopics>> 
<$button message="tm-add-tag" 
param="OldTopics">{{$:/core/images/new-button}}</$button>
<br>
Remove <<tag Topics>>
<$button message="tm-remove-tag" 
param="Topics">{{$:/core/images/delete-button}}</$button>
</$fieldmangler>
\end

<<makeOld>>


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/3a5848e6-c8ef-4013-8263-81c4d1c9b6c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to