Skip to content

v3.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 04:48
· 1432 commits to develop since this release
  1. feat: 新增图片/链接本地路径自动补全
  2. feat: 支持配置 PlantUML 端点,可配置 PlantUML 官方在线渲染地址
  3. feat: 支持配置自动保存间隔
  4. feat: 复制内容支持复制处理图片后的 Markdown
  5. feat: 导出 HTML 支持更多选项
  6. feat: Mermaid 图形支持下载 PNG 图片
  7. upd: 升级 KaTeX 版本,支持更多公式语法
  8. fix: 修复切换文件后重置“同步渲染”状态问题
  9. fix: 导出:修复“内联图片”可能丢失图片问题
  10. fix: 导出:修复导出 HTML 公式不能正确渲染问题
  11. fix: 导出:修复导出 Docx Mermaid 图形不能正确渲染问题
  12. fix: 导出:修复不能导出 PlantUML 问题
  13. fix: 导出:修复导出文档脑图可能被裁切问题
  14. fix: 修复一些特殊字符锚点不能跳转问题
  15. feat(插件): ctx.ui.useModal 方法支持自定义操作按钮
  16. feat(插件): ctx.view.getRenderEnv 方法增加 tokens 返回字段
  17. feat(插件): VIEW_ON_GET_HTML_FILTER_NODE 钩子增加 options.preferPng 参数
  18. feat(插件): 新增 ctx.utils.removeQuery 方法
  19. feat(插件): 新增 ctx.lib.mime 模块
  20. feat(插件): 新增 ctx.lib.markdownit 模块
  21. feat(插件): 新增 ctx.lib.domtoimage 模块
  22. feat(插件): 新增 ctx.lib.pako 模块

  1. feat: added image/link auto-completion for local path
  2. feat: support to configure PlantUML endpoint, can configure the official online rendering endpoint of PlantUML
  3. feat: support to configure automatic save interval
  4. feat: Copy Content supports copying Markdown after processing images
  5. feat: export HTML support more options
  6. feat: Mermaid graphics support download PNG
  7. upd: upgrade KaTeX version, support more syntax
  8. fix: fix the problem of resetting the "sync rendering" state after switching files
  9. fix: export: fix "Inline Images" may lose pictures
  10. fix: export: fix the exported HTML KaTeX cannot be rendered correctly
  11. fix: export: fix the exported Docx Mermaid graphics cannot be rendered correctly
  12. fix: export: fix PlantUML cannot be exported
  13. fix: export: fix the mind map of the exported document may be cropped
  14. fix: fix the problem that some special character anchors cannot jump
  15. feat(plugin): ctx.ui.useModal method supports custom action buttons
  16. feat(plugin): ctx.view.getRenderEnv method adds tokens return field
  17. feat(plugin): VIEW_ON_GET_HTML_FILTER_NODE hook adds options.preferPng parameter
  18. feat(plugin): add ctx.utils.removeQuery method
  19. feat(plugin): add ctx.lib.mime module
  20. feat(plugin): add ctx.lib.markdownit module
  21. feat(plugin): add ctx.lib.domtoimage module
  22. feat(plugin): add ctx.lib.pako module