mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
dbaccf792d
Instead of the old "prefix" hack
13 lines
587 B
Plaintext
13 lines
587 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" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
|
{{$:/core/images/home-button}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
|
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Home/Caption}}/></span>
|
|
</$list>
|
|
</$button> |