translated from tthe french forum :

<<
to do something in the genre, a trick I use css:
I create classes that correspond to the number of columns in the
tiddler style:
. Col2 (width: 50%; float: left)
. Col3 (width: 33%; float: left)
....
. clear (clear: both)
Then, in the tiddlers concerned, I put my content into columns:
Col2 (((text column 1))) (((text Col2 column 2)))
or
Col3 (((text in column 1))) (((Col3 text in column 2))) (((Col3 text
in column 3)))

It is better not forget to add after
(((clear)))

The solution is not perfect because it requires paging itself: it does
not itself the distribution in columns with the number of item. And
this may cause you problems in the use of forEachTiddler ...
That said, perhaps with a modern browser there are ways useful CSS3
property (such as described here: 
http://www.css3.info/preview/multi-column-layout/)
I n I never tried. You tell us ;-)

Sylvain >>



On Nov 6, 9:52 am, julien23 <[email protected]> wrote:
> Some of my tiddlers are just large, large ... so large lists
> (ForEachTiddlerPlugin) moreover aimed to be printed
>
> Is there a way to display a tiddler in multi-columns style ?
>
> do it for the trees :-)
--~--~---------~--~----~------------~-------~--~----~
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