@ Eric Shulman - your work is always so elegant, I wish your missing manual 
(for TW5) had more information about syntax, strings, variables, etc.

@ TonyM - you accurately predicted where I was going next. My ideal state 
is "Today's tiddlers" listed, with the last X day's listings collapsed 
above, and {{Due soon}} below.

I am using Eric's code for today's titled tiddlers:

<$set name="today" value=<<now YYYY-0MM-0DD>> 
>
   <$list filter="[prefix<today>]">
     '' <$view field="title"/><br>''
      <$transclude /><br><br>
   </$list>
<$set>


How do I incorporate the filter operator you proposed ?

"[!days:weekly-review[-7]]"


 
Here is my latest attempt (to simply provide yesterday's tiddlers):

<$set name="today" value=<<now YYYY-0MM-0DD>> 
>
   <$list filter="<today>[days:title[-1]]">
     '' <$view field="title"/><br>''
      <$transclude /><br><br>
   </$list>
<$set>

{{Due}}


In the filter run, I don't know how to "mix and match" the variable <today> 
with the filter operator:suffix [parameter] days:title[-1] since <today> is 
now a defined string, not a date

Any debug ideas?

JWHoneycutt

(and a pre-emptive Thank you)


-- 
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/2005b473-00a2-4958-b585-d81a342abd59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to