Comparison operators is/has been discussed 
<https://github.com/Jermolene/TiddlyWiki5/pull/2968>. Contribute or merely 
express liking to it.

For now, this more cumbersome approach might work:

<$set name=amount
      filter="[tag[mytag]get[modified]]
              20180403221852352
              +[sort[]allbefore[20180403221852352]count[]]">
<$list filter="[tag[mytag]sort[modified]first<amount>]" >

</$list>
</$set>

So, the idea is to extract all modified dates from the relevant tids. Then 
add your magic cutoff date. Sort them and cut the sorted list before your 
magic date. Count how many.
Then sort all relevant tids by modified date and cut out as many as was 
counted before.

...yeah, would be simpler with "less than"...

<:-)

-- 
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/72c7f1bc-db20-4e75-bab3-57e34043c62a%40googlegroups.com.

Reply via email to