Hi J,

As far as I can see, it cannot, since it provides
the button itself rather act like other ActionWidgets 
<http://tiddlywiki.com/#ActionWidgets>.

However, you can use tobibeer/make 
<http://tobibeer.github.io/tw5-plugins/#make> and tobibeer/split 
<http://tobibeer.github.io/tw5-plugins/#split>
alongside the WidgetMessage: tm-new-tiddler 
<http://tiddlywiki.com/#WidgetMessage%3A%20tm-new-tiddler> like so:

<$set name="titleFoo" filter="[[foo]make[%title% %date% \ 
date-format:YYYY-0MM-0DD]split[ ]]">
<$set name="titleBar" filter="[[bar]make[%title% %date% \ 
date-format:0hh:0mm:0ss]split[ ]]">
<$button>
<$action-sendmessage $message="tm-new-tiddler" title=<<titleFoo>> 
tags="Foo" text=<<now "Today is DDth, MMM YYYY">>/>
<$action-sendmessage $message="tm-new-tiddler" title=<<titleBar>> 
tags="Bar" text=<<now "Today is DDth, MMM YYYY">>/>
Creates Two Tiddlers In EditMode
</$button>
</$set>
</$set>

Best wishes,

Tobias.

-- 
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/0edc46fd-5365-4917-9651-906ea0469d47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to