Hi,

I have this to create a new tiddler from a button with the current date as 
the title:

\define newtags() [[log]]
<$wikify name="Title" text="""<<now "0DD/0MM/YY">>""">

<$button class="tc-btn-invisible">{{$:/core/ui/Buttons/new-tiddler}} 

<$action-sendmessage $message="tm-new-tiddler" title=<<Title>> 
tags=<<newtags>> text=<<newtext>> />
   </$button>

It works fine but it also creates an unwanted draft tiddler as well.

Any ideas what's wrong with it?

Regards
Jon

-- 
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 
https://groups.google.com/d/msgid/tiddlywiki/70d27195-5d60-4e39-b22b-9dd9ac7d7a7cn%40googlegroups.com.

Reply via email to