- feat: 增加文档历史版本控制功能
- feat: 支持自定义监听端口
- upd: 优化脑图交互
- upd: 升级
markdown-it-multimd-table依赖 - upd: 其他体验优化
- fix: 修复某些情况下文件排序不稳定问题
- fix: 修复自定义容器嵌套样式问题
- fix: 修复某些情况下不能展示“转换为带标题链接”菜单问题
- fix: 修复导出/复制 HTML 时
abbr标签丢失title属性问题 - feat(插件): 增加
ctx.doc.showHistory方法 - feat(插件): 增加
ctx.doc.hideHistory方法 - feat(插件): 增加
ctx.editor.getDefaultOptions方法 - feat(插件): 增加
ctx.editor.replaceLines方法 - feat(插件): 增加
ctx.editor.getLinesContent方法 - feat(插件): 增加
ctx.editor.setValue方法 - feat(插件): 增加
ctx.api.fetchHistoryList方法 - feat(插件): 增加
ctx.api.fetchHistoryContent方法 - feat(插件): 增加
ctx.api.deleteHistoryVersion方法 - feat(插件): 增加
ctx.api.commentHistoryVersion方法 - feat(插件): 给
I18N_CHANGE_LANGUAGE钩子增加currentLang参数
- feat: add document history version control function
- feat: support custom listening port
- upd: optimize mind map interaction
- upd: upgrade
markdown-it-multimd-tabledependency - upd: other experience optimization
- fix: fix unstable file sorting in some cases
- fix: fix custom container nesting style
- fix: fix menu item "Convert to Link with Title" could not be displayed in some cases
- fix: fix
abbrtag missingtitleattribute when exporting/copying HTML - feat(plugin): add
ctx.doc.showHistorymethod - feat(plugin): add
ctx.doc.hideHistorymethod - feat(plugin): add
ctx.editor.getDefaultOptionsmethod - feat(plugin): add
ctx.editor.replaceLinesmethod - feat(plugin): add
ctx.editor.getLinesContentmethod - feat(plugin): add
ctx.editor.setValuemethod - feat(plugin): add
ctx.api.fetchHistoryListmethod - feat(plugin): add
ctx.api.fetchHistoryContentmethod - feat(plugin): add
ctx.api.deleteHistoryVersionmethod - feat(plugin): add
ctx.api.commentHistoryVersionmethod - feat(plugin): add
currentLangparameter toI18N_CHANGE_LANGUAGEhook