Search/Replace for correcting ebooks with missing paragraphs: Difference between revisions

From Funiaita
(Created page with "== Setting/Replace mode == * All text files * Wrap * Replace all == wrong <nowiki><p></nowiki> == * Find &lt;p&gt; * Replace <nowiki><p></nowiki> * Find &lt;/p...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:

== Setting/Replace mode ==
== wrong <nowiki><p></nowiki> ==

=== Setting/Replace mode ===
* All text files
* All text files
* Wrap
* Wrap
* Replace all
* Replace all


=== Commands ===
== wrong <nowiki><p></nowiki> ==

* Find
* Find
&amp;lt;p&amp;gt;
&amp;lt;p&amp;gt;
Line 13: Line 17:
* Replace
* Replace
<nowiki></p></nowiki>
<nowiki></p></nowiki>

== 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

Latest revision as of 17:29, 26 July 2019

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