[tw5] Re: [CSS] simple quotes in content

2019-03-01 Thread oxydum
Yes! This is perfect it works like a charm ;) \rules except bold underline strikethrough subscript superscript italic dash https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/parsers/wikiparser/rules/dash.js Thank you so much -- You received this message because you are

[tw5] Re: [CSS] simple quotes in content

2019-03-01 Thread BurningTreeC
> > Very clear @BurningTreeC : thank you that's exactly what I need. > There's also an issue for me when I change the name of the class from > email > > to > e--mail > > (yes, with two "--") > > what kind of rule can I add? > I believe it's called dash, but have a look at the mentioned parser

[tw5] Re: [CSS] simple quotes in content

2019-03-01 Thread oxydum
Very clear @BurningTreeC : thank you that's exactly what I need. There's also an issue for me when I change the name of the class from email to e--mail (yes, with two "--") what kind of rule can I add? Le vendredi 1 mars 2019 15:07:50 UTC+1, BurningTreeC a écrit : > > Just to make "the

[tw5] Re: [CSS] simple quotes in content

2019-03-01 Thread BurningTreeC
Just to make "the problem" visually clear: the wikiparser takes this code: .zemail::before { content: attr(data-de) ''; } te...@gmail.com and creates this: .zemail::before { content: attr(data-de) ; } te...@gmail.com but it ignores the double '' if \rules

[tw5] Re: [CSS] simple quotes in content

Hi @oxydum, if you use the double '' in a tiddler without a given type or with type vnd.tiddlywiki, the wiki-parser will interpret the double-single-quotes as *bold *formatting, which breaks your style definitions you can do two things: 1) put your styles in another tiddler tagged

[tw5] Re: [CSS] simple quotes in content

To see the problem, try to replace quotes ; .zemail::before { content: attr(data-de) ""; } t...@gmail.com in the line : content: attr(data-de) ""; by : content: attr(data-de) ''; Le vendredi 1 mars 2019 11:06:41 UTC+1, S. S. a écrit : > > Does this work? > > >

[tw5] Re: [CSS] simple quotes in content

Does this work? .email::before { content: attr(data-de) "'""'"; } te...@gmail.com -- 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