I suspect you want fixed height tiddlers that transclude their content 
(let's call these fixed height tiddler "containers").  The containers 
display their content using CSS columns:

.someclass {
  columns:3; -moz-columns:3; -webkit-columns:3;
  column-gap:2em; -moz-column-gap:2em; -webkit-column-gap:2em;
  column-rule: 2px dotted #ddd; -moz-column-rule: 2px dotted #ddd; 
-webkit-column-rule: 2px dotted #ddd;
  column-fill:auto; -moz-column-fill:auto; -webkit-column-fill:auto;
}

>>> https://developer.mozilla.org/en-US/docs/Web/CSS/columns

I use this a lot for exactly the reason you describe: *time* is better 
represented horizontally.  My content transcluded into the container can be 
huge (chapter of a book, for example).


On Friday, January 12, 2018 at 11:42:46 AM UTC-6, @TiddlyTweeter wrote:
>
> *TIDDLY TOUCH-BASE - THE RIGHT?*
>
> *Q: Am I limited to 12 columns? Is that hard code?*
>
> The liberation of the RIGHTwards layout is one thing that got me 
> interested. I'd like to be able to go on forever right.
>
> A Use Case would be Storyboarding a movie. Going Right conveys time much 
> better than going down does.
>
> In actual Storyboarding you tend to group "horizontal runs" by "Acts". An 
> Act on a physical corkboard is usually about 25 images per line/act. Most 
> movies have 3 main acts. The second act is normally double length so you 
> split it in two on a storyboard. 
>
> In other words: you normally have a grid of 25 columns and 4 rows to 
> depict a whole movie.  100 scenarios split over 4 rows.
>
> I DO see there is a design thing in TT between relating to a 
> FIXED-VIEWPORT or an infinite VIRTUAL-SPACE. In the first case one can set 
> widths relative to the viewport size. In the second case they need some 
> kind of fixed setting (likely px or rem).
>
> IF this issue is "out-of-scope" let me know. Even at 12 columns 
> TiddlyTouch is great. 
>
> I'm simply wondering if I could go right further?
>
> J, x
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fbb177f0-6646-4d39-a2ae-6e80323f6167%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to