Updated documentation for export and the user interface
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
|
||||
#####################
|
||||
Technical Information
|
||||
=====================
|
||||
#####################
|
||||
|
||||
This section contains details of how novelWriter stores and handles the project data.
|
||||
|
||||
******************
|
||||
How Data is Stored
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
******************
|
||||
|
||||
Main Project File
|
||||
~~~~~~~~~~~~~~~~~
|
||||
=================
|
||||
|
||||
The project itself requires a dedicated folder for storing its files.
|
||||
The main project file is stored as an XML file with the name ``nwProject.nwx``.
|
||||
@@ -21,7 +22,7 @@ It is important to keep this file backed up.
|
||||
The project XML file is suitable for diff tools and version control, although a timesetamp is set in the meta section on line 2 each time the file is saved.
|
||||
|
||||
Project Documents
|
||||
~~~~~~~~~~~~~~~~~
|
||||
=================
|
||||
|
||||
The project documents are saved in folders staring with ``data_``.
|
||||
Each document has a file handle taken from the first 13 characters of a SHA256 hash of the system time.
|
||||
|
||||
Reference in New Issue
Block a user