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:ContactCard/answer

6th February 2021 at 4:05pm
<$select tiddler="$:/temp/CurrentContactCard" default="">
    <option value="">(select a contact)</option>
    <$list filter="[tag[Contact]]">
        <option value=<<currentTiddler>>><<currentTiddler>></option>
    </$list>
</$select>

<$tiddler tiddler={{$:/temp/CurrentContactCard}}>
    {{||ContactInformationTemplate}}
</$tiddler>
Go to question: Ex:ContactCard