@Birthe and @PMario,
Thank you so much!
I actually love being told - "you are going in a completely wrong direction..." It feels like getting back in the fast lane of learning.
Birthe - your solutions work perfectly. I really like how (when clicked multiple times in the same day) they don't overwrite and destroy a prior tiddler of the same date title, but instead pull it up so you can keep appending.
The minor modifications I made were:
[Meeting with date]
<$button tooltip="New Morning report meeting button">
<$action-sendmessage $message="tm-new-tiddler" title=<<dateTime "YYYY-0MM-0DD Morning report">> tags="Morning report" text="" />New Morning report meeting</$button>
and [Phone call with date and time]
<$action-sendmessage $message="tm-new-tiddler" title=<<dateTime "YYYY-0MM-0DD 0hh:0mm:0ss Phone call">> tags="Call" text="" />New Phone Call</$button>
@PMario
It all started with wanting a simple button, and not being able to find enough documentation to learn how to create it. So I started searching for examples of button usage and stumbled upon New Phone Call and New Staff Meeting (which are personally useful).
My original use case is even easier (I think):
I have a Task list with check boxes - I like it.
I create a Journal entry for the day, and chose to transclude the task list {{Task}} as the first thing in the new journal entry.
The Task list is now fairly long, and overwhelms the journal entry, so I changed it to [[Task]], and I link to it rather than transclude it.
I wanted to learn enough to create a button to select/switch between these options without rewriting the journal entry
I would LOVE a repository of Button usage examples - simple examples so that I can teach myself from examples, and ultimately incorporate...
Again, thank you both -
JWHoneycutt (ie. no longer barking up the wrong tree)