The code makes two buttons. One to add a tag to the current widget another 
to remove the tag

Works fine in edit mode with live preview.

Stops working when I save the tiddler.

What's happening here?

Cheers

/Joe



<$button>
<$action-sendmessage $message="tm-add-tag" $param="example"/>
add example tag
</$button>

<$button>
<$action-sendmessage $message="tm-remove-tag" $param="example"/>
remove example tag
</$button>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/7ccbf878-8bac-476f-9b26-6bbcfc557a06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to