Add project format documentation and popup box (#855)

* Add documentation of the various project file formats
* Add an info box  for updating to project format 1.3
* Add information on how to access the documentation
* Add a note on file format and rename a few things
* Fix some typos
This commit is contained in:
Veronica Berglyd Olsen
2021-08-17 20:06:26 +02:00
committed by GitHub
parent f2b93f90f7
commit f7c768bb91
4 changed files with 109 additions and 1 deletions
+10
View File
@@ -491,6 +491,16 @@ class NWProject():
self.clearProject()
return False
if fileVersion in ("1.0", "1.1", "1.2"):
self.makeAlert(self.tr(
"The format of your project will now be updated. You may "
"also have to make a few minor changes to your title page "
"and unnumbered chapters. Please check the 'Project "
"Format Changes > File Format 1.3' section of the "
"documentation for more information. It is avialable from "
"the Help menu."
).format(appVersion), nwAlert.INFO)
# Check novelWriter Version
# =========================