Skip to content

v3.78.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 03:34
· 4 commits to develop since this release

Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb

  1. feat: 查看链接面板增加查看当前文档引用的资源链接和外部链接功能
  2. feat: 增加插入表格面板,支持快速指定行列数
  3. feat: 导出 HTML 支持包含目录
  4. feat: 当无法将文件移动到回收站时,询问是否永久删除文件
  5. feat: 支持 ![[图片链接]] Wiki 链接方式引入图片,但暂不支持模糊匹配路径
  6. feat: 设置图片保存路径变量增加 {docPath} 变量
  7. fix: 修复新版 Chrome 浏览器上文档标题自动编号不正确问题
  8. fix: 修复某些情况下 UI 元素层级不正确问题
  9. feat(plugin): 增加 AFTER_PARSE_LINK Hook 用以拦截链接解析
  10. feat(plugin): 增加 VIEW_DOM_ERROR Hook 用以监听预览区错误事件
  11. feat(plugin): 增加 ctx.components.IndexStatus 组件

  1. feat: Added the ability to view resource links and external links referenced in the current document through the link panel.
  2. feat: Added a table insertion panel, supporting quick specification of rows and columns.
  3. feat: Exporting to HTML now supports the inclusion of a table of contents.
  4. feat: When unable to move a file to the recycle bin, prompt whether to permanently delete the file.
  5. feat: Support for introducing images using the Wiki link method ![[Image Link]], but fuzzy path matching is not yet supported.
  6. feat: Added the {docPath} variable to the image save path settings.
  7. fix: Fixed the issue of incorrect automatic numbering of document titles in the latest version of the Chrome browser.
  8. fix: Fixed the issue of incorrect UI element layering in certain situations.
  9. feat(plugin): Added the AFTER_PARSE_LINK Hook to intercept link parsing.
  10. feat(plugin): Added the VIEW_DOM_ERROR Hook to listen for errors in the preview area.
  11. feat(plugin): Added the ctx.components.IndexStatus component.

增加新扩展“Graph View”,以查看仓库中所有文档的关系图

Screenshot 2024-12-19 at 11 43 46