介绍
Zettlr是款适合写作者和研究人员使用的Markdown编辑器,免费开源,功能简洁,具备Markdown所有基本功能,内置各种运算符,还可以调用计数器,可以完美替代Word和收费的文字处理器。
软件截图
软件特点
从应用程序中直接管理你的文件和文件夹。
在第一个视图中使用代码片段了解您的文件中的内容。
使用Quicklook快速预览文件而不关闭当前文件。
使用强大的搜索操作符搜索任何东西
用“计数器”这个词来概括你的写作量
使用舒适的工具栏访问最重要的命令
将您的文件导出到您最需要的格式,并与您的同事共享。
更新日志
Zettlr 3.4.4
GUI and Functionality
- Change: The exporter will now forcefully enable (= if it is not yet
enabled in the corresponding defaults file in the assets manager) the Pandoc
extensionwikilinks_title_after_pipe
orwikilinks_title_before_pipe
(depending on your settings) for every export from a supported (Markdown-
based) reader so that wikilinks/Zettelkasten links are properly parsed. - Identification of Pandoc readers and writers is now more stable, resulting in
clearer information across the app. - Fix the wikilink/Zettelkasten link Lua filter
- Zettlr now properly retrieves attachments also for items residing in group
libraries - Updated translations:
- German (
de-DE
) - French
- Taiwanese
- German (
Under the Hood
- Import Pandoc
reader
/writer
parser from
nathanlesage/pandoc-profile-generator
; retiregetPlainPandocReaderWriter
. - Move
pandoc-maps.ts
to commonpandoc-util
location. - Add additional classes to Table of Contents-headings in the sidebar to allow
targeting them with Custom CSS rules (toc-heading-X
whereX
is the level). - Bump Electron to
v35.1.5
. - Bump Pandoc to
v3.6.4
- Bump Node.js across the CI to v22 (LTS).
- Bump various other dependencies.
- Upgrade the Ubuntu runners on the CI back to Ubuntu 22.04 LTS