Ha, I solved it! As I looked around the plugin some more, it finally dawned on me that it uses the CSS property "display" and that it toggles it on and off. So if I wanted the divs to load hidden, I had to change the property in the stylesheet for .tagged from inline to none. I also changed in the plugin var show=config.options.chkHideTiddlerTags?'none':'block'; to var show=config.options.chkHideTiddlerTags?'none':'inline'; so the divs are displayed inline instead of as blocks (because I'm using the TiddlyPedia theme). w
On Apr 9, 9:48 pm, whatever <[email protected]> wrote: > Okay, ToggleTiddlerTags hides the tags (which are shown at startup). > What I want is that the tags are hidden on startup and are only shown > after clicking the link. So basically, the initial onload behavior > needs to be just the opposite. I've played around with the plugin, but > I couldn't get it to work. Any help? > w -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

