LICENSE.md
MANIFEST.in
README.md
setup.cfg
setup.py
novelWriter.egg-info/PKG-INFO
novelWriter.egg-info/SOURCES.txt
novelWriter.egg-info/dependency_links.txt
novelWriter.egg-info/entry_points.txt
novelWriter.egg-info/requires.txt
novelWriter.egg-info/top_level.txt
nw/__init__.py
nw/common.py
nw/config.py
nw/constants.py
nw/enum.py
nw/theme.py
nw/convert/__init__.py
nw/convert/tokenizer.py
nw/convert/file/__init__.py
nw/convert/file/concat.py
nw/convert/file/html.py
nw/convert/file/latex.py
nw/convert/file/markdown.py
nw/convert/file/text.py
nw/convert/text/__init__.py
nw/convert/text/tohtml.py
nw/convert/text/tolatex.py
nw/convert/text/tomarkdown.py
nw/convert/text/totext.py
nw/graphics/export.svg
nw/graphics/export.txt
nw/graphics/gear.svg
nw/graphics/novelWriter.ico
nw/graphics/novelWriter.svg
nw/gui/__init__.py
nw/gui/mainmenu.py
nw/gui/statusbar.py
nw/gui/winmain.py
nw/gui/dialogs/__init__.py
nw/gui/dialogs/configeditor.py
nw/gui/dialogs/export.py
nw/gui/dialogs/itemeditor.py
nw/gui/dialogs/projecteditor.py
nw/gui/dialogs/sessionlog.py
nw/gui/dialogs/timelineview.py
nw/gui/elements/__init__.py
nw/gui/elements/docdetails.py
nw/gui/elements/doceditor.py
nw/gui/elements/doctree.py
nw/gui/elements/docviewer.py
nw/gui/elements/noticebar.py
nw/gui/elements/searchbar.py
nw/gui/elements/viewdetails.py
nw/gui/tools/__init__.py
nw/gui/tools/dochighlight.py
nw/gui/tools/wordcounter.py
nw/project/__init__.py
nw/project/backup.py
nw/project/document.py
nw/project/index.py
nw/project/item.py
nw/project/project.py
nw/project/status.py
nw/themes/gui/default/style.qss
nw/themes/gui/default/theme.conf
nw/themes/gui/default_dark/styles.qss
nw/themes/gui/default_dark/theme.conf
nw/themes/gui/default_dark/icons/add.png
nw/themes/gui/default_dark/icons/close.png
nw/themes/gui/default_dark/icons/document.png
nw/themes/gui/default_dark/icons/folder.png
nw/themes/gui/default_dark/icons/orphan.png
nw/themes/gui/default_dark/icons/remove.png
nw/themes/gui/default_dark/icons/replace.png
nw/themes/gui/default_dark/icons/root.png
nw/themes/gui/default_dark/icons/save.png
nw/themes/gui/default_dark/icons/search.png
nw/themes/gui/default_dark/icons/trash.png
nw/themes/syntax/default_dark.conf
nw/themes/syntax/default_light.conf
nw/themes/syntax/light_owl.conf
nw/themes/syntax/night_owl.conf
nw/themes/syntax/tomorrow.conf
nw/themes/syntax/tomorrow_night.conf
nw/themes/syntax/tomorrow_night_blue.conf
nw/themes/syntax/tomorrow_night_bright.conf
nw/themes/syntax/tomorrow_night_eighties.conf
nw/tools/__init__.py
nw/tools/analyse.py
nw/tools/optlaststate.py
nw/tools/spellcheck.py
nw/tools/spellenchant.py
nw/tools/translate.py
nw/tools/wordcount.py