Hi magev958,

I did add some more info to the pull request: see: 
https://github.com/Jermolene/TiddlyWiki5/pull/2737#issuecomment-314855978

If you get the content from this ViewTemplate: 
http://2737.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FViewTemplate, which is 
part of the PR, you can use the mechanism now. 

You just have to create a Stylesheet tiddler like this: 

<$list filter="[rank[species]]"> 
[data-title^="<$view field=title/>"] .tc-tiddler-body {
    column-count: 2;
}
</$list> 

Which should do, exactly what you want. Your initial idea was right. Just your 
code needed to be changed. 

According to caniuse http://caniuse.com/#search=column-count ... 
column-count don't need -moz and -webkit prefixes anymore and div's are already 
"block" elements. 

have fun!
mario

-- 
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/55f4c31f-4a8f-48f8-8531-58c4c4dbdac5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to