mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
title: $:/plugins/tiddlywiki/confetti/examples/typing-trigger
|
|
tags: $:/tags/ConfettiExample
|
|
|
|
<$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>
|