Seeing how well @BurningTreeC 's multicolumn works I ask myself whether there is an implementation for a horizontal storyview where the tiddlers are placed in a horizontal row and how this could be elegantly realized
The basic concept I would like to have:
Sure, similar CSS could be applied to the story, but I have to say, it would look pretty awful given that tiddlers have varying lengths and the longer ones would “wrap” up and down across the columns, or, worse, make a mess trying to optimize for the best break points.
Thanks @arunnbabu81
I stumbled upon Krystal, but it is not exactly what I want for the slideshow, though it is a very nice metaphor for a pile of pages. I thought of a scrollable simple straight row - with each tiddler being individually scrollable vertically
I guess this can be done by css, but I do not now how to make a real storyview of this.
Muuri devides the viewport into columns, here the tiddler should have a fixed width (in mobile an slideshow the width of the viewport) thus the row will be much broader than the screen.
I think it is a question of CSS, I think this here could be an approach, especiallcy this codepen demonstrated there .
I would like to learn how to cast this into a custom storyview.
Just a side note.
I thought this thread very interesting in that it explores liberating the horizontal fully.
The examples you point to are very good. They don’t look too complicated CSS wise.
UPDATE: I thought the examples interesting also for potential easier use on mobiles? That matters to me as my end users mainly live on phones. FYI, I notice, at caniuse, reasonable support for scroll-snap.
Just FYI I have interest in potential infinite horizontal scroll / jumping to examine and analyse sequences of images … Here is a shot of a sequence from alchemy that would work well that way …
Hi Josiah @TiddlyTweeter ,
that’s interesting, let’s work on this … btw: Did you know I am an arts teacher?
Pershaps the pic macro I did for the wrappit dropdown could also interest you sliZer Test
FYI I am doing some tests with the codepen you posted a link to. It is looking promising. I had to modify it slightly to get it working in TW (TW does not like “.section__item”; I changed all those to “.section-item” and then it started working).
TW likes it – my guess, you hosted the CSS in the same tiddler; TW wikified the _ as <u> elements. Had you put the CSS in a stylesheet tiddler, 'twoulda been fine.
Good on you @CodaCoder. It is good to have your eye on the biz!
One thing I noticed is the codepen maybe has more CSS than is actually needed for @JanJo’s needs?
I found the “display: flex;” under “.section-item” class not needed for my use cases.
Just to update you, @JanJo, I beginning to get what I need. But it needs testing on mobile for touch actions so not to waste your time.
IF it gets past that test I’ll upload an example wiki.
Maybe in a couple of days time, fingers crossed.
Just FYI here is what it begins to look like in TW …
What ressources of other storyviews can be while they are not active?
Given the power of that tool my knowledge here is quite incomplete.
In Kristal for example this does not seem to be used correctly. horizontal figures as a storyview…but you cannot switch to normal.
PS: This question was a little too hidden, so I decided to dedicate it a proper thead