[tw] Re: Tabular story/result view ?

2016-12-24 Thread 'Mark S.' via TiddlyWiki
If you follow this thread on google groups, then you will see that there are solutions provided by C Pa, Mat, and Ton Gerner. HTH Mark On Saturday, December 24, 2016 at 5:48:18 PM UTC-8, Dmitry Sokolov wrote: > > Mark, sorry, what are those 3 techniques you are talking above? > Where may I see

[tw] Re: Tabular story/result view ?

2016-12-24 Thread Dmitry Sokolov
Mark, sorry, what are those 3 techniques you are talking above? Where may I see them? Cheers, Dmitry On Saturday, 24 December 2016 09:53:46 UTC+13, Mark S. wrote: > > Oh, that's great! I've submitted a PR. Actually, 3 of the techniques here > have been posted for various approaches to this proble

[tw] Re: Tabular story/result view ?

2016-12-23 Thread 'Mark S.' via TiddlyWiki
Oh, that's great! I've submitted a PR. Actually, 3 of the techniques here have been posted for various approaches to this problem. Thanks! Mark On Friday, December 23, 2016 at 12:12:20 PM UTC-8, Mat wrote: > > Mark S. wrote: >> >> Hi Mat, >> >> I would like to submit this great solution to Tiddl

[tw] Re: Tabular story/result view ?

2016-12-23 Thread Mat
Mark S. wrote: > > Hi Mat, > > I would like to submit this great solution to TiddlyWiki github. Hopefully > that is OK? > Sure! Flattering! I am curious about your note on this item: > > -ms-box-orient: vertical; /* this should probably not be here */ > > Er, can it be removed? > Well, it do

[tw] Re: Tabular story/result view ?

2016-12-19 Thread 'Mark S.' via TiddlyWiki
Hi Mat, I would like to submit this great solution to TiddlyWiki github. Hopefully that is OK? I am curious about your note on this item: -ms-box-orient: vertical; /* this should probably not be here */ Er, can it be removed? Thanks! Mark On Sunday, September 11, 2016 at 3:34:04 AM UTC-7,

[tw] Re: Tabular story/result view ?

2016-09-11 Thread Mat
Mark, > Looks like a very versatile solution. I notice that some of the tags > overlap into the next column. Appears you have to tweak the max/min pixels > to suit your particular data set, right? > Tagpills seem to be blocks (I'd guess inline-blocks in TWs native stylesheets). This makes t

[tw] Re: Tabular story/result view ?

2016-09-11 Thread 'Mark S.' via TiddlyWiki
Hi Mat, You certainly seem skilled in CSS to me! Looks like a very versatile solution. I notice that some of the tags overlap into the next column. Appears you have to tweak the max/min pixels to suit your particular data set, right? Thanks! Mark On Sunday, September 11, 2016 at 3:34:04 AM UT

[tw] Re: Tabular story/result view ?

2016-09-11 Thread Mat
Here is a CSS solution using flexbox. Feels pretty darn good actually. It is responsive, i.e re-positioning to display fewer columns if the window is too small. It works also for tag popups, as shown in the code below, i.e the tag-popup displays in front of everything, just as it should. You

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Tobias Beer
Hi Mark, > Per Tobias' comment, can I infer that this will be pretty stable as long > as I avoid doing fancy things like using Tag-buttons? I was thinking more > of tiddler links and/or galleries of thumbnails. > With tobibeer/appear you can al

[tw] Re: Tabular story/result view ?

2016-09-09 Thread 'Mark S.' via TiddlyWiki
Sheer genius, c pa ! I had to step through the listing to see how you did it. I'm thinking this could be useful for creating an Evernote-like listing of tiddlers. Or if each tiddler had a "thumbnail" field, part of a photo-gallery app. Thanks! Mark On Thursday, September 8, 2016 at 5:58:3

[tw] Re: Tabular story/result view ?

2016-09-09 Thread 'Mark S.' via TiddlyWiki
That's super! I can see where this would probably be a default solution. I do sometimes find CSS a little unpredictable. Ok, a lot of the time ;-) Per Tobias' comment, can I infer that this will be pretty stable as long as I avoid doing fancy things like using Tag-buttons? I was thinking more of

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Ton Gerner
Hi Tobias, Yes, I do remember. I reported the tag pill problem in the group [1]. Lateron you found it more "general" for popups. Cheers, Ton [1] https://groups.google.com/d/msg/tiddlywiki/DOlliTOEyCQ/lQxXhzXyzPAJ On Friday, September 9, 2016 at 1:23:36 PM UTC+2, Tobias Beer wrote: > > Hi Ton,

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Tobias Beer
Hi Ton, > Thinking outside of the box, why not use a simple 4 column style instead > of a table? > This would work, except with popups, if you remember: https://github.com/Jermolene/TiddlyWiki5/issues/1102 Best wishes, --tb. -- You received this message because you are subscribed to the G

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Ton Gerner
Hi Mat, sure. Create at http://tiddlywiki.com/: 1) Tiddler MyStyle tagged with $:/tags/Stylesheet, containing: /* FOUR COLUMN MODE */ .fourcolumns { display:block; -moz-column-count:4; -moz-column-gap:1em; -webkit-column-count: 4; -webkit-column-gap:1em; } 2) Tiddler MyList conta

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Mat
@Ton, could you please show where to actually apply this in the following example? <$list filter="[tag[Filter Operators]]" variable="foo"> <> Thanks! BTW, this is a pretty basic use case so we ought to have a best practice solution in the docs. <:-) -- You received this message because you

[tw] Re: Tabular story/result view ?

2016-09-09 Thread Ton Gerner
Hi Mark, Thinking outside of the box, why not use a simple 4 column style instead of a table? /* FOUR COLUMN MODE */ .fourcolumns { display:block; -moz-column-count:4; -moz-column-gap:1em; -webkit-column-count: 4; -webkit-column-gap:1em; } Cheers, Ton On Thursday, Septemb

[tw] Re: Tabular story/result view ?

2016-09-08 Thread Tobias Beer
Hi c pa, > Yes with the creative use of the filter operators you can do it > That's possibly not good enough, as the length of the search results is dynamic. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscri

[tw] Re: Tabular story/result view ?

2016-09-08 Thread 'c pa' via TiddlyWiki
Yes with the creative use of the filter operators you can do it Here's an example using the letters of the alphabet as the input filter expression <$list filter="1 5 9 13 17 21 25" variable ="rows"> <$list filter="a b c d e f g h i j k l m n o p q r s t u v w x y z +[nth]" variable="cell">