Well, this seems to work. I suppose with the string parsing functions, one 
could use the list widget as a reveal widget in certain situations.

<$wikify mode="inline" name=week_val text=<<now DDD>> >
<$list filter="[<week_val>regexp[Tuesday]]">
Yay!
</$list>
</$wikify>


On Tuesday, September 17, 2019 at 4:17:51 PM UTC+2, Melvin wrote:
>
> I have a Tiddler called $:/dayofweek which has the following content.
> <<now DDD>>
>
> In my journal tiddler called questionnaire the following happened.
>
> I hoped that the following code would work (on any given Tuesday).
>
> <$reveal type="match" state="$:/dayofweek" text="Tuesday">
> Yay!
> </$reveal>
>
> But it didn't. The culprit was shown when I rewrote it to the following 
> code:
> <$reveal type="match" state="$:/dayofweek" text="<<now DDD>>">
> Nawhh :(
> </$reveal>
>
> So how do I make sure that reveal is matching it with the wikified version 
> of <<now DDD>> and not the literal string?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/229ed3bd-40da-47d1-9104-370bed0bc92f%40googlegroups.com.

Reply via email to