novelWriter is a plain text editor designed for writing novels assembled from many smaller text documents. It uses a minimal formatting syntax inspire

vkbo / novelWriter

submited by
Style Pass
2021-06-08 09:00:03

novelWriter is a plain text editor designed for writing novels assembled from many smaller text documents. It uses a minimal formatting syntax inspired by Markdown, and adds a meta data syntax for comments, synopsis, and cross-referencing. It's designed to be a simple text editor that allows for easy organisation of text and notes, using human readable text files as storage for robustness.

The project storage is suitable for version control software, and also well suited for file synchronisation tools. All text is saved as plain text files with a meta data header. The core project structure is stored in a single project XML file. Other meta data is primarily saved as JSON files.

The application is written in Python 3 (3.6+) using Qt5 and PyQt5 (5.3+). It is developed on Linux, but should in principle work fine on other operating systems as well as long as dependencies are met. It is regularly tested on Debian and Ubuntu Linux, Windows, and macOS.

The project isn't taking feature contributions at the moment. If you have an idea, please make a feature request in the issue tracker. Fixes and patches are welcome. So are new translations. Contributions related to packaging and installing novelWriter will also be appreciated.

Leave a Comment
Related Posts