This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:InputExistsText/answer

 16th October 2024 at 7:42pm
Go to Tiddler:
<$edit-text tiddler="$:/temp/goto" tag="input" default=""/>
<$button to={{$:/temp/goto}}>Go</$button>
<% if [{$:/temp/goto}is[tiddler]] %>
  <span style="color:green;">Exists!</span>
<% else %>
  <span style="color: red;">Not found.</span>
<% endif %>
Go to question: Ex:InputExistsText