[tw5] Re: adding second action along with primary button action

2019-12-13 Thread TonyM
Great to hear dave -- 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 view this discussion on the web visit

[tw5] Re: adding second action along with primary button action

2019-12-12 Thread Dave
Here's what I got working: \define myactions() <$action-sendmessage $message="tm-delete-tiddler" tooltip="delete" class="tc-btn-invisible"/> <$action-listops $tiddler="Today List" $field="list" $filter="[tag[today]!tag[exclude]!tag[done]sort[priority]]"/> \end \define justDelete() <$button

[tw5] Re: adding second action along with primary button action

2019-12-12 Thread Dave
Thanks Tony, I'll give that a try in the next couple days and let you know how it goes -- 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

[tw5] Re: adding second action along with primary button action

2019-12-12 Thread TonyM
Dave, I am not exactly sure what you are trying to achieve but have you tried is before the delete "label"? However more likely it may be that the message in the button is executed after the actions inside the button. Perhaps drop the message and use the action send message widget