86 lines
3.9 KiB
Plaintext
86 lines
3.9 KiB
Plaintext
##################
|
|
Exporting Projects
|
|
##################
|
|
|
|
The novelWriter project can be exported in various formats using the build tool available from :menuselection:`Project --> Build Project` or by pressing :kbd:`F5`.
|
|
|
|
*****************
|
|
Header Formatting
|
|
*****************
|
|
|
|
The titles for the four levels of story structure can be formatted collectively in the export tool.
|
|
This is done through a series of keyword-replace steps.
|
|
|
|
The keyword ``%title%`` will always be replaced by the text you put after the ``#`` characters in your document.
|
|
|
|
The keywords ``%ch%`` and ``%chword%`` is replaced by a number, or a number word, respectively.
|
|
The number is incremented by one each time the build tool sees a new heading of level two in a file with layout "Chapter".
|
|
If the file has layout "Unnumbered", the counter is not incremented.
|
|
the latter is useful for for instance Prologue and Epilogue chapters.
|
|
|
|
Likewise, the keywords ``%sc1%`` and ``%sc2%`` are number counters for scene files.
|
|
These are incremented each time a heading of level three is encountered.
|
|
The former keyword is reset to one for each new chapter, while the latter is not reset but counts from first scene encountered.
|
|
|
|
If you want to insert a line break in you=r title format, add two backslashes ``\\``.
|
|
|
|
.. note::
|
|
Header formatting only applies to novel files.
|
|
Headings in note files will will be left as-is, but heading levels 1 through 4 are converted to the correct heading level in the respective output formats.
|
|
|
|
****************
|
|
Scene Separators
|
|
****************
|
|
|
|
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.
|
|
Alternatively, if you want a separator between them, like the common "\*\*\*", you can also enter that in the box.
|
|
In fact, if the format is a piece of static text, it will always be treated as a separator.
|
|
|
|
**************
|
|
File Selection
|
|
**************
|
|
|
|
Which files are selected for export can be controlled from the options on the left side of the dialog window.
|
|
The switch for "Include novel files" will select any file that isn't classified as a note.
|
|
The switch for "Include note files" will select any file that is a note.
|
|
This is allows for exporting just the novel, just your notes, or both, as you see fit.
|
|
|
|
In addition, you can select to export the synopsis comments, regular comments, keywords, and even exclude the body text itself.
|
|
If you for instance want to export a document with an outline of the novel, you can enable keywords and synopsis export and disable body text, thus getting a document with each heading followed by the tags and references and the synopsis.
|
|
|
|
**************
|
|
Export Formats
|
|
**************
|
|
|
|
Currently, five formats are supported for exporting.
|
|
|
|
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, you may get a better result with exporting to HTML and the import that HTML document in your office word processor.
|
|
|
|
PDF Format
|
|
==========
|
|
|
|
The PDF export is just a shortcut for print to file.
|
|
|
|
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 importing in word processors, or for printing from browser.
|
|
|
|
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 they are selected.
|
|
This is a useful format for exporting the project for later import back into novelWriter.
|
|
|
|
Plain Text
|
|
==========
|
|
|
|
The plain text export format writes a simple ``.txt`` file without any formatting at all.
|