Hi. I want selected tiddlers created with 
$action-sendmessage/tm-new-tiddler to automatically save the new tiddler 
rather than open it to the user for editing. I tried a few permutations 
around the below - didn't work - I'm assuming this is because the 
$action-sendmessage/tm-sdave-tiddler is firing after the new tiddler have 
been focused + thus is waiting?

Existing code:

<$button>Create Item


<$wikify name="myfinal" text=<<final>> >




<!-- ADD NEW TIDDLER -->
<$action-sendmessage
$message="tm-new-tiddler"
$param="_templateNode"
title=<<myfinal>>
shorttext={{$:/_opTaskStore!!taskname}}
completiondate =  {{$:/_opTaskStore!!completiondate}}
/>


<$action-sendmessage $message="tm-save-tiddler" $param="<<myfinal>>"/>


</$wikify>


</$button>

any help appreciated!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c0954aea-1fad-4a63-91e3-9d9427e825a0%40googlegroups.com.

Reply via email to