Sorry, I meant to customize style by adding a field mystyle with value style1.
And I just realized even though I tried to use myStyle as field name, but
it was actually changed to mystyle
and the camel case in the style tittler still works:
<$list filter="[myStyle[style1]]"> [data-tiddler-title^="<$view
field=title/>"]
.tc-tiddler-body {
color:MediumSeaGreen;
}
</$list>
So without a proper document, I have to just try to guess what class I
should use. Actually this class name .tc-tag-label is found by my numerous
guess and experiment with a doubt that it may not exist. I think I have
tried something like .tc-tag, .tc-tagbar, .tc-tag-title, etc. Hopefully I
could make better guesses over time on this, but I doubt it as I am both
bad on guessing people's mind or common English wording.
But I may have to and I can live with that. :)
On Monday, July 29, 2019 at 11:11:51 AM UTC-5, Mat wrote:
>
> Other than the actual stylesheets (vanilla and snowwhite - do a search in
> the advanced search) and perhaps the palette (in the Ctrlpanel) there is no
> such comprehensive list. It would be a bit problematic to assemble such a
> list because a style definition migth be applied for different things.
>
> As Tony noted, you should use the browser inspector tool to see what class
> an element is using.
>
>
> <$list filter="[myStyle[style1]]">
>>
>
> The above does not work, or at least it is not correct, because it filters
> on fields named "myStyle" but field names must not contain uppercase
> letters. The filter might still give something as output, but it is not
> what you intend, which runs the listwidget contents.
>
>
> value: style1
>>
>
> Here you're saying there is a field named "value" with the value "style1".
> Is this really what you're intending?
>
> <:-)
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/a99304ac-f3c5-4adc-a85b-2850c2f83d31%40googlegroups.com.