1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 04:03:16 +00:00
TiddlyWiki5/core/ui/PageControls/home.tid

16 lines
606 B
Plaintext
Raw Normal View History

title: $:/core/ui/Buttons/home
2014-07-29 09:20:13 +00:00
tags: $:/tags/PageControls
caption: {{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}
2014-07-31 08:28:46 +00:00
description: {{$:/language/Buttons/Home/Hint}}
2014-07-29 09:20:13 +00:00
\whitespace trim
<$button message="tm-home" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
2014-07-29 09:20:13 +00:00
{{$:/core/images/home-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text={{$:/language/Buttons/Home/Caption}}/>
</span>
2014-07-29 09:20:13 +00:00
</$list>
</$button>