Just for reference, here is an Agenda based on the days operator that
*mostly* works
<ul>
<$list filter="[has[due]days:due[60]days:due[-60]!sort[due]]">
<li>
<$link><$view field="title"/></$link>
<$list filter="[<currentTiddler>days:due[15]!days:due[2]]">
@@color:beige;^^upcoming^^@@</$list>
<$list filter="[<currentTiddler>days:due[1]days:due[-1]]">
@@color:red;^^today^^@@</$list>
<$list filter="[<currentTiddler>days:due[-7]!days:due[-2]]">
@@color:black;^^recent^^@@</$list>
<$list filter="[<currentTiddler>days:due[-60]!days:due[-30]]">
@@color:yellow;^^over a month^^@@</$list>
</li>
</$list>
</ul>
This lists all the tiddlers that have 20181104 type dates in the "due"
field. The only glitch is that it includes tomorrow and today as "today"
in the labelling. I tried days:due[0]days:due[0]] but that didn't work.
It lists all tiddlers with a due date 2 months into the future and past.
see attached pic
--
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/62f58cf7-567e-40df-8adb-0884c4018ca9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.