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

3rd June 2020 at 4:02pm

Add a has[phone] filter step:

<$list filter="[tag[Contact]has[phone]sort[]]">
    <<currentTiddler>><br>
</$list>

You might also have put has[phone] before tag[Contact] or after sort[] – the order doesn't matter in this case.

Go to question: Ex:ContactListNoPhoneExclusion