I was originally trying to do something like this. Spent hours trying to figure out what to put in the yellow spot:
\define newtags() [[$(currentTiddler)$]] [[bible study session]]
<$list filter="[<currentTiddler>prefix[Class Log - ]] ">
<$button> Class Log - New Entry
<$action-sendmessage $message="tm-new-tiddler" title=<<now "YYYY.0MM.0DD.0hh0mm $(currentTiddler)$" >> tags=<<newtags>> />
</$button>
</$list>
Then I got the bright idea of cloning new-journal-here button and think the new-journal here icon is smaller and nicer-looking than a grey button.
1. However could someone please tell me what I ought to have put in the yellow space?
2. Also, this code seems to take up a lot less space than the new-journal-here code, not to mention it gets macro'd into any pertinent tiddlers instead of pasting it over and over again into the pertinent tiddlers, bloating the wiki. Any way to get it to be the new-journal here icon instead of a grey button?