mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
|
title: $:/plugins/tiddlywiki/tour/steps/close-control-panel
|
||
|
tags: $:/tags/TourStep
|
||
|
|
||
|
! Close the control panel
|
||
|
|
||
|
Your task now is to close the control panel.
|
||
|
|
||
|
<$list filter="[[$:/StoryList]!contains[$:/ControlPanel]limit[1]]" variable="ignore">
|
||
|
|
||
|
<$confetti/>
|
||
|
|
||
|
Congratulations, you may proceed
|
||
|
|
||
|
<<tour-previous-step-button>> <<tour-next-step-button>>
|
||
|
|
||
|
</$list>
|