介绍
novelWriter 是一款免费开源类似 Markdown 的文本编辑器,专为编写小说和许多较小的纯文本文档的大型项目而设计。它被设计为一个简单的文本编辑器,可以轻松组织文本文件和注释,具有用于注释、概要和文件之间交叉引用的元数据语法,并基于纯文本文件构建以实现稳健性。
软件截图

更新日志
v2.8.1
Bugfixes
- Fix an issue where the inputMethodQuery call to the Qt library returns an object that PyQt6 cannot convert to a Python object. The fix just disables the conversion since the return value is passed back to the Qt library anyway. The problem affects Qt/PyQt 6.10 and is triggered in MacOS at least, but it is not known if it affects other platforms.
Documentation
- Removed references to the old colour theme system in the documentation.