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

14 lines
555 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
2014-08-28 21:28:02 +00:00
<$button message="tm-home" title={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
2014-07-29 09:20:13 +00:00
{{$:/core/images/home-button}}
</$list>
2014-08-28 21:28:02 +00:00
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
2014-07-29 09:20:13 +00:00
<$text text={{$:/language/Buttons/Home/Caption}}/>
</$list>
</$button>