Great, Thanks for Sharing Brian TiddlyWiki Spinner.
Tones
On Monday, 9 August 2021 at 10:58:49 UTC+10 Brian Radspinner wrote:
> Woah,
>
> I just realized that I can use this kind of thinking to flag tiddler
> titles in the Recent tab with unicode characters to make them stand out
> with editing the titles...
>
> <$list filter="[prefix[Test ]first[]splitbefore[
> ]encodeuri[]addprefix[#]]">
> <div>
> a.tc-tiddlylink[href^="{{{ [<currentTiddler>] }}}"]::after {
> content:"\2B50"; }
> </div>
> </$list>
>
> results in:
>
> a.tc-tiddlylink[href^="#Test%20"]::after { content:"\2B50"; }
>
> inside a stylesheet, which makes lists automatically add a gold star to
> tiddler titles starting with "Test ".
>
> "*Test 1*", "*Test 2*", and "*Test 3*" can all be flagged with gold stars
> to draw attention to them, without actually putting the character in the
> tiddlers' titles.
> [image: CrazyLinkFlagging_TW.jpg]
>
>
> TiddlyWiki and current CSS standards continuing to blow my mind
>
>
>
> On Sunday, August 1, 2021 at 6:06:38 PM UTC-7 TW Tones wrote:
>
>> Mat,
>>
>> The key issue with using the style tags is when they are displaying they
>> apply to the whole page. Unless the CSS you use there in is selective, it
>> will impact anything on the page that the css can apply to. This can cause
>> side effects. Especialy if conflicking styles are "visible"
>>
>> I have used them inside lists and reveals quite successfully because it
>> becomes conditional css, but best it defines a custom class you reference
>> in the tiddler or use other strict css selectors eg target an particular
>> html tag or ID
>>
>> Style blocks are great for design and testing.
>>
>> Regards
>> Tones
>>
>>
--
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/cdb03318-7747-43cb-a831-8a608e971560n%40googlegroups.com.