介绍
Zettlr是款适合写作者和研究人员使用的Markdown编辑器,免费开源,功能简洁,具备Markdown所有基本功能,内置各种运算符,还可以调用计数器,可以完美替代Word和收费的文字处理器。
软件截图
软件特点
从应用程序中直接管理你的文件和文件夹。
在第一个视图中使用代码片段了解您的文件中的内容。
使用Quicklook快速预览文件而不关闭当前文件。
使用强大的搜索操作符搜索任何东西
用“计数器”这个词来概括你的写作量
使用舒适的工具栏访问最重要的命令
将您的文件导出到您最需要的格式,并与您的同事共享。
更新日志
GUI and Functionality
- Fixed a bug that would not parse plain-text links at the end of a line
completely - Added two heuristics to plain link parser: (a) if the matched link ends with a
period, exclude the period; (b) if the matched link ends with a closing
bracket that does not match an open bracket, exclude the closing bracket
(remember that you can explicitly define the start and end of plain links by
wrapping them in<
and>
) - Fixed an issue that could lead to data loss if "Always load remote changes"
was checked in the settings - Improved the Czech translation
- Improve the Chinese (Taiwan) translation
- Fixed an issue that would import Markdown files as LaTeX instead of simply
copying the file - If multiple candidate profiles to import files are found, the user can now
choose the correct one
Under the Hood
- Increased the "immediate" save delay from 250 to 500ms to give slower systems
more time to persist changes to disk - Replaced direct
access
andstat
calls for files and directories in the
FSAL with a wrapper that will later on allow us to keep different file systems
(e.g., WebDav versus local filesystem) opaque to the user - Fixed a potentially (?) horrible bug where directory modification times were
accidentally set toctime
instead ofmtime
, leaving any changes to the
directory that do not also updatectime
hidden from the FSAL - Fixed a misalignment of the
InlineCode
element for the Pandoc attribute
parser - Upgrade Electron to v25.8.4, mitigating