[tw5] Re: CSS for last char of tiddler title?

2018-10-16 Thread Mohammad
Magnus, The answer is here: https://tiddlywiki.com/prerelease/#Attribute%20Selectors Cheers Mohammad -- 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

[tw5] Re: CSS for last char of tiddler title?

2018-10-16 Thread Magnus
Please, could you explain the differens for a noob like me, still trying to learn TW Den måndag 15 oktober 2018 kl. 05:52:39 UTC+2 skrev Mohammad: > > I would suggest using > [data-tags~="Period"] > > > > > instead of > > [data-tags*="Period"] > > > > > > On Sunday, October 14, 2018 at 1:07:33

[tw5] Re: CSS for last char of tiddler title?

2018-10-14 Thread Mohammad
I would suggest using [data-tags~="Period"] instead of [data-tags*="Period"] On Sunday, October 14, 2018 at 1:07:33 PM UTC+3:30, Mat wrote: > > title: whateveryouwant > tags: $:/tags/Stylesheet > text: > [data-tags*="Period"] .tc-title:after { > content:"xxx"; > color:red;

[tw5] Re: CSS for last char of tiddler title?

2018-10-14 Thread TonyM
Robert, Nice work on Mats's behalf here using the new class features. I would have answered but Mat had done so, I used this this the past in TWC and thought I would just open up some related ideas. I used this method in the past to indicate Questions, Answers and assertions and exclamations

[tw5] Re: CSS for last char of tiddler title?

2018-10-14 Thread 'Robert Barker' via TiddlyWiki
Thanks for the reply. For some reason, title style changes do not seem to apply regardless of standard change like text color or {after} , only had luck with general stuff without tc.title like background on whole tiddler or having styled "Content" appended to the tiddler itself. This is on a

[tw5] Re: CSS for last char of tiddler title?

2018-10-14 Thread Mat
title: whateveryouwant tags: $:/tags/Stylesheet text: [data-tags*="Period"] .tc-title:after { content:"xxx"; color:red; } <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails