Windows | macOS arm64 | macOS x64 | Linux AppImage | Linux deb
- feat: 优化有序列表自动编号使用体验,配置项支持禁用自动编号
- feat: 使用目录大纲跳转/显示编辑器后自动聚焦编辑器
- feat: 优化语法建议补全,区分行内元素和块元素,支持快速新增表格行
- feat: 预览区图片增加右键上下文菜单,支持复制图片、打开图片等操作
- feat: 优化导航堆栈,支持锚点定位和滚动位置保持
- feat: 代码运行支持自动滚动到底部
- feat: 输入
【【时自动触发 Wiki 链接建议 - feat: 其他交互体验优化和问题修复
- fix: Windows zip 版本禁用自动更新,避免反复升级失败问题
- feat(plugin):
markdown-link插件暴露mdRuleConvertLink,htmlHandleLink方法 - feat(plugin):
ctx.doc.switchDoc增加更多参数,支持跳转到指定位置 - feat(plugin): 增加
ctx.routines.changePosition方法,用以跳转到当前文档的指定位置 - feat(plugin): 增加
ctx.view.highlightAnchor方法,用以高亮/跳转到当前预览区的指定锚点 - feat(plugin): 增加
ctx.view.getScrollTop方法,用以获取当前预览区的滚动位置 - feat(plugin): 增加
DOC_SWITCH_SKIPPEDHook,尝试切换到当前文档时触发
- feat: Optimize the experience of using automatic numbering for ordered lists, and support disabling automatic numbering in configuration options.
- feat: Use the table of contents outline to jump/automatically focus on the editor after displaying the editor.
- feat: Optimize syntax suggestion completion, distinguish between inline elements and block elements, and support quickly adding table rows.
- feat: Add a right-click context menu for images in the preview area, supporting operations such as copying images and opening images.
- feat: Optimize the navigation stack, supporting anchor positioning and maintaining scroll position.
- feat: Support automatic scrolling to the bottom when running code.
- feat: Automatically trigger Wiki link suggestions when typing
【【. - feat: Other interaction experience optimizations and bug fixes.
- fix: Disable automatic updates for the Windows zip version to avoid repeated upgrade failure issues.
- feat(plugin): The
markdown-linkplugin exposes themdRuleConvertLink,htmlHandleLinkmethods. - feat(plugin):
ctx.doc.switchDocadds more parameters, supporting jumping to a specified location. - feat(plugin): Add the
ctx.routines.changePositionmethod to jump to a specified location in the current document. - feat(plugin): Add the
ctx.view.highlightAnchormethod to highlight/jump to a specified anchor in the current preview area. - feat(plugin): Add the
ctx.view.getScrollTopmethod to get the current scroll position of the preview area. - feat(plugin): Add the
DOC_SWITCH_SKIPPEDHook, which is triggered when attempting to switch to the current document.