Hi Felix The problem is that the $param attribute of the action-sendmessage widget needs a $:
<$action-sendmessage $message="tm-add-tag" $param="tagname" /> Best wishes Jeremy On Mon, Nov 3, 2014 at 10:01 AM, Felix Küppers <[email protected]> wrote: > Just if anyone is interested. > > This works: > > > <$fieldmangler tiddler=<<currentTiddler>> > > > <$button class="" message="tm-add-tag" param="tagname">add tag</$button> > > </$fieldmangler> > > This doesn't > > <$fieldmangler tiddler=<<currentTiddler>> > > > <$button> > > add tag > > <$action-sendmessage $message="tm-add-tag" param="tagname" /> > > </$button> > > </$fieldmangler> > > > Maybe someone knows why? > > Regards Felix > > -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

