Yes, I've sort-of done it.

In my case, certain tiddlers format the tiddler body ( ) as a set of css 
columns with fixed height(s).  Those tiddlers then scroll horizontally.

So, not a "storyriver", but certainly a horizontal presentation of the 
content with no vertical scroll at all.

.tc-tagged-bk-layout .tc-tiddler-body {
  max-height:770px;
  overflow-x:auto;
  width: 100%;
  position: relative;
 
  columns:3; -moz-columns:3; -webkit-columns:3;
  column-gap:3em; -moz-column-gap:3em; -webkit-column-gap:3em;
  column-rule: 3px dotted #ddd; -moz-column-rule: 3px dotted #ddd; 
-webkit-column-rule: 3px dotted #ddd;
}




On Thursday, June 15, 2017 at 3:02:11 PM UTC-5, @TiddlyTweeter wrote:
>
> Rather than go with the vertical newspaper metaphor of a column, I wonder 
> if anyone has a horizontal Story River.
>
> It could be good for presenting some kinds of Tiddlers. Particularly good 
> for graphics.
>
> Anyone had a shot at it yet?
>
> Best wishes
> Josiah
>
>
>  
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2d63875a-6ea5-4bac-b015-e1dff03a5a67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to