mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
14 lines
555 B
Plaintext
14 lines
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>
|