1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +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 20:43:44 +00:00
<$button message="tm-home" title={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tw-config-toolbar-class>>>
2014-07-29 09:20:13 +00:00
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/home-button}}
</$list>
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
<$text text={{$:/language/Buttons/Home/Caption}}/>
</$list>
</$button>