Dang!
That's it!
Thank You Mark S.!
Now I know why the variable didn't work!
Problem solved.
Thanks also for the hint with the right Syntax in filters. That helped!
Regards,
Bastian
Am Mittwoch, 20. Juli 2016 16:24:36 UTC+2 schrieb Bastian:
>
> Hi,
>
> I'd like to get a list of all Tiddlers, that have the field "due" which
> has the value of the current date.
>
> That's the code I have so far:
>
> <$set name=today value=<<now 0DD.0MM.YYYY>>>
> <<today>>
> </$set>
>
>
> <$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>
>
> The setting of the variable "today" works, as the output of it works, but
> when I use it in the filter, it doesn't work.
> On the other hand, when I put in the date, e.g. "20.07.2016" I get results.
>
> I not only tried "[due[<today>]]" but also "[due<today>]",
> "[due[{today}]]".
>
> What do I do wrong?
>
> Regards,
> Bastian
>
--
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/323cad3a-03d9-4ae9-8548-cb43adf2ad4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.