Hi! First of all, I absolutely love the ability to compile ePub from Scrivener! Until now, I have been creating my ePub and Mobi files from hand, or leaving it to a traditional publisher to hire an ebook specialist.
I just have a few minor requests, which would save me 20 minutes every time I want to compile from Scrivener. Currently I am compiling the ePub from Scrivener and then opening the ePub to manually adjust the XHTML and CSS code.
The two most critical feature requests that I can’t recommend strongly enough:
1. Grant the ability to set the opening page for the reader in the compile settings.
Something like: Page that opens for the reader: [dropdown box: Choose document]
This is set in content.obf. Example:
<reference type="text" title="Chapter1" href="body1.xhtml"/>
Body1.xhtml is, in my case, Chapter 1 of my ebook.
A reader opens this ebook and it automatically goes straight to Chapter 1 instead of the book cover or table of contents.
2. Combine all CSS files into one CSS file. Currently this makes for a bloated and convoluted ePub that is nightmarish to edit. If you change only one thing, please change this!
Other minor feature requests:
For ePub 2 compatibility reasons:
-
Convert to
-
Convert to
-
Convert all characters to safe HTML entities
(except “©” which should be converted to “©”) -
Removal of the following code, which sometimes occurs in Scrivener ePubs:
<span class="Apple-converted-space"> </span>
<span class="Apple-converted-space"> </span>
-
Setting table widths to a maximum of 100%, instead of the 250% that Scrivener seems to like.
-
First lines with no indents should have the following CSS, as an example:
p.p1 {text-indent: 0em!important;}
@media amzn-mobi {
p.p1 {
text-indent: 0.01in!important;
}
The reason this is important is because Amazon enforces an indent on first lines, and if you try to stop Amazon doing this by setting 0em with !important then it inexplicably give you a double indent. The workaround is to indent your first lines to a very small amount (0.01) so that Amazon won’t try to enforce an indentation and it will display for the reader as 0 indent.
Currently, I can add this to the custom CSS box. But it might benefit all Scrivener users.
Metadata fields:
- ISBN
- Replace Date with “Original Publication Date” and use the date of the compiled epub for “Modification Date”, or offer this as a field.
I understand this may not be possible from within Scrivener, but the ability to search and replace HTML would be fantastic.
For example, replace:
—
With:
<span class="kf8only-inline"></span>—
Thank you for your time! And despite my many suggestions, I think the ePub compile feature is excellent.
Nathan (a very happy customer)