介绍
novelWriter 是一款免费开源类似 Markdown 的文本编辑器,专为编写小说和许多较小的纯文本文档的大型项目而设计。它被设计为一个简单的文本编辑器,可以轻松组织文本文件和注释,具有用于注释、概要和文件之间交叉引用的元数据语法,并基于纯文本文件构建以实现稳健性。
软件截图
更新日志
v2.7.5
Bugfixes
- Fixes an issue where the app would crash of deleting the
@
character with the completer menu visible and the text margins of the editor set to "justified". This is likely crashing due to some unhandled corner case in the Qt library, but the implementation of the completer menu in novelWriter uses a small hack to bypass some intended behaviour of the menu. Extra steps have been added to the implementation that seems to avoid the crash. - Fixes an issue where the input box that shows up when typing CJK languages were covering the text due to an incorrect offset of the box location. The incorrect offset is caused by the text margins not being taken into account. Fix by @Euophrys based on solution by @Jack-name.