1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-16 00:44:22 +00:00
TiddlyWiki5/plugins/tiddlywiki/confetti/examples/typing-trigger.tid
2023-05-10 10:13:45 +01:00

11 lines
397 B
Plaintext

title: $:/plugins/tiddlywiki/confetti/examples/typing-trigger
tags: $:/tags/ConfettiExample
Type the word "launch": <$edit-text tiddler="$:/temp/confetti/launchstatus" tag="input" placeholder="Type here"/>
<$list filter="[{$:/temp/confetti/launchstatus}match:caseinsensitive[launch]]" variable="ignore">
Launched!
<$confetti particleCount=100/>
<$confetti particleCount=100 delay=300/>
</$list>