[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread tdymond630217
Oops, my sincerest apologies Eric for accidentally calling you Jeremy. I guess I should read more than just the body of the replies, lol. Please forgive me. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread tdymond630217
I've consolidated your code into what I already had: \define journalButton() <$button aria-label={{$:/me/language/Buttons/NewFitness/Caption}} class=<>> <$action-sendmessage $message="tm-new-tiddler" title=<> tags="Journal" journal-type="Fitness" journal-part="segment" year=<> month=<>

[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread PMario
Hi tdymon, Hi Eric, The example Eric posted is good for the described usecase but there is a little problem: The <> macros are evaluated, when the button is drawn. So if the date changes and you click the button, you'll get what is defined, but may be unexpected. If you show the button in a

[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread Eric Shulman
errata: sample code should be: <$button> <$action-sendmessage $message="tm-new-tiddler" title=<> tags="journal" text="" journal-type="fitness" journal-part="segment" year=<> month=<> day=<> /> New Tiddler (replaced erroneous ":" with "=" in last three param

[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread J Mc
Hi tdymon, I think this topic might be what you need. https://groups.google.com/forum/#!searchin/tiddlywiki/EditTemplate$2Fdrop-fields%7Csort:relevance/tiddlywiki/1eVLcslhmLM/CognfvIZIysJ J Mc On Wednesday, 15 March 2017 07:04:33 UTC, tdymon...@gmail.com wrote: > > I'm a long time user of classic

[tw] Re: TW5: New Tiddler From Button With Custom User Fields Added

2017-03-15 Thread Eric Shulman
On Wednesday, March 15, 2017 at 12:04:33 AM UTC-7, tdymon...@gmail.com wrote: > > create an entry in the journal I only want to have to hit the New Journal > button (for the desired journal type), type the text of the entry and hit > save without having to do anything else. > > For instance: