mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/search
|
|
tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
|
selector: .tc-sidebar-search .tc-popup-handle
|
|
|
|
! 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-buttons>>
|
|
|
|
</$list> |