<$button>
<$wikify name="Title" text="""$:/prefix/<<now YYYY0MM0DD0hh0MM0ss>>/MyNewTiddler""">
<$action-createtiddler $basetitle=<<Title>> $savetitle="$:/temp/saveTid"/>
</$wikify>
Create New Tiddler
</$button>I think it is because the $savetitle is somehow delimiting the end of the previouse parameter.
Tony
Tony
<$button>
<$set name="dummyVariable" value={{saveTid}}>
<$wikify name="Title" text="""$:/prefix/<<now YYYY0MM0DD0hh0mm0ss>>/MyNewTiddler""">
<$action-createtiddler $basetitle=<<Title>> $savetitle="saveTid"/>
</$wikify>
Create New Tiddler
</$set>
</$button>...But I suspect that the timestamp will be from the previous time you clicked the button, not from when you click the button now, because the button hasn't refreshed since the last time you clicked it.
I don't remember what the solution to this one is.
<$button actions={{Create new tiddler action}}>
Create New Tiddler
</$button><$wikify name="Title" text="""$:/prefix/<<now YYYY0MM0DD0hh0mm0ss>>/MyNewTiddler""">
<$action-createtiddler $basetitle=<<Title>> $savetitle="$:/temp/saveTid"/>
</$wikify>