[tw] Is it possible to apply an opacity setting to my tiddlers via css?

2015-12-12 Thread Zan Thrax
I've started a new wiki that has a rather dark background image. The Dark Photos pallette works well to make the sidebar clearly readable on it, but the start white tiddlers stand out a little stronger than I'd like. If I could make their background be only 80 or 90 percent opaque, I think it w

[tw] Re: TW5 - How to display values of fields as a table

2014-05-23 Thread Zan Thrax
Thank you Stephan. I didn't even realize that that was an option. On Saturday, May 24, 2014 12:30:07 AM UTC-6, Stephan Hradek wrote: > > Use HTML. > > > AwardPPFameOther > > > <$list filter="[tag[Prestige Award]sort[title]]"> > > <$link><$view field="title"/> > <$view field="pp"/> > <$view fie

[tw] TW5 - How to display values of fields as a table

2014-05-23 Thread Zan Thrax
Alberto Molina helped me understand how to get a list of tiddlers along with the value of some fields in those tiddlers. Is there a way I can get those to display in a table instead? Or, if not, is there a way to have text that is only included if a field has a non-null value? Below is what I

Re: [tw] Re: TW5 - How to display values of fields on a list tiddly

2014-05-22 Thread Zan Thrax
Thanks again Alberto. With those changes I have what I wanted. (except commas, which I can live without just fine) On 22 May 2014 16:24, Alberto Molina wrote: > Hi Zan Thrax, > > > Hmm. I've just noticed two things. The first is that using the code >> Alberto post

[tw] Re: TW5 - How to display values of fields on a list tiddly

2014-05-22 Thread Zan Thrax
wrote: > > Hi Zan Thrax > > Try this: > > <$list filter="[tag[Ring]sort[price]]"> > > {{!!title}} {{!!price}} {{!!CL}} > > > > Alberto > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: TW5 - How to display values of fields on a list tiddly

2014-05-22 Thread Zan Thrax
45:35 AM UTC-6, Alberto Molina wrote: > > Hi Zan Thrax > > Try this: > > <$list filter="[tag[Ring]sort[price]]"> > > {{!!title}} {{!!price}} {{!!CL}} > > > > Alberto > > -- You received this message because you are subscribed to the Go

[tw] Re: TW5 - How to display values of fields on a list tiddly

2014-05-22 Thread Zan Thrax
On Thursday, May 22, 2014 10:02:51 AM UTC-6, Zan Thrax wrote: > > I'm just trying to use TiddlyWiki for the second time, and I have managed > to make a tiddler that is just a list of all items with a particular tag, > and how to sort that list by the value of a custom field

[tw] TW5 - How to display values of fields on a list tiddly

2014-05-22 Thread Zan Thrax
I'm just trying to use TiddlyWiki for the second time, and I have managed to make a tiddler that is just a list of all items with a particular tag, and how to sort that list by the value of a custom field that I'm using on all Tiddlers with that tag. But I can't figure out any way to display the