Replies: 1 comment 3 replies
-
|
For the HTML/CSS stuff, you can turn on the "Disable styling" switch in the Build tool, and you get pure HTML which you can style as you wish. The unstyled file is intended for conversion tools, like for ebooks and such. The styled one is for importing into word processors, since they pretty much all can handle HTML imports. The HTML export is not really intended for publishing to a website or such, but as an intermediate format. For the other suggestion, see the planned changes for 2.1 here: #1269. I think this is pretty much covered by existing planned changes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current options for export are rather sparse and there are a few things I think could improve it:
Custom page width:
The current implementation calls for 800px wide pages with 40px margins. This is easily alterable by editing the HTML file, but perhaps it would be good to have this as an export option for those without a background in HTML and CSS.
Multi-file export:
Some authors might want to publish their book on the web with each chapter as a separate page. It may be good to provide an options to select what content gets their own separate files. For example: title page, chapters, scenes, etc.
Separate CSS file:
Currently, the stylesheet definition is inlined into the HTML file. Care of the above suggestion, keeping the styles in a separate CSS file would make sense.
Beta Was this translation helpful? Give feedback.
All reactions