mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
11 lines
397 B
Plaintext
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>
|