<?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[remove hyperlink]]></title><description><![CDATA[<p dir="auto">how to remove all hyperlink on document?<br />
i’ve see how to disable (Settings - Preferences - MISC - uncheck Clickable Link Settings) …<br />
but remove all hyperlink it is possible??</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18711/remove-hyperlink</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 18:40:58 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18711.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Jan 2020 08:24:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to remove hyperlink on Sat, 11 Jan 2025 11:46:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/21216">@Lê-Thanh-Bảo</a> said in <a href="/post/63017">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto"><img src="/assets/uploads/files/1613592891912-2021-02-18_3-11-36.png" alt="2021-02-18_3-11-36.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>Step 1</strong>: - Open Notepad++ and go to Settings.<br />
<strong>Step 2</strong>: - Select <strong>Preferences</strong>.<br />
<strong>Step 3</strong>: - After opening preferences window, Click on ‘<strong>Cloud &amp; Link</strong>’ tab.<br />
<strong>Step 4</strong>: - Click under the ‘<strong>Clickable Link Settings</strong>’ section in <em><strong>uncheck</strong></em> the ‘<strong>Enable</strong>’ checkbox.</p>
</blockquote>
<p dir="auto">This. just straight up saved so much frustration :D.<br />
Much love sir. many thanks from random person who registered ONLY to say thanks :D</p>
]]></description><link>https://community.notepad-plus-plus.org/post/99081</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99081</guid><dc:creator><![CDATA[nils svejgaard]]></dc:creator><pubDate>Sat, 11 Jan 2025 11:46:14 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Tue, 05 Apr 2022 13:41:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24978">@gary-kephart</a> said in <a href="/post/75710">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto">We only want that one particular selected text in that document and in that location in the document to be an exception to the rendering feature.</p>
</blockquote>
<p dir="auto">And when you save the file and open it in notepad.exe, or transfer the file to another computer and open it in a different Notepad++, how do you expect those other executables to know which hyperlinks you have customized and which you haven’t?</p>
<p dir="auto">If the bytes of the file only contain the text of the hyperlink, it’s impossible to do what you ask.</p>
<p dir="auto">If you say “then put in some special non-text bytes”, then the file in question ceases to be a plain text file, and the application ceases to be a text editor.  That’s the way that MS Word and other word processors handle it; that’s the way that Adobe Acrobat and other PDF writers and readers handle it; but it’s not a feature of text editors.  So Notepad++ is not going to do that.</p>
<p dir="auto">And if you say “use a markup or markdown language like HTML or the markdown that this forum uses, because those are both text-only”, then what you need to do is just type the HTML or markdown syntax in the text file you are saving, and to understand that as a text editor, Notepad++ will show you the underlying text (including the textual markdown or HTML codes), <em>not</em> the rendered version – so you would type something like <code>plaintext [link text](https://url "title") more plaintext</code> or <code>plaintext &lt;a href="https://url" title="title&gt;link text&lt;/a&gt; more plaintext</code> – and that text you type is what Notepad++ will show you.  Notepad++ has a syntax highlighter system, so if you have HTML, it can colorize the markup, but it’s not actually rendering it; and with the Markdown UDL, it will colorize the syntax of Markdown, but not technically render it (it might show some of the italics, etc, but it will still also show you the markdown codes, because the markdown codes are part of the text file you are editing). To <em>render</em> markdown or HTML (view it with all the highlighting and links and hover text), you either need an external application to the text editor (like a browser), or you need a plugin like Markdown++ or PreviewHTML which will create a new panel in Notepad++ where the source code you are editing gets rendered, so you can view it as you edit it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/75740</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/75740</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 05 Apr 2022 13:41:05 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 04 Apr 2022 16:45:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@michael-vincent</a> I came here for this particular problem as Peter described. What I think people are looking for is an additional feature that you might describe as an exception to rendering the selected text as a hyperlink. Yes, we get that there’s a global switch, but we’re not interested in that. We only want that one particular selected text in that document and in that location in the document to be an exception to the rendering feature.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/75710</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/75710</guid><dc:creator><![CDATA[Gary Kephart]]></dc:creator><pubDate>Mon, 04 Apr 2022 16:45:20 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Thu, 13 Jan 2022 22:20:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/24168">@peter-seitz</a> said in <a href="/post/72953">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto">MS Word:  mouse over the link, right-click, select ‘remove link’ and be left with inactive text - double-clicking won’t do anything.   As opposed to turning off all links via the settings menu. But I guess from the comments, that this is neither on the feature roadmap, nor does it seem to be a feature that most users would find useful - is that the right conclusion to draw ?</p>
</blockquote>
<p dir="auto">It’s either or - on or off.  You say yourself, “in MSWord …”, but this is a text editor - not MS Word.  There is no meta data in the Word document behind the link, there is simply the text of the link and Notepad++ can either (if enabled) parse and recognize links and underline them (not adding any meta data to the text document about whether the link is on or off) or not.</p>
<p dir="auto">MS Word can “rename” hyperlinks so you can have:</p>
<p dir="auto"><a href="https://www.google.com" rel="nofollow ugc">Google</a><br />
or<br />
<a href="https://www.google.com" rel="nofollow ugc">https://www.google.com</a></p>
<p dir="auto">Notepad++ as with any text editor is only capable of the latter.  Remember this is only text, not meta data rich text document format  - just plain old text.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72954</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72954</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Thu, 13 Jan 2022 22:20:58 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Thu, 13 Jan 2022 21:32:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi !  Just looking into hyperlinks as well and chose to post to this thread.  In short, pasting a url into a NP++ tab preserves the underlying link (ie you can double-click it and it opens in your browser).  This is useful when that’s the behaviour you want.  But if you don’t want that behaviour for a <em>specific</em> link, I would find it useful to mimic the behaviour of, say MS Word:  mouse over the link, right-click, select ‘remove link’ and be left with inactive text - double-clicking won’t do anything.   As opposed to turning off all links via the settings menu. But I guess from the comments, that this is neither on the feature roadmap, nor does it seem to be a feature that most users would find useful - is that the right conclusion to draw ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/72953</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/72953</guid><dc:creator><![CDATA[Peter Seitz]]></dc:creator><pubDate>Thu, 13 Jan 2022 21:32:00 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Tue, 29 Jun 2021 18:35:49 GMT]]></title><description><![CDATA[<p dir="auto">I don’t like this, because I think it just adds noise, but some programs, most notable in my mind being Microsoft products, pop up a box like this when link text is hovered, explaining what you can do:</p>
<p dir="auto"><img src="/assets/uploads/files/1624991617339-1f2f894b-10e1-45b7-8865-61541fe13524-image.png" alt="1f2f894b-10e1-45b7-8865-61541fe13524-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Again, I’m not a big fan of this, but perhaps this is what people are looking for, so the possible action is detailed.</p>
<p dir="auto">Screenshot from Microsoft Visual Studio.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/67515</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/67515</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 29 Jun 2021 18:35:49 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Tue, 29 Jun 2021 00:44:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/22406">@Cruce</a></p>
<blockquote>
<p dir="auto">I will do my best to explain … what would be the ideal results</p>
</blockquote>
<p dir="auto">Unless I missed it, I don’t think you explained what the “ideal results” would be.  I suppose I can infer that your ideal is to never have any underlined text – but that would bother the productive text editor users that exploit this feature to increase their, well, productivity.  I recently discussed how to exploit this feature for even more productivity in <a href="https://community.notepad-plus-plus.org/post/67425">another thread</a>.</p>
<blockquote>
<p dir="auto">it appears to be a clickable link and that is not what is expected from a “plain” text editor</p>
</blockquote>
<p dir="auto">So maybe the ideal results you mention would be not showing this type of text as underlined, thus falling behind in capability other text editors to do show this type of thing.</p>
<blockquote>
<p dir="auto">everyone was trying to talk over each others’ heads</p>
</blockquote>
<p dir="auto">I’m probably guilty of doing this again, if I was guilty of it the first time.</p>
<blockquote>
<p dir="auto">at first I was reluctant to click anywhere on the “link” in fear of it taking me to my browser</p>
</blockquote>
<p dir="auto">And OMG that would be the biggest travesty of all time, to have that happen.<br />
On the contrary, if that did happen, at least you’d learn something about the software you’re using.</p>
<blockquote>
<p dir="auto">I learned that I needed to accept that my mind is playing tricks on me and that it is really not a hyperlink</p>
</blockquote>
<p dir="auto">Why can’t it be both text AND a hyperlink?<br />
What is the big objection here?<br />
And sure, turn it off if you like (and lose functionality).</p>
<blockquote>
<p dir="auto">You may ask, why did I even bother to bring this up when it is so obvious.</p>
</blockquote>
<p dir="auto">Yep.</p>
<p dir="auto">And for things that are not obvious, sometimes you have to do something called “playing with the software”, so you understand how it works.  Do this and you’ll move to a higher plane of awareness, so that you can work better in the future.  Don’t do it and you’ll stagnate, until, like an elderly parent, you’re afraid to even try to open a .PDF</p>
<p dir="auto">Again I say <em>This whole thread is ridiculous.</em></p>
]]></description><link>https://community.notepad-plus-plus.org/post/67500</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/67500</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 29 Jun 2021 00:44:24 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 28 Jun 2021 22:59:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/22406">@Cruce</a> said in <a href="/post/67497">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto">It only becomes a true hyperlink if you double click on it.</p>
</blockquote>
<p dir="auto">Correction. As it wouldn’t let me edit what I posted above.</p>
<p dir="auto">“It only behaves like a true hyperlink, if you double click on it.”</p>
]]></description><link>https://community.notepad-plus-plus.org/post/67498</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/67498</guid><dc:creator><![CDATA[Cruce]]></dc:creator><pubDate>Mon, 28 Jun 2021 22:59:22 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 28 Jun 2021 22:51:35 GMT]]></title><description><![CDATA[<p dir="auto">I came across these post looking for the same solution as the OP. However, it became clear that everyone was trying to talk over each others’ heads and not addressing the issue. Therefore, I will do my best to explain what is happening and what would be the ideal results.</p>
<p dir="auto">First, let’s all agree that what is displayed in Notepad++ is NOT “plain” text. If it was simply “plain” text, any text that follows the format of a URL would not appear to a hyperlink.</p>
<p dir="auto"><img src="/assets/uploads/files/1624918724351-e3d8a330-17dc-47a8-8abc-66b0972c66da-image.png" alt="e3d8a330-17dc-47a8-8abc-66b0972c66da-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Yes, we could argue that it is really “plain” text and it only appears to not be “plain” text because Notepad++ draws the underline and changes the mouse cursor to look like a clickable hyperlink when you hover the mouse over it. The point is that it appears to be a clickable link and that is not what is expected from a “plain” text editor. Plus it can distract the person from clicking on it.</p>
<p dir="auto">For example, if I just want to click and highlight a portion of the string of text, I might be reluctant to click anywhere on it expecting it to open up the hyperlink in my browser. Alas, it doesn’t follow the link unless you double click on it.</p>
<p dir="auto"><img src="/assets/uploads/files/1624919125703-dda9aa8f-3e16-4927-afc9-31b881eac2e1-image.png" alt="dda9aa8f-3e16-4927-afc9-31b881eac2e1-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I have to admit that at first I was reluctant to click anywhere on the “link” in fear of it taking me to my browser when all I wanted to do was copy a portion of the URL.</p>
<p dir="auto">If you can get past the point that simply clicking anywhere on the “link” is not going to take you away from what you are intending to do, then it is a mute point if you decide to uncheck the box for Settings-&gt;Preferences-&gt;No Underline. You simply treat the text as “plain” text and ignore that it looks like a hyperlink.</p>
<p dir="auto">For those that can’t get past the fact that it looks like a hyperlink, then uncheck the fore mention check box. Yes, at first I was unable to get past this fact and treat it as plain text when it was telling my brain that it wasn’t.</p>
<p dir="auto">It only becomes a true hyperlink if you double click on it. If this was not the case, I can see why it would be necessary to have hyperlinks for those documents that you want hyperlinks and no hyperlinks for those you don’t.</p>
<p dir="auto">You may ask, why did I even bother to bring this up when it is so obvious. The point is that it is not obvious to everyone, including myself at first. I have found that it is not always best to approach answering a question assuming that the person asking the question has the same knowledge that you do; otherwise, why even ask the question in the first place. For those asking the question, it is best not to assume that everyone understands your problem and can read your mind. I only understood your question, because I came to this post looking for the same answer.</p>
<p dir="auto">I learned that I needed to accept that my mind is playing tricks on me and that it is really not a hyperlink. So, I will leave by quoting The Matrix, “There is no spoon”.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/67497</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/67497</guid><dc:creator><![CDATA[Cruce]]></dc:creator><pubDate>Mon, 28 Jun 2021 22:51:35 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 10 May 2021 18:55:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/21981">@Vincent-Koevoets</a> said in <a href="/post/65855">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto">How would they even consider moving this setting to such a strange and unlogical place?</p>
</blockquote>
<p dir="auto">Hmmm, “strange and illogical”, hmm.<br />
I think you must be trolling because this is a very oddball statement.<br />
The <em>Preferences</em> category name is <em>Cloud &amp; Link</em>.<br />
Not sure where else one would look for “link” settings.<br />
I mean, it used to be under <em>MISC.</em> and that is <em>less</em> specific.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65859</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65859</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 10 May 2021 18:55:56 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 10 May 2021 17:59:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/21216">@Lê-Thanh-Bảo</a> said in <a href="/post/63017">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto"><img src="/assets/uploads/files/1613592891912-2021-02-18_3-11-36.png" alt="2021-02-18_3-11-36.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>Step 1</strong>: - Open Notepad++ and go to Settings.<br />
<strong>Step 2</strong>: - Select <strong>Preferences</strong>.<br />
<strong>Step 3</strong>: - After opening preferences window, Click on ‘<strong>Cloud &amp; Link</strong>’ tab.<br />
<strong>Step 4</strong>: - Click under the ‘<strong>Clickable Link Settings</strong>’ section in <em><strong>uncheck</strong></em> the ‘<strong>Enable</strong>’ checkbox.</p>
</blockquote>
<p dir="auto">YES! This saved my butt. How would they even consider moving this setting to such a strange and unlogical place?<br />
Thanks for the tip!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65855</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65855</guid><dc:creator><![CDATA[Vincent Koevoets]]></dc:creator><pubDate>Mon, 10 May 2021 17:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Wed, 17 Feb 2021 20:17:08 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1613592891912-2021-02-18_3-11-36.png" alt="2021-02-18_3-11-36.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>Step 1</strong>: - Open Notepad++ and go to Settings.<br />
<strong>Step 2</strong>: - Select <strong>Preferences</strong>.<br />
<strong>Step 3</strong>: - After opening preferences window, Click on ‘<strong>Cloud &amp; Link</strong>’ tab.<br />
<strong>Step 4</strong>: - Click under the ‘<strong>Clickable Link Settings</strong>’ section in <em><strong>uncheck</strong></em> the ‘<strong>Enable</strong>’ checkbox.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/63017</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/63017</guid><dc:creator><![CDATA[Lê Thanh Bảo]]></dc:creator><pubDate>Wed, 17 Feb 2021 20:17:08 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Wed, 22 Jan 2020 05:54:24 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9407">@cisco779k</a></p>
<p dir="auto">Please follow these steps to remove hyperlink.</p>
<p dir="auto"><strong>Step 1:-</strong> Open <strong>Notepad++</strong> and go to <strong>Settings</strong>.<br />
<strong>Step 2:-</strong> Select <strong>Preferences.</strong><br />
<strong>Step 3:-</strong> After opening preferences window, Click on <strong>MISC</strong> tab.<br />
<strong>Step 4:-</strong> Click under the <strong>‘Clickable Link Settings’</strong> section in uncheck the <strong>‘Enable’</strong> checkbox.</p>
<p dir="auto"><img src="/assets/uploads/files/1579671174533-392f7785-1343-4e1c-b7e4-c79925e6f6d0-image.png" alt="392f7785-1343-4e1c-b7e4-c79925e6f6d0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I hope above information will be useful for you.<br />
Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/50017</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/50017</guid><dc:creator><![CDATA[Prahlad-Makwana4145]]></dc:creator><pubDate>Wed, 22 Jan 2020 05:54:24 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Tue, 07 Jan 2020 13:09:20 GMT]]></title><description><![CDATA[<p dir="auto">I said “I’m out” but I had to come back for one more comment: <em>This whole thread is ridiculous.</em></p>
<p dir="auto">It’s just text.  If you leave the underlines on, just ignore them.  If you don’t want to follow the links, don’t double click them.  It’s THAT simple.</p>
<blockquote>
<p dir="auto">well, understood this little drawback, i hope that an option in np ++ is added which you deactivate text as a link for every single file, not just from preferences as a general rule…because maybe, in some cases, it may be useful to have a text as a link. if you disable it from preferences, it will never occur again! it would be convenient to be able to select link and with the right button to have an item such as “view link as plain text” in the menu in order to have a choice of each link …this is what i would like in a nest future version of np++</p>
</blockquote>
<p dir="auto">None of that stuff is ever going to happen.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49724</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49724</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 07 Jan 2020 13:09:20 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Tue, 07 Jan 2020 08:12:04 GMT]]></title><description><![CDATA[<p dir="auto">tanxs Peter, i understood my mistake in inserting an image.<br />
it will be very useful for the next posts!</p>
<p dir="auto">well, understood this little drawback, i hope that an option in np ++ is added which you deactivate text as a link for every single file, not just from preferences as a general rule…<br />
because maybe, in some cases, it may be useful to have a text as a link. if you disable it from preferences, it will never occur again!<br />
it would be convenient to be able to select link and with the right button to have an item such as “view link as plain text” in the menu in order to have a choice of each link …<br />
this is what i would like in a nest future version of np++</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49715</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49715</guid><dc:creator><![CDATA[cisco779k]]></dc:creator><pubDate>Tue, 07 Jan 2020 08:12:04 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 22:53:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9407">@cisco779k</a> said in <a href="/post/49685">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto">only way is disable from preference - MISC or delete https:// or http://</p>
</blockquote>
<p dir="auto">Yes, that is the expected behavior.  You either have to configure notepad++ to not underline links, or you have to make sure there are no links in the text; either one will stop notepad++ from underlining your text as a link.</p>
<h4>forum aside</h4>
<p dir="auto">To help you with your difficulties in the forum:</p>
<blockquote>
<p dir="auto"><a href="https://postimg.cc/0rHdTzH7" rel="nofollow ugc">https://postimg.cc/0rHdTzH7</a><br />
[sorry but I can’t insert a direct image here: when I click on insert image it comes ![alt text](image url) but insert url i don’t see on preview my image… then i have post url of my image]</p>
</blockquote>
<p dir="auto">That’s because the url <a href="https://postimg.cc/0rHdTzH7" rel="nofollow ugc">https://postimg.cc/0rHdTzH7</a> doesn’t point to an image but to HTML, so <code>![](https://postimg.cc/0rHdTzH7)</code> is trying to load an HTML page as an image, which doesn’t work.  The actual image is at <a href="https://i.postimg.cc/Ghb7sYFg/345345345.jpg" rel="nofollow ugc">https://i.postimg.cc/Ghb7sYFg/345345345.jpg</a>, so <code>![](https://i.postimg.cc/Ghb7sYFg/345345345.jpg)</code> will display:<br />
<img src="https://camo.nodebb.org/f3302a28be43ce9bd19a9c23cde485f044708dd0?url=https%3A%2F%2Fi.postimg.cc%2FGhb7sYFg%2F345345345.jpg" alt="" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/49706</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49706</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 06 Jan 2020 22:53:29 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 17:12:40 GMT]]></title><description><![CDATA[<p dir="auto">all text, preceded by https:// or http://, is seen by np++ such as linkable.<br />
only way is disable from preference - MISC or delete https:// or http://</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49685</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49685</guid><dc:creator><![CDATA[cisco779k]]></dc:creator><pubDate>Mon, 06 Jan 2020 17:12:40 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 16:31:30 GMT]]></title><description><![CDATA[<p dir="auto">and this also happens in a new document: perhaps it is the prerogative of np ++ to always show clickable links and perhaps this is possible only by disabling preferences.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49680</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49680</guid><dc:creator><![CDATA[cisco779k]]></dc:creator><pubDate>Mon, 06 Jan 2020 16:31:30 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 16:16:36 GMT]]></title><description><![CDATA[<p dir="auto">[sorry but I can’t insert a direct image here: when I click on insert image it comes ![alt text](image url) but insert url i don’t see on preview my image… then i have post url of my image]</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49677</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49677</guid><dc:creator><![CDATA[cisco779k]]></dc:creator><pubDate>Mon, 06 Jan 2020 16:16:36 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 16:14:16 GMT]]></title><description><![CDATA[<p dir="auto">dear PeterJones you guessed!<br />
I saved an html page on my pc, then i have clean all html code.<br />
before i had everything like &lt;a href=“<a href="https://irueyrryrtytry.haj/" rel="nofollow ugc">https://irueyrryrtytry.haj/</a>”&gt;blah&lt;/a&gt;<br />
now i have delete all html code.<br />
my problem it is not underlining (which requires a restart np++ or refresh page)… this works! problem is persistence of the active link, on np++ while in simple notepad i don’t see…<br />
I didn’t want to post my screenshot because they are private data (those of the txt) but since my problem is perhaps not clear, i modified them and here i attach a screen: <a href="https://postimg.cc/0rHdTzH7" rel="nofollow ugc">https://postimg.cc/0rHdTzH7</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/49676</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49676</guid><dc:creator><![CDATA[cisco779k]]></dc:creator><pubDate>Mon, 06 Jan 2020 16:14:16 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 14:13:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> said:</p>
<blockquote>
<p dir="auto">I think the OP’s problem actually boiled down to “When I toggle that option, the underlining doesn’t appear to immediately change.”</p>
</blockquote>
<p dir="auto">But the OP said:</p>
<blockquote>
<p dir="auto">uncheck No underlines then reboot notepad.</p>
</blockquote>
<p dir="auto">Which leads me to believe the OP wasn’t bothered by a restart being needed, and something else was going on.</p>
<p dir="auto">But it is time to stop guessing and let this go…I’m out. :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49668</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49668</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 06 Jan 2020 14:13:09 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 14:12:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> said in <a href="/post/49666">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto">in my 7.8.2-64b</p>
</blockquote>
<p dir="auto">I just checked. The same was true in 7.7-64b or 7.5.9-64b, so this requires-refresh has been around for  a while (maybe even always).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/49667</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49667</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 06 Jan 2020 14:12:39 GMT</pubDate></item><item><title><![CDATA[Reply to remove hyperlink on Mon, 06 Jan 2020 14:09:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/9407">@cisco779k</a> ,</p>
<blockquote>
<p dir="auto">how many words…!  I didn’t think it was that difficult…In my</p>
</blockquote>
<p dir="auto">How could we know?  You never showed us what your problem was, and your description of your problem was sketchy at best, and you wouldn’t respond to requests for more information.  I had to make a guess as to what your problem was – and since toggling the option didn’t seem to be enough for you, and you said “text copied from an html page”, I guessed that you meant you had text like <code>&lt;a href="https://irueyrryrtytry.haj/"&gt;blah&lt;/a&gt;</code>; I now appear to have guessed wrong.  But since you <strong>still</strong> haven’t actually showed us the problem you are having, I am <strong>still</strong> guessing.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> said in <a href="/post/49665">remove hyperlink</a>:</p>
<blockquote>
<p dir="auto">Double ugh.</p>
</blockquote>
<p dir="auto">Indeed.</p>
<p dir="auto">I think the OP’s problem actually boiled down to “When I toggle that option, the underlining doesn’t appear to immediately change.”</p>
<p dir="auto">A quick experiment in my 7.8.2-64b, and I see that if I toggle that setting and hit <strong>Close</strong> button, it doesn’t immediately change.  If I switch to a different tab in Notepad++ and go back, the underline goes away or comes back (whichever direction the setting was); in fact, if I page down and page back up, the underlining refreshes.  Basically, a window-refresh needs to be initiated in order for that option to take effect.</p>
<p dir="auto"><img src="https://camo.nodebb.org/b0f6da52078b73fc03ebe9f797e4702e8ba4687a?url=https%3A%2F%2Fi.imgur.com%2FMsnKI4g.gif" alt="" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/49666</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/49666</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 06 Jan 2020 14:09:53 GMT</pubDate></item></channel></rss>