<$vars myvar="yes" >
<$button set=<<stVar>> setTo="no" ....
<$reveal type=match state=<<stVar>> ...
.
.
.
</$vars>
<$vars stVar="show">
<$button set=<<stVar>> setTo="show">Show me</$button><$button set=<<stVar>> setTo="hide">Hide me</$button>
<$reveal type="match" state=<<stVar>> text="show">
! This is the revealed contentAnd this is some text
</$reveal>Thanks for your reply! I know for for global variable (state) we need something like state tiddler!My question was to have state var for simple cases like in place toggle button! This avoid creating extra tiddlers!