I have a Tiddler called $:/dayofweek which has the following content.
<<now DDD>>

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/e692cf5d-a13f-4598-97d4-0a598710d527%40googlegroups.com.

Reply via email to