Hello, 

First time posting to this group, but I have used the group to troubleshoot 
in the past. I'm a bit of  novice, but normally am able to get Tiddlywiki 
to do what I want with little issue. I'm very sure there is a simple 
solution to my problem, but I am just entirely missing it. 

I am utilizing the reveal widget through a template (see below). This 
template is being used by many tiddlers. The details widget works no 
problem and the list works fine; however, when I toggle the button for the 
reveal widget it is universally toggling every tiddler utilizing the 
template. Clearly I need to make the reveal button only toggle for the 
specific tiddler, but I can't for the life of me figure out how to target 
the button to one tiddler at a time. Any assistance is appreciated! 

*Template:*

<$details  summary="Explained/Definition" >
{{!!definition}}
</$details>

---<br>

<$reveal type="nomatch" state="$:/state/SampleReveal2" text="show">
<$button set="$:/state/SampleReveal2" setTo="show" 
class="NestRevealButton">View Goals
</$button>
</$reveal>

<$reveal type="match" state="$:/state/SampleReveal2" text="show">
<$button set="$:/state/SampleReveal2" setTo="hide" 
class="NestRevealButton">Hide Goals</$button>

<$scrollable class='tc-scrollable-browse'>
 <$list filter='[tag<currentTiddler>level[GOAL]sort[title]]'> <$link><$view 
field='title'/></$link><br> <$view field='language'/> <br>     </$list> 
</$scrollable>

</$reveal>


-- 
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/b8252b50-3ca4-40a7-8f73-5d4ebbf6c279n%40googlegroups.com.

Reply via email to