You can also create a macro and find the next in a series of values using 
the "after" operator:

\define nextweek(thisweek) <$list filter="01 02 03 04 05 06 07 08 
+[after[$thisweek$]]"/>

<<nextweek "02">>

-- Mark

On Thursday, October 11, 2018 at 8:22:39 AM UTC-7, Jeff Vance wrote:
>
> Hi Tony,
>
> Thanks for the pointer to the plugins. After thinking about it, I'm 
> actually tempted to just create a dictionary tiddler that serves as a 
> lookup table for incrementing each week. It only requires 52 entries. That 
> also takes care of the wrap around to 1. Entry 52 can just list 1 as it's 
> increment.  I could do it for year too (maybe up to 10 years, then stop).  
> On one hand it seems kind of silly to use a lookup table to perform 
> addition by 1, but in this case it seems it will get the job done with 
> minimal fuss.
>
> Jeff
>
>
>
>

-- 
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/c5000650-e784-4703-bd0b-41cf360abb21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to