> FND,
> Thats cool.

Try this transclusion:

   http://www.TiddlyTools.com/#SetTiddlerColumns

no inline scripts, no stylesheet... setting is tracked in standard
TiddlyWiki option, and can be hard-coded with simple "CookieJar"
statement:

    config.options.txtTiddlerColumns='1';

Note that, because SetTiddlerColumns is a *transclusion*, it's
functionality is only invoked when it is *rendered* somewhere in your
document by "transcluding" (i.e., embedding) it via the <<tiddler>>
macro.

For example, you could add the following to your [[MainMenu]]:
   <<tiddler SetTiddlerColumns>>
Because MainMenu content is always rendered during startup, embedding
the transclusion there ensures that it is invoked as soon as the
document
is loaded, so that the initial display state, based on a previously
stored option value, is actually applied.

Note also that, if you like, you can enclose the <<tiddler>> macro
within a tiny bit of CSS, so that the functionality will still be
applied and the desired number of tiddler columns is used, but there
will be no net change in the appearance of the MainMenu
   @@display:none;<<tiddler SetTiddlerColumns>>@@

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to