title: $:/plugins/tiddlywiki/tour/settings \import [[$:/plugins/tiddlywiki/tour/variables]] \procedure button-expand-collapse-all(caption,text) <$button> <$list filter="[all[shadows+tiddlers]tag]" variable="currentStep"> <$let collapseState={{{ [[$:/state/Tour/Settings/Tour/Visibility/]addsuffixaddsuffix] }}} > <$action-setfield $tiddler=<> text=<>/> <$text text=<>/> \end \procedure display-tour-step-field-text(fieldName,fieldCaption) <$list filter="[has]" variable="ignore"> <$text text=<>/> <$text text={{{ [get] }}}/> \end <$let stateCurrentTour=<> defaultTour={{{ [{$:/config/CurrentTour}] :else[all[shadows+tiddlers]tag[$:/tags/Tour]] }}} > ! Tour Overview Select a tour: <$select tiddler=<> default=<>> <$list filter="[all[shadows+tiddlers]tag[$:/tags/Tour]]"> <$let currentTour={{{ [get[text]] :else[] }}} currentTourTag={{{ [get[tour-tag]] }}} >
Tour title <$link to=<>><$text text=<>/>
Tour description
<$transclude $tiddler=<>> (No description available)
Tour logo
Tour step tag <$transclude $variable="tag" tag=<>/>
<$list filter="[has[settings]]" variable="ignore">

Custom tour settings:

<$transclude $tiddler={{{ [get[settings]] }}}/>

<> <>

<$list filter="[all[shadows+tiddlers]tag]" variable="currentStep" counter="stepNumber"> <$let collapseState={{{ [[$:/state/Tour/Settings/Tour/Visibility/]addsuffixaddsuffix] }}} >
<$button class="tc-btn-invisible tc-tour-settings-tour-step-open-button"> <$action-setfield $tiddler=<> text={{{ [get[text]else[hide]match[show]then[hide]else[show]] }}}/> <$list filter="[get[text]else[hide]match[show]]" variable="ignore" emptyMessage="{{$:/core/images/right-arrow}}"> {{$:/core/images/down-arrow}} <$text text=<>/> <$transclude $tiddler=<> $field="caption"> <$text text=<>/> <$button class="tc-btn-invisible tc-tour-settings-tour-step-launch-button" tooltip="Launch this step of the tour"> <$transclude $variable="tour-start" title=<> step=<>/> {{$:/core/images/open-window}}
<$reveal state=<> text="show" type="match" default="hide" animate="yes"> <> <> <> <> <> <> <> <> <> <> <>
<$transclude $tiddler=<> $mode="block"/>