I've made a full Journal Template using various transclusions for headings, etc. which point to other tiddlers.
At the moment I enter each transclusion manually every time I write a journal, like so:
<--! this points to one tiddler for heading format-->
{{||A}}
<--! this points to another tiddler for another heading-->
{{||B}}
<--! and these point to other tiddlers, and so on-->
{{||C}}
{{||D}}
{{||E}}
What I'd like to create is a button that:
With
some outdated tutorials I've found, I've been able to place the
template as a footer of a new tiddler; which is not what I'd like to
accomplish. I feel like I'm so close, but yet so far. I've done a search
in the forum but have not found a proper answer. Does anyone have any
suggestions or can point me in the right direction?
Thanks.