Fixed the layout of the export docs file

This commit is contained in:
Veronica K. B. Olsen
2020-08-06 23:18:03 +02:00
parent 4e7e888a53
commit f820b8159e
+22 -45
View File
@@ -1,8 +1,8 @@
.. _a_export: .. _a_export:
################## ******************
Exporting Projects Exporting Projects
################## ******************
The novelWriter project can be exported in various formats using the build tool available from The novelWriter project can be exported in various formats using the build tool available from
:guilabel:`Build Novel Project` in the :guilabel:`Tools` menu, or by pressing :kbd:`F5`. :guilabel:`Build Novel Project` in the :guilabel:`Tools` menu, or by pressing :kbd:`F5`.
@@ -10,9 +10,8 @@ The novelWriter project can be exported in various formats using the build tool
.. _a_export_headers: .. _a_export_headers:
*****************
Header Formatting Header Formatting
***************** =================
The titles for the four levels of story structure can be formatted collectively in the export tool. The titles for the four levels of story structure can be formatted collectively in the export tool.
This is done through a series of keywordreplace steps. They are all on the format ``%keyword%``. This is done through a series of keywordreplace steps. They are all on the format ``%keyword%``.
@@ -56,9 +55,8 @@ This is done through a series of keywordreplace steps. They are all on the fo
.. _a_export_scenes: .. _a_export_scenes:
****************
Scene Separators Scene Separators
**************** ================
If you don't want any titles for your scenes (and for your sections if you have them), you can leave If you don't want any titles for your scenes (and for your sections if you have them), you can leave
the boxes empty, and an empty paragraph will be inserted between the scenes or sections instead. the boxes empty, and an empty paragraph will be inserted between the scenes or sections instead.
@@ -70,9 +68,8 @@ separator.
.. _a_export_files: .. _a_export_files:
**************
File Selection File Selection
************** ==============
Which files are selected for export can also be controlled from the options on the left side of the Which files are selected for export can also be controlled from the options on the left side of the
dialog window. The switch for :guilabel:`Include novel files` will select any file that isn't dialog window. The switch for :guilabel:`Include novel files` will select any file that isn't
@@ -98,63 +95,43 @@ ignore this flag if you need to collectively override these settings.
.. _a_export_formats: .. _a_export_formats:
**************
Export Formats Export Formats
************** ==============
Currently, six formats are supported for exporting. Currently, six formats are supported for exporting.
OpenDocument Format OpenDocument Format
=================== This is produces an open document ``.odt`` file. The document produced has very little
formatting, and may require further editing afterwards. For a better formatted office document,
This is produces an open document ``.odt`` file. The document produced has very little formatting, you may get a better result with exporting to HTML and the import that HTML document in your
and may require further editing afterwards. For a better formatted office document, you may get a office word processor.
better result with exporting to HTML and the import that HTML document in your office word
processor.
PDF Format PDF Format
========== The PDF export is just a shortcut for print to file.
The PDF export is just a shortcut for print to file.
novelWriter HTML novelWriter HTML
================ The HTML export format writes a single ``.htm`` file with minimal style formatting. The exported
HTML file is suitable for further processing by document conversion tools like Pandoc, for
The HTML export format writes a single ``.htm`` file with minimal style formatting. The exported importing in word processors, or for printing from browser.
HTML file is suitable for further processing by document conversion tools like Pandoc, for importing
in word processors, or for printing from browser.
novelWriter Markdown novelWriter Markdown
==================== This is simply a concatenation of the files selected by the filters. The files in the project are
stacked together in the order they appear in the tree view, with comments, tags, etc. included if
This is simply a concatenation of the files selected by the filters. The files in the project are they are selected. This is a useful format for exporting the project for later import back into
stacked together in the order they appear in the tree view, with comments, tags, etc. included if novelWriter.
they are selected. This is a useful format for exporting the project for later import back into
novelWriter.
Standard Markdown Standard Markdown
================= If you have Qt 5.14 or higher, the option to export to plain Markdown is available. This feature
uses Qt's own Markdown export feature.
If you have Qt 5.14 or higher, the option to export to plain Markdown is available. This feature
uses Qt's own Markdown export feature.
Plain Text Plain Text
========== The plain text export format writes a simple ``.txt`` file without any formatting at all.
The plain text export format writes a simple ``.txt`` file without any formatting at all.
.. _a_export_options: .. _a_export_options:
*************************
Additional Export Options Additional Export Options
************************* =========================
In addition to the above document formats, the novelWriter HTML and Markdown formats can also be In addition to the above document formats, the novelWriter HTML and Markdown formats can also be
wrapped in a JSON file. The files will have a meta data entry and a body entry. For HTML, also the wrapped in a JSON file. The files will have a meta data entry and a body entry. For HTML, also the