Hi,
I’ve got a list of conditions which if all true, produce a message.
I want one of the conditions to be met if Today is Thursday or Friday.
So far, I’ve worked out how to do it for one of the days, but not for both.
In a field marked ‘today’ I’ve got <<now DDD>>
and in the body of the tiddler:
<$wikify name="today" text={{!!today}}>
The condition is:
<% if [<today>compare:string:eq[Thursday]]%>
True
<% endif %>
There’s probably a better way of doing it as well.
Any suggestions much appreciated.
Jon