mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-18 15:54:50 +00:00
4de1a1adbe
The title shouldn’t include the toolbar name if we’re starting to have buttons which can be placed on more than one toolbar.
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
title: $:/core/ui/Buttons/home
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}
|
|
|
|
<$button message="tw-home" title={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tw-config-toolbar-class>>>
|
|
<$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>
|