v3.26.0
github-actions
released this
12 Mar 04:48
·
1432 commits
to develop
since this release
- feat: 新增图片/链接本地路径自动补全
- feat: 支持配置 PlantUML 端点,可配置 PlantUML 官方在线渲染地址
- feat: 支持配置自动保存间隔
- feat: 复制内容支持复制处理图片后的 Markdown
- feat: 导出 HTML 支持更多选项
- feat: Mermaid 图形支持下载 PNG 图片
- upd: 升级 KaTeX 版本,支持更多公式语法
- fix: 修复切换文件后重置“同步渲染”状态问题
- fix: 导出:修复“内联图片”可能丢失图片问题
- fix: 导出:修复导出 HTML 公式不能正确渲染问题
- fix: 导出:修复导出 Docx Mermaid 图形不能正确渲染问题
- fix: 导出:修复不能导出 PlantUML 问题
- fix: 导出:修复导出文档脑图可能被裁切问题
- fix: 修复一些特殊字符锚点不能跳转问题
- feat(插件):
ctx.ui.useModal
方法支持自定义操作按钮 - feat(插件):
ctx.view.getRenderEnv
方法增加tokens
返回字段 - feat(插件):
VIEW_ON_GET_HTML_FILTER_NODE
钩子增加options.preferPng
参数 - feat(插件): 新增
ctx.utils.removeQuery
方法 - feat(插件): 新增
ctx.lib.mime
模块 - feat(插件): 新增
ctx.lib.markdownit
模块 - feat(插件): 新增
ctx.lib.domtoimage
模块 - feat(插件): 新增
ctx.lib.pako
模块
- feat: added image/link auto-completion for local path
- feat: support to configure PlantUML endpoint, can configure the official online rendering endpoint of PlantUML
- feat: support to configure automatic save interval
- feat: Copy Content supports copying Markdown after processing images
- feat: export HTML support more options
- feat: Mermaid graphics support download PNG
- upd: upgrade KaTeX version, support more syntax
- fix: fix the problem of resetting the "sync rendering" state after switching files
- fix: export: fix "Inline Images" may lose pictures
- fix: export: fix the exported HTML KaTeX cannot be rendered correctly
- fix: export: fix the exported Docx Mermaid graphics cannot be rendered correctly
- fix: export: fix PlantUML cannot be exported
- fix: export: fix the mind map of the exported document may be cropped
- fix: fix the problem that some special character anchors cannot jump
- feat(plugin):
ctx.ui.useModal
method supports custom action buttons - feat(plugin):
ctx.view.getRenderEnv
method addstokens
return field - feat(plugin):
VIEW_ON_GET_HTML_FILTER_NODE
hook addsoptions.preferPng
parameter - feat(plugin): add
ctx.utils.removeQuery
method - feat(plugin): add
ctx.lib.mime
module - feat(plugin): add
ctx.lib.markdownit
module - feat(plugin): add
ctx.lib.domtoimage
module - feat(plugin): add
ctx.lib.pako
module