View Single Post
Old 04-23-2017, 12:27 AM   #15
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Notjohn View Post
Not elegant, to be sure, but why don't you just open Sigil in Book View and paste your first chapter into it?
Indeed, that is also one of the helpful uses of Book View.

You could either copy/paste one chapter at a time, or concatenate and paste the entire text file into Book View. That should get you the very basic <p> tags, then you could work from there.

Quote:
Originally Posted by teh603 View Post
Doitsu- I tend to prefer writing in .txt because "actual" word processors can have up to a full second of lag between when I start typing, and the keystrokes actually showing up on the screen. That's why I haven't been trying harder to fix the OO/LO plugin.
It definitely isn't normal to have such a delay between keystrokes. Do you have a wireless keyboard? Does it happen in any other programs?

And which plugin are you talking about exactly?

Quote:
Originally Posted by teh603 View Post
I'm an OMG fast typist. My fiancee won't allow me to have a mechanical keyboard because I make enough noise on a regular one.
Mechanical keyboards can be quiet. Just avoid getting the super loud clicky ones (like MX Blues)!

https://www.reddit.com/r/MechanicalK...oard_overviews

Your fingers will thank you!

Quote:
Originally Posted by BetterRed View Post
The scarcity of 'gadgets' like TXTCollector is one of the main reasons I would never buy an Apple Mac.
There are plenty of tools for all OSes. And you can always find ways to run other tools if needed (like using Wine in Linux to run a ton of Windows stuff).

Quote:
Originally Posted by DiapDealer View Post
That WHO puts in?
I've copied tons of plain text into Book View with no &nbsp;s being put in.
Could be because of the initial &nbsp; in a blank document:

Code:
<body>
<p>&nbsp;</p>
</body>
When I copy/pasted this post from Notepad++ into Book View, it kept it:

Code:
<p>&nbsp;blahblahblah</p>
but one of the first steps I ever do when I work on a book is convert any and all &nbsp; -> normal spaces.

Last edited by Tex2002ans; 04-23-2017 at 12:30 AM.
Tex2002ans is offline   Reply With Quote