Wow, that code I posted works.  But because of the extra empty line at line 
2, the button caption is placed under the icon when looking at the "Tools" 
tab, which looks really odd.

It makes the button on the "Tools" tab twice as large as it should be. 
Removing the empty line fixed where the caption appears on the "Tools" tab 
icon and the button looks normal there now.

So the corrected code is as follows:

<$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/23641a1a-39dc-4433-823a-c8b7dcef1200%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to