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

18th July 2020 at 4:51pm
Go to Tiddler:
<$edit-text tiddler="$:/temp/goto" tag="input" default=""/>
<$button to={{$:/temp/goto}}>Go</$button>
<$list filter="[{$:/temp/goto}is[tiddler]]"
       emptyMessage="""<span style="color: red;">Not found.</span>""">
  <span style="color:green;">Exists!</span>
</$list>
Go to question: Ex:InputExistsText