-
The documentation says that novelWriter is not suitable for technical writing, but does not go into much detail as to why that is. I was thinking of using it to create a "how to" book, such as "how to make wine" or "how to prune a fruit tree". Would novelWriter work for this? Also, am I right in thinking that novelWriter could be installed on a Raspberry Pi 4 using pip? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It is unsuitable for technical writing in the sense that it is plain text with some minimal formatting support for emphasis and a few other simple formatting features. If that's all you need, then sure. It can be used. As for Raspberry Pi, if the dependencies can be installed (Python, PyQt5 and PyEnchant) then novelWriter itself is just Python code and will in principle run on anything where these three dependencies can be installed. If the file system is quirky, then there may be issues with that, but aside from this, I don't know of any limitations. |
Beta Was this translation helpful? Give feedback.
Well, novelWriter would ignore lists, images and links, sure. You can also build the text manuscript in both standard Markdown (which will parse the syntax the editor does understand) and as txt files in the native novelWriter syntax which will not process most of it. All it does is pre-process headings if you have special heading formatting options enabled, which by default are set to not modify headings.