Fix a few other docs sections about export
This commit is contained in:
@@ -93,13 +93,11 @@ Project Export
|
|||||||
==============
|
==============
|
||||||
|
|
||||||
The project can at any time be exported to a range of different formats through the
|
The project can at any time be exported to a range of different formats through the
|
||||||
:guilabel:`Build Novel Project` tool. Natively, novelWriter supports export to plain text file,
|
:guilabel:`Build Novel Project` tool. Natively, novelWriter supports export to Open Document,
|
||||||
HTML document, novelWriter flavoured markdown, standard markdown (requires Qt 5.14), and to a basic
|
HTML5, and various flavours of Markdown.
|
||||||
Open Document format.
|
|
||||||
|
|
||||||
In addition, printing and printing to PDF is also possible. The best supported export format is
|
The HTML5 export format is suitable for convertion by a number of other tools like Pandoc, or for
|
||||||
HTML, which can be imported or converted by a number of other tools like Pandoc, or simply imported
|
importing into word processors. In addition, printing and printing to PDF is also possible.
|
||||||
into Libre Office Writer and similar word processors.
|
|
||||||
|
|
||||||
It is also possible to export the content of the project to a JSON file. This is useful if you want
|
It is also possible to export the content of the project to a JSON file. This is useful if you want
|
||||||
to write your own processing script in for instance Python as the entire novel can be read into a
|
to write your own processing script in for instance Python as the entire novel can be read into a
|
||||||
|
|||||||
@@ -44,10 +44,9 @@ The following Python packages are needed to run novelWriter:
|
|||||||
* ``pyenchant`` – needed for efficient spell checking (optional).
|
* ``pyenchant`` – needed for efficient spell checking (optional).
|
||||||
|
|
||||||
PyQt/Qt should be at least 5.2.1, but ideally 5.10 or higher for nearly all features to work.
|
PyQt/Qt should be at least 5.2.1, but ideally 5.10 or higher for nearly all features to work.
|
||||||
Exporting to standard Markdown, for instance, requires PyQt/Qt 5.14. Searching using regular
|
Searching using regular expressions requires 5.3, and for full Unicode support, 5.13. There is no
|
||||||
expressions requires 5.3, and for full Unicode support, 5.13. There is no known minimum version
|
known minimum version requirement for package ``lxml``, but the code was originally written with
|
||||||
requirement for package ``lxml``, but the code was originally written with 4.2, which is therefore
|
4.2, which is therefore set as the minimum. It may work on lower versions. You have to test it.
|
||||||
set as the minimum. It may work on lower versions. You have to test it.
|
|
||||||
|
|
||||||
Optionally, a package can be installed to interface with the Enchant spell checking libaries, but
|
Optionally, a package can be installed to interface with the Enchant spell checking libaries, but
|
||||||
this isn't strictly required. If no external spell checking library is available, novelWriter falls
|
this isn't strictly required. If no external spell checking library is available, novelWriter falls
|
||||||
|
|||||||
Reference in New Issue
Block a user