[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-25 Thread Hubert
> > Sorry Hubert for taking over your post > Not a problem for me! I'm getting tremendous value from the info here as well :) Regards, Hubert On Friday, 25 October 2019 05:55:22 UTC+1, A Gloom wrote: > > most exclellant! Your answers are greatly appreciated : ) Sorry Hubert > for taking ove

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-24 Thread A Gloom
most exclellant! Your answers are greatly appreciated : ) Sorry Hubert for taking over your post-- hopefully this info about ToC's will be helpful to others cause I'm sure others have had the ToC overpopulation issue. -- You received this message because you are subscribed to the Google Grou

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-24 Thread PMario
On Thursday, October 24, 2019 at 11:22:24 AM UTC+2, A Gloom wrote: > > It's the long lists that may make problems. ... HTML performance problems >> start with lists >1000 (especially on mobile), if they have to be redrawn. >> >>> >>> So a limit[250] filter may be an option. BUT there should be a

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-24 Thread A Gloom
> > It's the long lists that may make problems. ... HTML performance problems > start with lists >1000 (especially on mobile), if they have to be redrawn. > >> >> So a limit[250] filter may be an option. BUT there should be a button >> below the list with eg: "Show Full List", which opens a ful

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-23 Thread PMario
On Wednesday, October 23, 2019 at 11:06:14 AM UTC+2, A Gloom wrote: ... > I broke up my ToC's into several tabs 'cause they were getting unwieldy-- > the long sidebar lists problem would be their length or performance issue? > It's the long lists that may make problems. ... HTML performance prob

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-23 Thread PMario
On Wednesday, October 23, 2019 at 11:06:14 AM UTC+2, A Gloom wrote: > > I was at your site Gitmemory, and couldn't find your TocP macro : ( > my plugins are listed at https://wikilabs.github.io/ -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-23 Thread A Gloom
> > I was wondering about suxh a massive list. I'm overhauling the utilities > section of my first wiki, paying particular attention to streamlining all > the massive lists I ended up with after the wiki grew to over 1600 content > tiddlers. I'm looking at having lists "activated" on demand w

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-23 Thread PMario
On Tuesday, October 22, 2019 at 1:04:52 PM UTC+2, Hubert wrote: > > This! Thank you so much Mario. It works as advertised and is probably the > cleanest solution for my use case. > > Thanks again. > You are welcome :) -m -- You received this message because you are subscribed to the Google Grou

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-23 Thread PMario
On Wednesday, October 23, 2019 at 4:41:45 AM UTC+2, A Gloom wrote: > > Hubert > > I should mention that I'm retracting this solution because it does not >> meet my own requirement to have my wiki optimized for speed on mobile >> (where having non-system tiddlers free from expensive filters is on

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-22 Thread A Gloom
Hubert I should mention that I'm retracting this solution because it does not meet > my own requirement to have my wiki optimized for speed on mobile (where > having non-system tiddlers free from expensive filters is one > prerequisite). Not a problem at all on desktops/laptops. > I was wonde

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-22 Thread Hubert
This! Thank you so much Mario. It works as advertised and is probably the cleanest solution for my use case. Thanks again. Best regards, Hubert On Tuesday, 22 October 2019 11:39:39 UTC+1, PMario wrote: > > Hi Hubert, > > I did see your "chosen" solution, which seems to be a bit of an overkill,

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-22 Thread PMario
Hi Hubert, I did see your "chosen" solution, which seems to be a bit of an overkill, since it creates a lot of CSS rules. I think the following may be much easier: .tc-title { background: yellow; } .tc-tiddler-system .tc-title { background: initial; } System tiddlers (prefixed $:/) do

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-22 Thread Hubert
Hi A Gloom, Yes, that's exactly it. I should mention that I'm retracting this solution because it does not meet my own requirement to have my wiki optimized for speed on mobile (where having non-system tiddlers free from expensive filters is one prerequisite). Not a problem at all on desktops/

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-21 Thread A Gloom
Hubert, Ingenious : ) So you're using the list the apply the css to tiddlers en mass (or in batch)? Filing that one in my tiddler of tricks. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving email

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-21 Thread Sycom
No offense. I'm both (and also many others ;-) Regards, Sylvain @sycom Le lundi 21 octobre 2019 13:34:21 UTC, Hubert a écrit : > > I meant to say, thank you Sylvain. > > Regards, > Hubert > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To uns

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-21 Thread Hubert
Thanks Sycom, I came here just to post my solution (below) but will keep your solution for reference. Thank you! For the record, I've fixed it with a list filter as found here

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-21 Thread Hubert
I meant to say, thank you Sylvain. Regards, Hubert On Monday, 21 October 2019 14:33:52 UTC+1, Hubert wrote: > > Thanks Sycom, I came here just to post my solution (below) but will keep > your solution for reference. Thank you! > > For the record, I've fixed it with a list filter as found here >

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-21 Thread Sycom
Hello, Something like this should work .tc-tiddler-frame:not([data-tiddler-title^="$:/"]) .tc-titlebar h2 { background: yellow; } Cheers Sylvain @sycom Le lundi 21 octobre 2019 12:41:10 UTC, Hubert a écrit : > > Thanks TiddlyTweeter. > > The problem I have is that I want to leave the defa

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-21 Thread Hubert
Thanks TiddlyTweeter. The problem I have is that I want to leave the default browser styling for the system tiddlers and only style whatever is a non-system tiddler. I don't know what the default styling is (it most likely differs from browser to browser) and so naturally I don't want to guess

[tw5] Re: Applying NOT in custom styles by data-tiddler-title

2019-10-21 Thread @TiddlyTweeter
I don't think that CSS method supports negative regular expressions. One way to acheive what you want might be to define a global rule and then override it for System Tiddlers ... .tc-titlebar h2 { background: yellow; } [data-tiddler-title^="$:/"] .tc-titlebar h2 { background: transparent; } Th