<$reveal type=nomatch default="" text="Bar" state="Foo"> Where is [[Foo]]?!? </$reveal> <$reveal type=match default="" text="Bar" state="Foo"> Ah, there is [[Foo]]!!! </$reveal>
<$button> <$action-setfield $tiddler="Foo" text="Bar" tags="Baz"/> Create Foo with text "Bar" and tag "Baz" </$button> ``` <$button> <$action-setfield $tiddler="Foo" text="Bar" tags="Baz"/> Create Foo with text "Bar" and tag "Baz" </$button> BJ On Sunday, November 30, 2014 9:40:40 AM UTC-6, Tobias Beer wrote: > > Hi BJ, > > Any idea why the reveals won't work or how they possibly could? > > \define getFoo() <$view tiddler=Foo field=text/> > > <$reveal type=nomatch default=Bar text=<<getFoo>>> > Where is [[Foo]]?!? > </$reveal> > <$reveal type=match default=Bar text=<<getFoo>>> > Ah, there is [[Foo]]!!! > </$reveal> > > <$button> > <$action-setfield $tiddler="Foo" text="Bar" tags="Baz"/> > Create Foo with text "Bar" and tag "Baz" > </$button> > > > ``` > <$button> > <$action-setfield $tiddler="Foo" text="Bar" tags="Baz"/> > Create Foo with text "Bar" and tag "Baz" > </$button> > ``` > > Best wishes, Tobias. > -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

