Another approach would be to create a stylesheet tiddler with all the 
to-be-invidible classes defined, i.e

tags: $:/tags/Stylesheet
type: text/css
text:
.class1, .class2, .class3, ......... {
  display:none;
}

And then use a button to toggle the "$:/tags/Stylesheet"-tag on this 
stylesheet:

<$reveal type="match" state="aa!!tags" text="">
  <$button set="aa!!tags" setTo="$:/tags/Stylesheet">Hide</$button>
</$reveal>
<$reveal type="match" state="aa!!tags" text="$:/tags/Stylesheet">
  <$button set="aa!!tags" setTo="">Show</$button>
</$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/ae47b05c-568f-45ae-a32e-5f24287279bb%40googlegroups.com.

Reply via email to