[tw] Re: TW5: responsive tile layout for tiddler story river?

2017-03-31 Thread PMario
On Wednesday, March 22, 2017 at 1:22:46 AM UTC+1, @TiddlyTweeter wrote: > > TW is simply an HTML file. The easiest way to get a tiled layout is to use > CSS Flexbox. If that proves not enough then you will have to load a JS > Masonry layout (which is not so easy unless you understand how TW

[tw] Re: TW5: responsive tile layout for tiddler story river?

2017-03-31 Thread @TiddlyTweeter
Ciao TheDiveO Nobody has yet made a CSS flexbox layout for TW so there are no examples to look at (as far as I know). I'm pretty sure you would not be able to use the Custom Style mechanism because it relates to styling

[tw] Re: TW5: responsive tile layout for tiddler story river?

2017-03-31 Thread TheDiveO
Well, yes. I'm basically asking for how to set up CSS flexbox with the TW5 UI tiddler part rendering tiddlers. On Wednesday, March 22, 2017 at 1:22:46 AM UTC+1, @TiddlyTweeter wrote: > > TW is simply an HTML file. The easiest way to get a tiled layout is to use > CSS Flexbox. If that proves not

[tw] Re: TW5: responsive tile layout for tiddler story river?

2017-03-21 Thread @TiddlyTweeter
TW is simply an HTML file. The easiest way to get a tiled layout is to use CSS Flexbox. If that proves not enough then you will have to load a JS Masonry layout (which is not so easy unless you understand how TW handles JS). once you understand the CSS structure in TW you should be okay. Its

[tw] Re: TW5: responsive tile layout for tiddler story river?

2017-03-21 Thread Martian
You mean something like this https://jbaysolutions.github.io/vue-grid-layout/examples/01-basic.html ? On Tuesday, 21 March 2017 23:36:45 UTC+3, TheDiveO wrote: > > Would it be possible to replace the core TW5 story river with a tile-based > variant, including kind of a responsive design? Where