On Wednesday, March 15, 2017 at 12:04:33 AM UTC-7, [email protected] 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: > > Title: Fitness-YYYYMMDDHHMMSS > Tags: Journal, Additional Tags... > Text: empty > > Which is working at this point. But I also want custom user fields: > > journal-type: (E.G., personal, fitness, > journal-part: (E.G., segment, entry) > year: 2017 > month: 03 > day: 14 > > Which I can't figure out how to do. > Try something like this: <$button> <$action-sendmessage $message="tm-new-tiddler" title=<<now "DEL-$(journalTitleTemplate)$">> tags="$(journalTags)$" text="" journal-type="fitness" journal-part="segment" year: <<now "YYYY">> month: <<now "0MM">> day: <<now "0DD">> /> New Tiddler </$button> let me know how it goes... enjoy, -e Eric Shulman TiddlyTools: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- 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 [email protected]. To post to this group, send email to [email protected]. 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/f8b4a79d-0d2f-45dd-a7f0-deea6430d076%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

