Hi Mervin

My solution is one of the complicated ones you don’t want ;–)

Simplified somewhat it would become something  resembling this:

\define ldsbra() [[
\define rdsbra() ]]

\define reminderCheck(reminder-field,tiddler)
<$vars tid="""$tiddler$""" rmf="""$reminder-field$""">
<$wikify name="checkfilter" text='<<ldsbra>><<tid>>]days:<<rmf>>[0<<rdsbra>>'>
   <$list filter=<<checkfilter>>>
<<tid>>
   </$list>
</$wikify>
</$vars>
\end


Loop through all tiddlers with your specific tag here and then call the check 
macro: 

<$macrocall $name=reminderCheck reminder-field=datefield 
tiddler=<<currentTiddler>>/>

[End of loop]

I assume the date is in a field named „datefield“ in a format starting with 
20180829. Still too complicated? 

Good luck!
Thomas 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/842837b2-377c-4677-a89d-be1408d6a461%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to