<?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[Chapter Headings]]></title><description><![CDATA[<p dir="auto">When I edit a text file I want to add chapter headings that will show when I send the text file to my Kindle reader.  Is that something I can do?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21641/chapter-headings</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 03:17:33 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21641.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Aug 2021 13:32:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Chapter Headings on Tue, 10 Aug 2021 13:58:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dave-clark" aria-label="Profile: Dave-Clark">@<bdi>Dave-Clark</bdi></a> ,</p>
<p dir="auto">A text file knows nothing about chapters, headers, or the like.  It is a series of bytes which are all interpreted as text (hence the name “text file”).</p>
<p dir="auto">I don’t know about the Kindle formats in particular, but when I’ve looked into open-source <a href="https://en.wikipedia.org/wiki/EPUB" rel="nofollow ugc">EPUB</a> format, it is basically a zipped collection of HTML and associated images.</p>
<p dir="auto">So maybe if you wrote your text file as HTML, using HTML syntax for headings (<code>&lt;h1&gt;</code>, <code>&lt;h2&gt;</code>, …), that would give you what you need.</p>
<p dir="auto">But none of this is really on-topic here, because the answer would be the same whether you use Notepad++ (which you should), or Windows <code>notepad.exe</code> (<em>shudder</em>), or <code>copy con textfile.txt</code> (<a href="https://ss64.com/nt/con.html" rel="nofollow ugc">↗</a>) to edit your file.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/68755</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/68755</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 10 Aug 2021 13:58:12 GMT</pubDate></item></channel></rss>