v3.29.0
·
1619 commits
to develop
since this release
- feat: 增加 OpenAI 集成
- feat: 编辑器支持折叠内容
- feat: 点击大纲目录标题时候高亮对应标题
- feat: 增加代理配置项
- feat: 增加编辑器行号配置项
- feat: 增加样式类
avoid-page-break
- upd: 优化 Markdown 渲染性能
- upd: 增大预览最大宽度
- fix: 修复嵌入 HTML 表格不能合并单元格问题
- fix: 修复 Mermaid 图形可能有空白问题
- fix: 修复自定义容器中脑图不能展示问题
- feat(plugin): 支持添加配置分组
- upd(plugin): 移除
ctx.constant
模块,使用ctx.args
代替 - upd(plugin): 移除
ctx.editor.revealLineInCenter
,ctx.editor.revealLine
,ctx.editor.setScrollToTop
方法
- feat: add OpenAI integration
- feat: the editor supports collapsing content
- feat: when clicking on the title of the outline, the corresponding title will be highlighted
- feat: add proxy configuration
- feat: add editor line number configuration
- feat: add style class
avoid-page-break
- upd: optimize Markdown rendering performance
- upd: increase the maximum width of the preview
- fix: fix the problem that cells cannot be merged in embedded HTML tables
- fix: fix Mermaid graphics may have blank issue
- fix: fix the problem that the brain map cannot be displayed in the custom container
- feat(plugin): support adding configuration groups
- upd(plugin): remove
ctx.constant
module, usectx.args
instead - upd(plugin): remove
ctx.editor.revealLineInCenter
,ctx.editor.revealLine
,ctx.editor.setScrollToTop
methods