- 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.useModalmethod supports custom action buttons - feat(plugin):
ctx.view.getRenderEnvmethod addstokensreturn field - feat(plugin):
VIEW_ON_GET_HTML_FILTER_NODEhook addsoptions.preferPngparameter - feat(plugin): add
ctx.utils.removeQuerymethod - feat(plugin): add
ctx.lib.mimemodule - feat(plugin): add
ctx.lib.markdownitmodule - feat(plugin): add
ctx.lib.domtoimagemodule - feat(plugin): add
ctx.lib.pakomodule