Thanks Mark,

The code above, came from a question I had asked some time ago, and was 
answered here:

https://groups.google.com/forum/#!topic/tiddlywiki/YpbwT-LkH4k

I did see the page about the  tm-new-tiddler message, and had tried the 
following code:

<$button>
  ''Book''
  <$action-sendmessage 
  $message="tm-new-tiddler" 
  param="Template:Book" 
  title="Book title" tags="Scrap [[book]]"/>
</$button>

However, I get the same result. Everything works but the template.

On Friday, August 25, 2017 at 5:01:35 PM UTC+1, Mark S. wrote:
>
> Looking at TiddlyWiki.com, I believe it should be param="Template:Book". 
> Is there a source somewhere else suggesting $template= ??
>
> Good luck,
> Mark
>
> On Friday, August 25, 2017 at 3:46:16 AM UTC-7, Ivan Aparicio wrote:
>>
>> I'm trying to create a button that will create a book log tiddler:
>>
>> <$button>
>>   ''Book''
>>   <$action-sendmessage 
>>   $message="tm-new-tiddler" 
>>   $template="Template:Book" 
>>   title="Book title" tags="Scrap [[book]]"/>
>> </$button>
>>
>> Everything works, except for the template. I'm 100% sure that I have a 
>> tiddler named Template:Book, but it isn't being transcluded. Am I doing 
>> something wrong?
>>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61178281-b21b-43ad-a798-fdcf45d1ff06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to