<?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[How I can convert urls in a text file to clickable links??]]></title><description><![CDATA[<p dir="auto">I have multiple text files having links in seperate lines.</p>
<p dir="auto"><a href="https://example.com/pic1.jpg" rel="nofollow ugc">https://example.com/pic1.jpg</a><br />
<a href="https://example.com/pic2.jpg" rel="nofollow ugc">https://example.com/pic2.jpg</a><br />
<a href="https://example.com/pic3.jpg" rel="nofollow ugc">https://example.com/pic3.jpg</a><br />
.<br />
.<br />
.</p>
<p dir="auto">I want to make all links clickable and save it with .html extension.</p>
<p dir="auto">This is what i want to achieve and save as .html<br />
&lt;a href=“<a href="https://example.com/pic1.jpg" rel="nofollow ugc">https://example.com/pic1.jpg</a>”&gt;<a href="https://example.com/pic1.jpg" rel="nofollow ugc">https://example.com/pic1.jpg</a>&lt;/a&gt;<br />
&lt;a href=“<a href="https://example.com/pic2.jpg" rel="nofollow ugc">https://example.com/pic2.jpg</a>”&gt;<a href="https://example.com/pic2.jpg" rel="nofollow ugc">https://example.com/pic2.jpg</a>&lt;/a&gt;<br />
&lt;a href=“<a href="https://example.com/pic3.jpg" rel="nofollow ugc">https://example.com/pic3.jpg</a>”&gt;<a href="https://example.com/pic3.jpg" rel="nofollow ugc">https://example.com/pic3.jpg</a>&lt;/a&gt;</p>
<p dir="auto">This website<br />
Helped me create above html tags<br />
<a href="https://www.textfixer.com/html/convert-url-to-html-link.php" rel="nofollow ugc">https://www.textfixer.com/html/convert-url-to-html-link.php</a></p>
<p dir="auto">But can Notepad++ do this same on my multiple files?<br />
I have around 40-50 txt files with links.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20722/how-i-can-convert-urls-in-a-text-file-to-clickable-links</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 08:06:25 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20722.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Feb 2021 08:33:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How I can convert urls in a text file to clickable links?? on Fri, 12 Feb 2021 07:24:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a>  OP here! This is exactly what I was looking for. Thank You.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62781</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62781</guid><dc:creator><![CDATA[R k]]></dc:creator><pubDate>Fri, 12 Feb 2021 07:24:34 GMT</pubDate></item><item><title><![CDATA[Reply to How I can convert urls in a text file to clickable links?? on Wed, 10 Feb 2021 11:12:32 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/r-k" aria-label="Profile: r-k">@<bdi>r-k</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Very <strong>easily</strong> !</p>
<ul>
<li>
<p dir="auto">Open the <strong>Find in Files</strong> dialog ( <strong><code>Ctrl + Shift + F</code></strong> )</p>
<ul>
<li>
<p dir="auto">SEARCH <strong><code>^(?-si)http.+$</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>&lt;a href="$0"&gt;$0&lt;/a&gt;</code></strong></p>
</li>
<li>
<p dir="auto">Type in <strong><code>*.txt</code></strong> in the <strong>Filters:</strong> zone</p>
</li>
<li>
<p dir="auto">Type in the <strong><code>absolute path</code></strong> to your <strong><code>40-50</code></strong> <strong>text</strong> files in the <strong>Directory:</strong> zone</p>
</li>
<li>
<p dir="auto">Select the <strong><code>Regular expression</code></strong> search <strong>mode</strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto">Click on the <strong><code>Replace in Files</code></strong> button and valid the <strong>confirmation</strong> dialog</p>
</li>
</ul>
<p dir="auto">Et voilà !</p>
<hr />
<p dir="auto"><strong>IMPORTANT</strong> : <strong>Before</strong> applying this <strong>S/R</strong> to your <strong>set</strong> of files, give it a <strong>try</strong> against <em>ONE</em> <strong>test</strong> file, only :</p>
<ul>
<li>
<p dir="auto">Open the <strong>Replace</strong> dialog  ( <strong><code>Ctrl + H</code></strong> )</p>
<ul>
<li>
<p dir="auto">…</p>
</li>
<li>
<p dir="auto">…</p>
</li>
<li>
<p dir="auto">Click <strong>once</strong> on the <strong><code>Replace All</code></strong> button or <strong>several</strong> times on the <strong><code>Replace</code></strong> button</p>
</li>
</ul>
</li>
</ul>
<p dir="auto">Best Regards</p>
<p dir="auto">guy038</p>
<p dir="auto"><strong>P.S.</strong> : In fact, <a class="plugin-mentions-user plugin-mentions-a" href="/user/astrosofista" aria-label="Profile: astrosofista">@<bdi>astrosofista</bdi></a> just <strong>beat</strong> me ;-))</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62692</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62692</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Wed, 10 Feb 2021 11:12:32 GMT</pubDate></item><item><title><![CDATA[Reply to How I can convert urls in a text file to clickable links?? on Wed, 10 Feb 2021 10:52:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/r-k" aria-label="Profile: R-k">@<bdi>R-k</bdi></a></p>
<p dir="auto">I assume that the curly quotes in the example data you posted are actually straight quotes (*). If that is the case, then the following regex will convert any line that starts with <code>http://</code> or <code>https://</code> into a clickable link:</p>
<pre><code class="language-z">Search: (?-s)^https?://.+$
Replace: &lt;a href="$0"&gt;$0&lt;/a&gt;

</code></pre>
<p dir="auto">Put the caret at the very beginning of the document, select just the <code>Regular Expressions mode</code> and click the <code>Replace All</code> button.</p>
<p dir="auto">Take care and have fun!</p>
<p dir="auto">(*) <code>Note:</code> When you post data, please highlight the examples and then press the <code>&lt;/&gt;</code> button above in order to prevent the website from mangling the data, as did happened in this case with double quotes.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/62689</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/62689</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Wed, 10 Feb 2021 10:52:55 GMT</pubDate></item></channel></rss>