Chapter Headings
-
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?
-
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”).
I don’t know about the Kindle formats in particular, but when I’ve looked into open-source EPUB format, it is basically a zipped collection of HTML and associated images.
So maybe if you wrote your text file as HTML, using HTML syntax for headings (
<h1>,<h2>, …), that would give you what you need.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
notepad.exe(shudder), orcopy con textfile.txt(↗) to edit your file.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login