介绍
Zettlr是款适合写作者和研究人员使用的Markdown编辑器,免费开源,功能简洁,具备Markdown所有基本功能,内置各种运算符,还可以调用计数器,可以完美替代Word和收费的文字处理器。
软件截图
软件特点
从应用程序中直接管理你的文件和文件夹。
在第一个视图中使用代码片段了解您的文件中的内容。
使用Quicklook快速预览文件而不关闭当前文件。
使用强大的搜索操作符搜索任何东西
用“计数器”这个词来概括你的写作量
使用舒适的工具栏访问最重要的命令
将您的文件导出到您最需要的格式,并与您的同事共享。
更新日志
GUI and Functionality
change: Remove shift-heading-level-by: 1 line from default profiles
Fixed the "Paste as Plain" menu item not working (#5052)
Dark mode folded header's ellipsis are now properly colored (#5284)
Add Pascal syntax highlighting (keyword: pascal; #5368)
Fixed images in file previews on hovering internal file links not working
(#5041)
Fixed the tag search from the tag cloud popover (#5124)
Fixed visual artifacts in the backgrounds for code blocks and comments (#5260)
Fixed a bug that would apply certain shortcuts to all open editor panes,
rather than the last focused one (#5282)
The save changes dialog now offers a cancel option that will be chosen when
pressing Escape (#5338)
Updated translation for es-ES (#5372)
Fixed the main editor search panel overlaying popovers/flyouts (#5397)
Fixed the highlighting, which now retains any syntax highlighting (and thus
functions like interacting with links) between the markers (==highlight==)
as well as enabling spell checking of highlighted ranges
Fixed an issue preventing pasting of images into the editor (#5386)
Fixed the maximum height of the image preview in the paste-image dialog to 50%
in order to prevent it from pushing the controls out of view
Fixed the code and citation background colors in the Bordeaux dark theme
Under the Hood
Images across the application now have a max-width: 100% applied to them to
ensure they never overflow their parent container.
The md2html utility function now allows a fourth parameter containing hooks
that allow the further customization of the produced HTML output
Bumped CodeMirror and dependencies
Bumped ESLint and dependencies
Fixed HTML DOM structure in a few places where they would violate the spec
New Contributors
@victorelec14 made their first contribution in #5372
@TeaDrinkingProgrammer made their first contribution in #5073
@K0Stek122 made their first contribution in #5284