[tw5] Re: New tiddler button - what's wrong with it?

2021-08-02 Thread Jon
Many thanks Brian! Regards Jon On Monday, 2 August 2021 at 21:24:56 UTC+1 Brian Radspinner wrote: > Jon, give this a try... > > > > > > > > > *\define newTidAction()<$action-createtiddler $basetitle=< "0DD/0MM/YY">> tags="log" text=<>/>\end<$button > actions=<> >

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-02 Thread Brian Radspinner
Jon, give this a try... *\define newTidAction()<$action-createtiddler $basetitle=<> tags="log" text=<>/>\end<$button actions=<> class="tc-btn-invisible">{{$:/core/images/new-button}}* If you don't have a variable for the text field, you can leave it blank text="" or leave

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-02 Thread Jon
Actually, not having to navigate to the tiddler would be useful. How do I incorporate the ActionCreateTiddlerWidget so as to produce the tiddler title as today's date and a tag? I've looked at the docs but can't quite see how to do it. Regards Jon On Monday, 2 August 2021 at 06:58:17 UTC+1

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
p.s. thanks for the explanation as well On Monday, 2 August 2021 at 06:49:29 UTC+1 Jon wrote: > Hi Tones, > > I just changed {{$:/core/ui/Buttons/new-tiddler}} to > {{$:/core/images/new-button}} in my original as you suggested and it worked > - thanks! > > I think I didn't use the new

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
Hi Tones, I just changed {{$:/core/ui/Buttons/new-tiddler}} to {{$:/core/images/new-button}} in my original as you suggested and it worked - thanks! I think I didn't use the new Journal here button because I was thinking I already have that for the journal and I wanted to be able to created

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread TW Tones
Jon When you transclude {{$:/core/ui/Buttons/new-tiddler}} you are acutely Transcluding the whole button, change this to {{$:/core/images/new-button}} - Basically clicking on the button triggers both $:/core/ui/Buttons/new-tiddler and $message="tm-new-tiddler" - This highlights how

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
Hi Chris, Thanks for that but I'm not sure how to incorporate it into the original - I've played around with it but can't get it to work. Could you spell it out for me? Thanks Jon On Sunday, 1 August 2021 at 16:57:16 UTC+1 clutterstack wrote: > > Hi Jon, if you don't want the draft, perhaps

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread clutterstack
Hi Jon, if you don't want the draft, perhaps the action-createtiddler widget is what you're looking for, rather than the tm-new-tiddler message? Best, Chris On Sunday, August 1, 2021 at 11:02:42 AM UTC-4 Jon wrote: > Hi, > > I have this to