Some updates to the readme.
This commit is contained in:
@@ -1,15 +1,22 @@
|
|||||||
# novelWriter
|
# novelWriter
|
||||||
|
|
||||||
This is a reboot of my novelWriter application using Qt5 after abandoning the Gtk3 version now renamed novelWriterGtk.
|
This is a reboot of my novelWriter application using Qt5 after abandoning the Gtk3 version now renamed novelWriterGtk.
|
||||||
|
The first usable version is under initial development.
|
||||||
|
|
||||||
As an amateur science fiction writer, I have been looking for a simple tool to organise text files into a novel.
|
The application is written with Python3 and PyQt5, and developed on Linux. I will try to make sure it works on Windows as well.
|
||||||
|
|
||||||
While there are a number of tools ranging from the excellent distraction free editors to complex project organisers, there isn't anything that combines the features I am looking for.
|
**Note:** This application is designed specifically for my own needs as I work on my projects.
|
||||||
|
I will only add features as I need them. I am trying to make the application as general as possible within that limitation.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
The file format for the written text is plain html as generated by the Qt5 text editor. Meta data is stored as XML.
|
||||||
|
|
||||||
Here is an overview of the core features I want to implement as a starting point:
|
Here is an overview of the core features I want to implement as a starting point:
|
||||||
|
|
||||||
* Multi-tabbed editor allowing the user to work on multiple files at the same time.
|
* A simple rich text editor with a minimal set uf text decoration features.
|
||||||
* A non-sorted tree view for easy navigation between the files. The tree view must not be sorted automatically as one wants to order the scene or chapter files in the order they should appear in the finished novel.
|
* The structure of the novel is broken down into individual scene files within chapters.
|
||||||
|
* A non-sorted tree view for easy navigation between the scene files. The elements of the tree reflect the order they appear in the chapters.
|
||||||
* Scene meta data including POV, character, location, plot and timeline information in a tag-style manner.
|
* Scene meta data including POV, character, location, plot and timeline information in a tag-style manner.
|
||||||
* Basic visualisation tools for the novel meta data.
|
* Basic visualisation tools for the novel meta data.
|
||||||
* The file format should be such that version control software can be used for the projects. That is, no binary files.
|
* The file format should be such that version control software can be used for the projects. That is, no binary files.
|
||||||
|
|||||||
Reference in New Issue
Block a user