Example
 Create a tiddler in https://tiddlywiki.com/
and put below script inside the it and save!

<$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 content
And this is some text

</$reveal>


You will see it works. If so, I think in some part we can remove the use of 
state Tiddler and qualify macro and like that!
I know if scripts work in different scope still we need global variables 
and we have to use the state tiddler / state field and state index!

What do you think?


--Mohammad


On Sunday, July 21, 2019 at 6:52:02 AM UTC+4:30, Mohammad wrote:
>
> Some widgets use state tiddlers to store a state for further operations!
> My question is can we use state variable instead of state tiddler / state 
> field?
> The benefit is you dont need anymore to create new tiddler, have unique 
> tiddler and so on
>
> for example
> <$vars myvar="yes" >
>
>
> <$button set=<<stVar>> setTo="no" ....
>
>
> <$reveal type=match state=<<stVar>> ...
> .
> .
> .
> </$vars>
>
>
>
>
>
> --Mohammad
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d4fab664-f3a3-49cd-a1ff-8a6f94a8c9d9%40googlegroups.com.

Reply via email to