Quote:
Originally Posted by Hitch
Hi, Charlie:
I don't know if your budget allows it, but have you considered RegexBuddy for that type of thing? I find it invaluable, both for my endless (and endless and endless) learning of Regex, studying other people's regex to find great ideas, and for precisely this type of thing: pop a block of text in, regex it and copy it back to the source document.
I suppose, without spending any ducats, you could simply do the same thing (I've done this, also) by copying the block in question to your HTML editor (I'm a NoteTabPro fan, myself), do the regex and then copy it back. Those are my best suggestions.
Hitch
|
Dear Lady,
Since I do almost all editing in epp I have no problem handling these areas. Unless I have really screwed-up and find an error well into Sigil formating and wish to repair it in sigil.
I use epp, regexbuddy (which I call Regex for Dummys), PowerGrep and AceText all of which will handle any and all jobs I have come across.
Being able to isolate a block of html, e.g.
Code:
<blockquote>
<p>...</p>
<p>...</p>
<p>...</p>
<p>...</p>
</blockquote>
and quickly convert it to
Code:
<blockquote>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
</blockquote>
without bothering any code beyond is a great time saver and less error prone.
It seems that great mind run in similar channels.
PS. Rumor has it that the next version of epp will open ePub files for edit.