mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
d28cf74115
Also make the tour controls visible in full screen mode
17 lines
604 B
Plaintext
17 lines
604 B
Plaintext
title: $:/plugins/tiddlywiki/tour/start-tour-button
|
|
tags: $:/tags/PageControls
|
|
caption: {{$:/plugins/tiddlywiki/tour/tour-button-icon}} Start Tour
|
|
description: Start interactive training tour
|
|
|
|
\whitespace trim
|
|
<$button tooltip="Start interactive training tour" aria-label="Start Tour" class=<<tv-config-toolbar-class>>>
|
|
<<tour-restart>>
|
|
<$list filter="[<tv-config-toolbar-icons>match[yes]]" variable="listItem">
|
|
{{$:/plugins/tiddlywiki/tour/tour-button-icon}}
|
|
</$list>
|
|
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
|
<span class="tc-btn-text">
|
|
<$text text="Start Tour"/>
|
|
</span>
|
|
</$list>
|
|
</$button> |