v3.33.0
·
1479 commits
to develop
since this release
- fix: 修复打开文档字数统计信息不更新问题
- fix: 修复切换文件时候 front matter 没刷新问题
- upd: 导出 HTML 保留
data-*
属性 - upd: 优化
section
容器样式 - feat(plugin): 增加预览器注册,插件可以自定义文档预览界面。相关 Api:
ctx.view.switchPreviewer
ctx.view.registerPreviewer
ctx.view.removePreviewer
ctx.view.getAllPreviewers
扩展中心新增 “Markmap” 扩展,使用思维导图的方式查看 Markdown。感谢 Markmap
- fix: fix the problem that the word count statistics of open documents are not updated
- fix: fix the problem that front matter is not refreshed when switching files
- upd: export HTML preserves
data-*
attributes - upd: optimize
section
container style - feat(plugin): Added previewer registration, plugins can customize the document preview interface. Related APIs:
ctx.view.switchPreviewer
ctx.view.registerPreviewer
ctx.view.removePreviewer
ctx.view.getAllPreviewers