- feat(preview): add more context menus to the preview interface
- feat(preview): add language information display to the code block
- perf(preview): optimize the rendering large documents performance
- feat(editor): add link local file function
- upd(editor): optimize the editing experience, add more completion
- feat(macro): add macro definition function
- feat(macro): add
$noopmethod - feat(plug-in): add
ctx.editor.deleteLinemethod - feat(plug-in): add
ctx.ui.useToast().hidemethod - feat(plugin): add
ctx.base.openExternalmethod - feat(plug-in): add
ctx.base.openPathmethod - fix: fix page may be rendered abnormally
- fix: fix cannot create folder issue on Windows
- fix: fix rendering SVG
- upd: other interactive experience optimization
- feat(预览): 预览界面增加更多上下文菜单
- feat(预览): 代码块增加语言信息展示
- perf(预览): 优化大文档渲染性能
- feat(编辑器): 增加链接本地文件功能
- upd(编辑器): 优化编辑体验,增加更多自动补全
- feat(宏): 增加宏定义功能
- feat(宏): 增加
$noop方法 - feat(插件): 增加
ctx.editor.deleteLine方法 - feat(插件): 增加
ctx.ui.useToast().hide方法 - feat(插件): 增加
ctx.base.openExternal方法 - feat(插件): 增加
ctx.base.openPath方法 - fix: 修复页面可能渲染异常问题
- fix: 修复 Windows 上不能创建文件夹问题
- fix: 修复渲染 SVG 问题
- upd: 其他交互体验优化