View Single Post
Old 12-05-2023, 09:12 PM   #162
slowsmile
Witchman
slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.
 
Posts: 628
Karma: 788808
Join Date: May 2013
Location: Philippines
Device: Android S5
@DNSB . . . I'm really not sure what you are talking about wrt the CustomCleanerPlus plugin because that plugin certainly does not have the capability to add <i></i> tags around any selected text. My plugin can't do that in other words.

However, the plugin does give you the option to select the Convert <i>, <b>, <em>, <u>, <s> and <strong> tags to span styling which will, for example, convert any <i></i> tags to their <span> tag equivalent, like this:

Converts from this:
Code:
<p><i>This is an italic sentence</i></p>
To this:
Code:
<p><span style="font-style: italic;">This is an italic sentence</span></p>
But there's just no way that my plugin can add <i></i> tags to specific text. After all, why would I add such a feature to my plugin when you can already add and remove <i></i> tags in Sigil without using any plugin?

And I've also just tested that particular plugin feature again and it seems to work as I've described without any problems at all.

Last edited by slowsmile; 12-05-2023 at 09:24 PM.
slowsmile is offline   Reply With Quote