All, sorry for the confusion and repeated emails. After some extensive searching and testing/trying I came across:
https://groups.google.com/forum/#!topic/tiddlywiki/AArCI7b2Wwswhich solved my transclusion problem by placing the transclusion within the now macro. The full code for my button is now:
\define journalButton()
<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-new-tiddler" title=<<now "$(journalTitleTemplate)$">> tags="$(journalTags)$" text=<<now "{{Week WW - YYYY}}">> />
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/new-journal-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>
</$list>
</$button>
\end
<$set name="journalTitleTemplate" value={{$:/config/NewResearchJournal/Title}}>
<$set name="journalTags" value={{$:/config/NewResearchJournal/Tags}}>
<$set name="journalText" value={{$:/config/NewResearchJournal/Text}}>
<<journalButton>>
</$set></$set></$set>
and this works.
As of now, my remaining questions are:
- Using/adopting the corner ribbon plugin for the creation of Weekly goals tiddlers on Mondays (explained above)
- How can I change the ordering of the toolbar under the wiki titlte?
- Any comments on the weekly goals format I have