Search/Replace for correcting ebooks with missing paragraphs

From Funiaita
Revision as of 17:29, 26 July 2019 by Zany (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

wrong <p>

Setting/Replace mode

  • All text files
  • Wrap
  • Replace all

Commands

  • Find
&lt;p&gt;
  • Replace
<p>
  • Find
&lt;/p&gt;
  • Replace
</p>

Wall of text (put a lot of new lines into the file)

Setting/Replace mode

  • All open text files
  • Wrap
  • Replace all

Commands

Make sure to open all relevant files.

  • Find
<link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<meta
  • Replace
<link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
<style>div {white-space: pre-line; pre-line;}</style>
<meta