Hey,
I have a button in my sidebar to create a new Tiddler witch works well for the most part. I now use a template for the new tiddler to already have some text in the body, which also works well. My only problem is, that the tag is also taken from the template and I cant find a way to get rid of it. Can i specify, which fields to take from the template? or is there a way to remove a tag or change tags to just the one I want?
Cheers. My code so far:
<$button class=“tc-btn-invisible” title=“Add Today Tiddler”>
<$list filter="[match[yes]]">
{{$:/core/images/new-journal-button}}
</$list>
<$list filter="[match[yes]]">
<$text text=“Add Today”/>
</$list>
<$action-sendmessage $message=“tm-new-tiddler” $param=“000template” title=<<now YY/0MM/0DD>> tags=<<now YY/0MM>>/>
</$button>
PS: Sorry, don’t know how to use labels.