Added export to html and markdown files

This commit is contained in:
Veronica K. B. Olsen
2019-10-19 14:59:32 +02:00
parent 24fe12f0d3
commit 16401f4c1f
7 changed files with 264 additions and 20 deletions
+1 -2
View File
@@ -28,7 +28,6 @@ class TextFile():
self.mainConf = nw.CONFIG
self.theProject = theProject
self.theParent = theParent
self.fileExt = "txt"
self.outFile = None
self.fileName = ""
@@ -169,7 +168,7 @@ class TextFile():
return True
def _doCloseFile(self):
"""This function closes a file, and is meant to be overloaded by the subclass for other
"""This function closes the file, and is meant to be overloaded by the subclass for other
file formats.
"""
if self.outFile is not None: