TW5. Mostly I'm just trying to implement multiple columns using
Transclusions of separate tiddlers (each is filled with lists), but getting
problems at every turn.
I tried throwing together this code with Transcluded tiddlers:
/*COLUMNS*/
>
> .twocolumns { display:block;
>
> column-count:2;
>
> -moz-column-count:2;
>
> -webkit-column-count:2;}
>
>
>> .threecolumns { display:block;
>
> column-count:3;
>
> -moz-column-count:3;
>
> -webkit-column-count:3;}
>
>
>> .fourcolumns { display:block;
>
> column-count:4;
>
> -moz-column-count:4;
>
> -webkit-column-count:4;}
>
>
>> .fivecolumns { display:block;
>
> column-count:5;
>
> -moz-column-count:5;
>
> -webkit-column-count:5;}
>
>
...but it just displays them as one big long list instead of breaking the
tiddlers into multiple columns. At this point I don't really care how I'm
able to achieve the effect, but holy carp is the coding in this driving me
nuts.
On Sunday, September 6, 2015 at 6:46:40 PM UTC-4, PMario wrote:
>
> On Sunday, September 6, 2015 at 11:35:19 PM UTC+2, Graeme Henson wrote:
>>
>> It might only be Classic, is there no way to convert a Classic plugin
>> over to TW5?
>
>
> Do you use TWc or TW5?
> -m
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/1e1520a8-a39d-4bb7-bd8a-25eb372b765a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.