On Monday, July 1, 2019 at 1:25:02 PM UTC+2, PMario wrote:
>
> On Monday, July 1, 2019 at 12:47:28 PM UTC+2, Mohammad wrote:
>>
>> Mario,
>>  Those solution uses CSS attribute selector! Here I need to add filters 
>> for example to filter tiddlers modified within last week!
>>
>
> Have a closer look at: 
> https://tiddlywiki.com/#Q%3A%20How%20can%20I%20use%20a%20custom%20field%20to%20style%20a%20tiddler%3F
> -m
>

The example should be like: 

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

The difference is the format=text attribute, which should also avoid problems 
with special tiddler titles.

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/9c992a8a-49e0-4699-9561-4051c9fcf72d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to