View Single Post
Old 01-01-2015, 10:31 AM   #14
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,087
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by MerlinMama View Post
A new 'thing' I just found this morning. I'm not well-versed enough to know if any fix would correct this one as well, so I thought I'd mention it.

Each 'sentence' (or whatever you want to call it) began with a word followed by a hyphen to separate it, kind of word followed by definition. Example:

alltud - (Irish) exile</p>
Dhaoradh - (Irish) condemned</p>

I wanted to add the missing initial <p> but the cursor only moved to the END of 'alltud' and 'Dhaoradh' with the Home key.
While not a 'cure' for the home issue that is scheduled for the next release.

Use (REGEX mode) Search and replace
Search:
Code:
</p>\s+([A-Za-z"])
<<I included a straight quote, add a curly one if used


replace:
Code:
</p> <p>\1
<< puts back the stuff found with a <p>
theducks is offline   Reply With Quote