Quote:
Originally Posted by carmenchu
Just as double-click on a word selects the whole word, is there some shortcut to select everyting from <tag> to </tag>?
If not, would it be very difficult to implement such a feature?
|
Calibre's Editor currently has this functionality:
https://manual.calibre-ebook.com/edi...x-highlighting
Ctrl+Alt+T can highlight the innards of the selected tag.
For example:
Code:
<p>This is a <i>code example</i>.</p>
If your cursor is in "code", "code example" is selected.
If your cursor is in "This", "This is a <i>code example</i>." is selected.
Quote:
Originally Posted by theducks
Diaps Toolbag PI can strip out designated tags , leaving the insides intact
|
This is my preferred way of mass cleanup. Regex can't handle nested tags very well, so you need something that can actually parse the HTML.