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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to