Documentation tiddlers on TiddlyWiki.com in need of work (please contribute to the list)

@Springer

\define onInput()
  <%if [get[temp]match[springer]] %>
    <$action-confirm $message="hello springer!"/>
	<% else %>
	  <$action-confirm $message=<<actionValue>>/>
  <% endif %>
\end

<$edit-text inputActions=<<onInput>> field=temp/>

Drop that into a new tiddler at tw .com.

1 Like