In the interest of providing a complete solution, I also changed var show=config.options.chkHideTiddlerTags?'none':'inline'; to var show=config.options.chkHideTiddlerTags?'inline':'none'; because the tags are hidden by default. This way when you first click on the tags button, the first action is to display, not hide as in the original plugin. w
On Apr 10, 6:55 pm, whatever <[email protected]> wrote: > 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.

