I like to opt-out showing specific tiddlers at start-up.

I use CheckBoxPlugin and add a line to opt-out tiddlers:
[x(|defaultTiddler)] Show this tiddler at start-up.

Now I wonder what code I have to add to tiddler DefaultTiddlers. The
following code does not work:
[[AlwaysOpenAtStart]]
<<list filter [tag[defaultTiddler]]>>

With this code the following tiddlers are open at start-up:
(1) AlwaysOpenAtStart
(2) <<list
(3) filter
(4) OptOutTiddler
(5) >>

The tiddler (2), (3), and (5) are not defined (do not exist).

How can I modify the code that only AlwaysOpenAtStart and - if not opt-
out - OptOutTiddler are displayed?

-- 
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.

Reply via email to