<?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 to Enable Strikethrough feature]]></title><description><![CDATA[<p dir="auto"><strong>Enable Support for Strikethrough in Notepad++:</strong></p>
<ol>
<li>Download the font BPtypewrite or any other font that support strikethrough option by default.</li>
<li>Extract zip file then install individual font files by right clicking on it and from context menu hit the install option.</li>
<li>Open Notepad++ &gt; Go to Top Menu &gt; Language &gt; User Defined Language &gt; Define your language &gt; This will open a popup window</li>
<li>Update the popup form as mentioned below -<br />
a. User language: Select “Markdown (preinstalled)” from dropdown<br />
b. Click on “Operators &amp; Delimiters” tab<br />
c. Modify Delimiter 8 style option as below<br />
Open: ~~<br />
Escape: <br />
Close: ~~<br />
d. Click on Styler &gt; This will open Styler Dialog<br />
e. Update “Font options” as below -<br />
Name: BPtypewriteStrikethrogh<br />
Size: 10<br />
f. Click on “OK” button<br />
<strong>Testing</strong></li>
<li>Now open a new file in Notepad++</li>
<li>Go to Top Menu &gt; Language &gt; Markdown (Preinstalled)</li>
<li>Type: This is a strike through text with ~~ at the beginning and the end of the text</li>
<li>This will show text in Strikethrough font.</li>
<li>Tested version: 8.5.5 (64-bit)</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/topic/25061/how-to-enable-strikethrough-feature</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 05:44:52 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25061.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Oct 2023 10:09:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Enable Strikethrough feature on Sat, 28 Oct 2023 18:22:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/29580">@Simanta-Sarkar</a></p>
<p dir="auto">This forum includes an article, <a href="https://community.notepad-plus-plus.org/topic/24852/faq-desk-notepad-is-a-text-editor-not-a-word-processor">FAQ: “Notepad++ is a Text Editor, not a Word Processor”</a>, that goes into this.</p>
<p dir="auto">Many of the comments on the superuser and stackoverflow links you provided are saying the same thing. That said, people can coerce Notepad++ into behaving where some of the markdown syntax displays in ways similar to how they would display if you had a full markdown processor.</p>
<p dir="auto">Part of the problem within Notepad++ is that it does not support the concept of a preview window. Many people have asked for this, mainly so they could type HTML and instantly see the results. These requests/suggestions have always been rejected as Notepad++'s focus is the underlying text that then may be processed by other applications such as a web browser or markup/markdown processor to render the text into what end-users see. Notepad++ is not supposed to be a <a href="https://en.wikipedia.org/wiki/WYSIWYG" rel="nofollow ugc">WYSIWYG</a> editor.</p>
<p dir="auto">That all said, it’s cool to see that Notepad++ can be coerced into displaying <s>strikethrough or strikeout text</s>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90164</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90164</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Sat, 28 Oct 2023 18:22:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to Enable Strikethrough feature on Sat, 28 Oct 2023 09:29:35 GMT]]></title><description><![CDATA[<p dir="auto">@All: Please check the below post for reference links (Font download link, font Installation instruction link) and screenshots:</p>
<ol>
<li><a href="https://superuser.com/questions/191430/strikethrough-in-notepad#:~:text=Enable%20Support%20for%20Strikethrough%20in%20Notepad++" rel="nofollow ugc">https://superuser.com/questions/191430/strikethrough-in-notepad#:~:text=Enable Support for Strikethrough in Notepad++</a></li>
<li><a href="https://stackoverflow.com/questions/8065138/how-can-i-use-rich-text-in-notepad#:~:text=Enable%20Support%20for%20Strikethrough%20in%20Notepad++" rel="nofollow ugc">https://stackoverflow.com/questions/8065138/how-can-i-use-rich-text-in-notepad#:~:text=Enable Support for Strikethrough in Notepad++</a></li>
</ol>
<p dir="auto">Also note step 4c should be as below:<br />
Open: ~~<br />
Escape: \<br />
Close: ~~</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90148</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90148</guid><dc:creator><![CDATA[Simanta Sarkar]]></dc:creator><pubDate>Sat, 28 Oct 2023 09:29:35 GMT</pubDate></item><item><title><![CDATA[Reply to How to Enable Strikethrough feature on Fri, 27 Oct 2023 03:00:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/29580">@Simanta-Sarkar</a> I’ll add that what you did was a cool idea. I had not thought about using the UDL system to trigger using another font and size.</p>
<p dir="auto">If the goal is to highlight instances of ~~ pairs in a text file then your idea does the trick. If you are in an environment, such as a legal office, where your text files are already using ~~ pairs then it makes perfect sense.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90130</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90130</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Fri, 27 Oct 2023 03:00:39 GMT</pubDate></item><item><title><![CDATA[Reply to How to Enable Strikethrough feature on Fri, 27 Oct 2023 01:10:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/29580">@Simanta-Sarkar</a> That seems like a lot of work for little gain, that is also not portable to others that don’t also install the fonts plus Notepad++ UDL, etc.</p>
<p dir="auto">As plain text does not have styles or attributes it is better to use a markup language that supports styles or attributes. This message forum’s markdown language supports <s>strikeout</s> for example by typing <code>~~strikeout~~</code> which the markdown translates into the HTML <code>&lt;s&gt;strikeout&lt;/s&gt;</code>. Even people using specialized web browsers that <a href="https://en.wikipedia.org/wiki/Text-based_web_browser" rel="nofollow ugc">render web pages as plain text</a> will see the strikeout as intended as it’s based on well known standards. Blind people use these web browsers along with text to speech software.</p>
<p dir="auto">I already had the <a href="https://en.wikipedia.org/wiki/Lynx_(web_browser)" rel="nofollow ugc">Lynx web browser</a> installed as part of accessibility testing and see that strikeout text is displayed as <code>[DEL: text with a strikeout through it :DEL]</code>. Thus a blind person will still understand that the web page includes some deleted text that is part of the document.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90128</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90128</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Fri, 27 Oct 2023 01:10:06 GMT</pubDate></item></channel></rss>