[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Douglas Counts
Awesome, that works well and is more comprehensible as to why and how it works. Thank you very much for your time and gift of knowledge, -Doug On Friday, February 17, 2017 at 4:31:31 PM UTC-6, Eric Shulman wrote: > > On Friday, February 17, 2017 at 12:37:14 PM UTC-8, Douglas Counts wrote: >>

[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Eric Shulman
On Friday, February 17, 2017 at 12:37:14 PM UTC-8, Douglas Counts wrote: > > Eric, > > While Ton Gerner's advice worked great, I'm always looking to see what > other techniques work and why. So I gave your advice several failed > attempts and could not get a single attempt to work properly. >

[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Douglas Counts
Eric, While Ton Gerner's advice worked great, I'm always looking to see what other techniques work and why. So I gave your advice several failed attempts and could not get a single attempt to work properly. Adding a closing tag like you seem to suggest as shown below doesn't line wrap either

[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Eric Shulman
On Friday, February 17, 2017 at 10:14:27 AM UTC-8, Douglas Counts wrote: > > I can successfully display the shadow tiddlers in a list like so: > > <$list filter="[all[shadows]sort[title]]"/> > > The <> *macro* can be used to quickly display filter results, one per line, with bullets. The

[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Douglas Counts
Sweet, Adding the divs and the blank lines fixed the issue entirely. Thank you so much, -Doug On Friday, February 17, 2017 at 12:47:35 PM UTC-6, Ton Gerner wrote: > > Hi Douglas, > > Try: > > > .my-class .tc-tiddlylink.tc-tiddlylink-resolves { > background-color: yellow; > } > > > >

[tw] Re: [TW5] Applying Styles to list-filter results while avoiding the line wrap problem

2017-02-17 Thread Ton Gerner
Hi Douglas, Try: .my-class .tc-tiddlylink.tc-tiddlylink-resolves { background-color: yellow; } @@.my-class <$list filter="[all[shadows]sort[title]]"/> @@ Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To