Hi,
I have the following button to create a new tiddler titled with date and a tag (this might not be the most elegant, I don’t know)
\define newtags() [[log]]
<$wikify name="Title" text="""<<now "0DD/0MM/YY">>""">
<$button class="tc-btn-invisible">{{$:/core/images/new-button}}
<$action-sendmessage $message="tm-new-tiddler" title=<<Title>>
tags=<<newtags>>
text=<<newtext>> />
</$button>
What do I need to add for the tiddler to also contain empty fields e.g. Field1, Field2 etc?
Thanks
Jon