<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Creating Double Spacing and Keeping the Format when it&#x27;s Pasted]]></title><description><![CDATA[<p dir="auto">I’m using the new version of Notepad ++ and haven’t been able to find an option for double spacing. The best that I can do is press the return again after each line, however when I copy and paste to Facebook it doesn’t keep every space after each line. I also tried Edit&gt;Line Operations&gt;Insert Blank Line Below Current which had the same results and didn’t keep every line space either when I pasted to Facebook for a post.</p>
<p dir="auto">I guess there are two questions here.</p>
<p dir="auto">Is there a setting for double spacing ?</p>
<p dir="auto">Do I need to change the Encoding or do something else so I can keep the double space format when I post on Facebook?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15842/creating-double-spacing-and-keeping-the-format-when-it-s-pasted</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 07:30:58 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15842.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 May 2018 23:33:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Creating Double Spacing and Keeping the Format when it&#x27;s Pasted on Thu, 31 May 2018 13:04:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lightwall" aria-label="Profile: LightWall">@<bdi>LightWall</bdi></a></p>
<blockquote>
<p dir="auto">Do I need to change…something…so I can keep the double space format when I post on Facebook?</p>
</blockquote>
<p dir="auto">By the way, I just realized that I didn’t answer the <em>Facebook</em> part of your question…FB questions are not really welcome here, but I’ll answer it indirectly:  Web sites do different things according to <em>their</em> programming when users input data.  For example, <em>this</em> website will do the following if you attempt to add extra vertical whitespacing in a posting:</p>
<p dir="auto"><img src="https://camo.nodebb.org/fb189ccb398c95694c65b71d4393f79b1ab240cd?url=https%3A%2F%2Fi.imgur.com%2FmRHBEqK.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<p dir="auto">I’m not saying that there aren’t ways around this for the FB “problem” you are experiencing, but I’m not going further with that here, mainly because I don’t care–sorry.  My main point is that you might do something in Notepad++ that appears to solve a problem when viewed with Notepad++, but text copy-and-pasted is at the mercy of how the destination wants to process it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32583</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32583</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 31 May 2018 13:04:31 GMT</pubDate></item><item><title><![CDATA[Reply to Creating Double Spacing and Keeping the Format when it&#x27;s Pasted on Thu, 31 May 2018 11:54:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lightwall" aria-label="Profile: LightWall">@<bdi>LightWall</bdi></a></p>
<p dir="auto">Notepad++ is a <em>text editor</em> and not a <em>word processor</em>…so there really isn’t a concept of <em>double-spacing</em> to be found with it.  However, a rough approximation can be done with a regular-expression replacement operation:</p>
<p dir="auto">Invoke the <strong>Replace</strong> dialog by pressing <strong>ctrl+h</strong></p>
<p dir="auto">Enter:</p>
<ul>
<li><strong>Find what</strong> zone: <code>\R</code></li>
<li><strong>Replace with</strong> zone: <code>$0$0</code></li>
<li><strong>Search mode</strong>: Regular expression</li>
<li><strong>Wrap around</strong>:  ticked (probably)</li>
</ul>
<p dir="auto">Action:  press <strong>Replace All</strong> button</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32579</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32579</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 31 May 2018 11:54:35 GMT</pubDate></item></channel></rss>