This works on tiddlywiki.com as long as you do the following:
Create New tiddler 1, new tiddler 2 etc.
add the field due
set due = "20.07.2016"      - or today's date string returned

<$set name=today value=<<now 0DD.0MM.YYYY>>>
    <<today>>
    <$list filter="[due<today>]">

        <$checkbox tag="done">
            <$link to={{!!title}}>
                <$view field="title"/>
            </$link>
            <$list filter="[is[current]tags[]regexp[PRIO0|onhold|BLOCKED]]">
                {{||$:/core/ui/TagTemplate}}
            </$list>
        </$checkbox>
    </$list>
</$set>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/035cb6b8-1e74-4691-a7bb-e93e84ab61e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to