- feat: 增加控制中心
- feat: 增加打字机模式
- feat: 增加编辑器配置项:支持配置字体大小、Tab 宽度、有序列表补全策略和滚轮缩放行为
- feat: 增加禁用同步滚动功能
- upd: 移动/重命名文件失败显示错误信息
- upd: 刷新时同时更新文档内容
- upd: 其他样式微调和用户体验优化
- feat(插件): 增加
ctx.controlCenter服务 - feat(插件): 增加
ctx.editor.toggleTypewriterMode方法 - feat(插件): 状态栏菜单增加
onMousedown事件 - feat(插件): 状态栏菜单增加
{ type: 'separator' }分割线 - feat(插件): 状态栏菜单增加
checked字段 - feat(插件): 配置项支持分组
group字段 - feat(插件):
ctx.doc.switchDoc增加force参数
- feat: add control center
- feat: add typewriter mode
- feat: add editor configuration items: font size, tab size, ordered list completion strategy and scroll wheel zoom behavior
- feat: add the function of disabling synchronous scrolling
- upd: display error message when file move/rename failed
- upd: update the document content when refreshing
- upd: other style update and user experience optimization
- feat(plug-in): add
ctx.controlCenterservice - feat(plug-in): add
ctx.editor.toggleTypewriterModemethod - feat(plug-in): Add
onMousedownevent to the status bar menu - feat(plug-in): Add
{ type: 'separator' }dividing line in the status bar menu - feat(plug-in): Added the
checkedfield to the status bar menu - feat(plug-in): configuration items support grouping
groupfield - feat(plug-in):
ctx.doc.switchDocaddsforceparameter