title: $:/plugins/tiddlywiki/tour/panel tags: $:/tags/PageTemplate \define tour-previous-step-button() <$button> <$action-setfield $tiddler="$:/state/tour/step" $field="text" $value={{{ [all[shadows+tiddlers]tag[$:/tags/TourStep]before{$:/state/tour/step}] }}}/> back \end \define tour-next-step-button() <$button> <$action-setfield $tiddler="$:/state/tour/step" $field="text" $value={{{ [all[shadows+tiddlers]tag[$:/tags/TourStep]after{$:/state/tour/step}else[$:/plugins/tiddlywiki/tour/steps/finished]] }}}/> next \end <$list filter="[{$:/config/ShowTour}!is[blank]else[show]match[show]]" variable="ignore">
<$button set="$:/config/ShowTour" setTo="no" class="tc-btn-invisible">{{$:/core/images/close-button}} ''Tour''
<$transclude tiddler={{$:/state/tour/step}} mode="block"/>