Zettlr是款适合写作者和研究人员使用的Markdown编辑器,免费开源,功能简洁,具备Markdown所有基本功能,内置各种运算符,还可以调用计数器,可以完美替代Word和收费的文字处理器。
软件截图软件特点从应用程序中直接管理你的文件和文件夹。
在第一个视图中使用代码片段了解您的文件中的内容。
使用Quicklook快速预览文件而不关闭当前文件。
使用强大的搜索操作符搜索任何东西
用“计数器”这个词来概括你的写作量
使用舒适的工具栏访问最重要的命令
将您的文件导出到您最需要的格式,并与您的同事共享。
更新日志GUI and Functionality
New Feature: For files that belong to a Zettlr project, the status bar nowadditionally displays the total word or character count for all files acrossthe entire project, making it easy to check for a total limit (e.g., for ajournal submission); clicking on the item furthermore allows quick switchingbetween just those files that are part of the projectNew Feature: The references sidebar tab now provides an approximate wordcount, which is useful if some word count limit includes the bibliography; asreferences aren't included in any other word countFix SVG image preview (#5496)Fix network share image preview (#5495)Fixed a bug where opened documents would not be closed once the last tab wasclosed, retaining outdated file contents and making the file unresponsive toexternal changes. Now files that do not have an open editor instance will beclosed appropriatelyFixed an issue where valid citations from within, e.g., comments, or othernon-valid places would end up in the list of referencesFixed a bug that would cause spellcheck suggestions to appear offset (#5494)Checking task-list checkboxes now returns the focus back to the editorimmediately (#5246)The statusbar's character/word counters now respect the character countsetting, meaning only the word or character count is shown, not bothUpdate translations:uk-UA (#5524)de-DE
Under the Hood
Update Pandoc to version 3.6Bump CodeMirror dependenciesUpdates to the Markdown AST parser:Headings now have regular childrenFixed a bug that would prevent text nodes from tables to be extractedBetter detection of content "gaps"Type system updates:Define a new shared type, IPCAPI that can be used to type the various IPCAPIs the service providers use across the app.Fully type IPC APIs: AssetsProvider, DocumentAuthority,DocumentManager, WindowProvider, CiteprocProviderRefactored the file type detection system; it is now simpler and easier to useand can detect a variety of additional groups of files (previously onlyMarkdown and code files; now also images, PDFs, MS and Open Office files aswell as data files)Select controls can be disabled nowConfiguration updates in the renderer are now throttled to at most once everysecond, preventing some fast updates from inducing lagRefactored spellcheck linter