Use whitespace trim

Note that the setting is inherited by procedure and widget definitions
This commit is contained in:
Jeremy Ruston
2023-09-21 11:31:23 +01:00
parent 4ef8ce3caa
commit ef5b3a8840
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
title: $:/plugins/tiddlywiki/tour/globals title: $:/plugins/tiddlywiki/tour/globals
tags: $:/tags/Global tags: $:/tags/Global
\whitespace trim
<!-- <!--
The following state tiddlers control the tour. They should not be directly modified, The following state tiddlers control the tour. They should not be directly modified,
+4 -2
View File
@@ -1,8 +1,10 @@
title: $:/plugins/tiddlywiki/tour/panel title: $:/plugins/tiddlywiki/tour/panel
tags: $:/tags/PageTemplate tags: $:/tags/PageTemplate
\define tour-buttons() \whitespace trim
\define tv-action-refresh-policy() always
\procedure tour-buttons()
\procedure tv-action-refresh-policy() always
<div class="tc-tour-panel-navigation"> <div class="tc-tour-panel-navigation">
<$list filter="[function[tour-is-not-first-step]]" variable="ignore"> <$list filter="[function[tour-is-not-first-step]]" variable="ignore">
<$button class="tc-btn-big-green" style="background-color: red;"> <$button class="tc-btn-big-green" style="background-color: red;">