BJ,
Thank you soooooo much.
I was able to get that to work and customized the text to place four empty
lines in all new tiddlers with my {{PageFooter}} reference at the bottom of
each. Your help gives me a great starting point for all my new tiddlers.
For anyone interesested below is my final solution to editing the New
Tiddler button located at *$:/core/ui/Buttons/new-tiddler*
<$button tooltip={{$:/language/Buttons/NewTiddler/Hint}}
aria-label={{$:/language/Buttons/NewTiddler/Caption}}
class=<<tv-config-toolbar-class>>>
*<$action-sendmessage $message="tm-new-tiddler"*
* text="*
*{{PageFooter}}"/>*
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/new-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text"><$text
text={{$:/language/Buttons/NewTiddler/Caption}}/></span>
</$list>
</$button>
Thanks again,
-Doug
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywikidev/bb703bde-2a20-432a-a673-fc46e2e3b62c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.