1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-05 13:40:02 +00:00

13 lines
589 B
Plaintext
Raw Normal View History

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