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

3rd June 2020 at 2:50pm
<ul>
    <$list filter="[tag[Meeting]!sort[at]]">
        <li><<currentTiddler>></li>
    </$list>
</ul>

(If you left in the contains:participants[JaneDoe] filter step from the previous exercise, that's fine too.)

Go to question: Ex:BulletedMeetingList