> Is there a plugin or a way to make a tiddler split into two columns?

To make content within a tiddler flow into multiple columns, try the
'twocolumns', 'threecolumns', etc. CSS custom classes defined in:
   http://www.TiddlyTools.com/#StyleSheetShortcuts
To add these to your document, import the above tiddler, and then add
the following line to your StyleSheet:
   [[StyleSheetShortcuts]]
   (including the brackets)
This will automatically *include* the custom 'shortcut' CSS
definitions, without having to paste them directly into the StyleSheet
tiddler.  Then, to apply the classname to your content, write
something like:

{{threecolumns{
foo bar baz
mumble frotz
gronk snork snerfle plurmb
hey nonny-nonny
bippity bappity boop
fliggle flaggle floogle flum
wagga wagga blorp!
}}}

Alternatively, if you meant that you want the central 'story' display
to use multiple columns of tiddlers, then this might fit the bill:
   http://www.TiddlyTools.com/#SetTiddlerColumns

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

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