mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
|
title: $:/plugins/tiddlywiki/tour/steps/search
|
||
|
tags: $:/tags/TourStep
|
||
|
|
||
|
! Searching
|
||
|
|
||
|
Your task is to search for the phrase "help".
|
||
|
|
||
|
<$list filter="[{$:/temp/search}match[help]]" variable="ignore">
|
||
|
|
||
|
<$confetti/>
|
||
|
|
||
|
Congratulations! You may now proceed
|
||
|
|
||
|
<<tour-previous-step-button>> <<tour-next-step-button>>
|
||
|
|
||
|
</$list>
|