On Monday, July 20, 2020 at 7:18:57 AM UTC-7, Jake wrote:
>
>
> guys... guys... and to put it inside a $list?.. and to combine it with...
> a tag thing... and a sort thing...
>
ps. btw, if i use only YYYYMMDD format for dates - can I use just "integer"
> then as comparison type?
Try this:
<$list filter="[tag[Comedy]!sort[releasedate]]" variable="title">
<$list filter="[<title>get[releasedate]compare:integer:lteq[20200701]then
<title>]">
<$link/> |
</$list>
</$list>
The outer $list gets the titles of the tiddlers with the desired tag,
sorted in descending order by releasedate
The inner $list compares each releasedate to see if it is less than or
equal to [20200701] and returns the title
-e
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/a0559f81-b0fd-4652-b0bc-0fd513396439o%40googlegroups.com.