kopia lustrzana https://github.com/miklobit/TiddlyWiki5
14 wiersze
555 B
Plaintext
14 wiersze
555 B
Plaintext
title: $:/core/ui/Buttons/home
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}
|
|
description: {{$:/language/Buttons/Home/Hint}}
|
|
|
|
<$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]]">
|
|
{{$:/core/images/home-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
|
<$text text={{$:/language/Buttons/Home/Caption}}/>
|
|
</$list>
|
|
</$button>
|