- feat: 增加上传所有图片功能
- feat: 宏替换增加
$afterMacro方法,支持处理宏替换后的文档内容 - feat: 增加排除文件正则表达式设置
- fix: 修复使用快速打开面板不能正确打开加密文件问题
- fix: 修复某些情况下编辑器补全内容插入不正确问题
- feat(plugin): 配置项支持自定义校验器
validator字段 - feat(plugin): 支持配置编辑器简单补全条目,相关 Api:
ctx.editor.tapSimpleCompletionItems,ctx.editor.getSimpleCompletionItems - feat(plugin): 增加
ctx.doc.createCurrentDocChecker方法
- feat: add the function of uploading all pictures
- feat: added
$afterMacromethod for macro replacement, which supports processing the content of the document after macro replacement - feat: add regular expression settings for excluded files
- fix: fix the problem that encrypted files cannot be opened correctly using the quick open panel
- fix: fixed the problem that the editor's completion content was inserted incorrectly in some cases
- feat(plugin): configuration item supports custom validator
validatorfield - feat(plugin): support simple completion of items in configuration editor, related Api:
ctx.editor.tapSimpleCompletionItems,ctx.editor.getSimpleCompletionItems - feat(plugin): add
ctx.doc.createCurrentDocCheckermethod