Quote:
Originally Posted by GeoffC
Is it possible to prevent the insertion of an extra line between text.
The coding of poem structure correctly inserts the blocks within <pre> tags, but still insists on an extra line feed/carriage return between each line such that;
aaaaaaaaaa
bbbbbbbbbb becomes
aaaaaaaaaa
bbbbbbbbbb
|
You're pasting that text from another rich text application, right? Pasting such text has its drawbacks, since Sigil can't control how the application you're pasting from inserts the text required onto the clipboard. And pasting into the Book View leaves the clipboard import up to Webkit, and it would be hard to circumvent this.
In general, if you want to transfer some rich text into Sigil, it is always best to import it.
But do create an issue on the tracker with this. Don't forget to include
all the necessary steps (and HTML code) to replicate this issue.
Quote:
Originally Posted by GeoffC
Also is there a way to supress the insistence of adding 4 character insert at the start of a new 'chapter' - other than manually manipulating the code ?
|
I'm not sure I know what you're talking about. Create an issue with step-by-step instructions that replicates this.