登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
应用工具
>
文本编辑
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
91
Star
1.2K
Fork
204
GVP
aieditor-team
/
AiEditor
代码
Issues
49
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
v1.2.7
027e3a2
2024-11-21 14:41
对比
v1.2.7
Michael Yang
- fix: When configuring contentIsMarkdown, it may affect the reload problem - fix: When markdown parses images, the images will be wrapped in p tags, resulting in incorrect parsing - fix: The problem of prompting domain errors when using spark lite models - feat: Openai has added a customUrl configuration function to facilitate users to customize the configuration URL - feat: When there is an empty p tag in the table, its height is incorrect - feat: Upgrade related dependencies to the latest version --- - 修复: 当配置 contentIsMarkdown 时,可能会影响再次加载的问题 - 修复: markdown 在解析图片时,图片会被 p 标签包裹导致无法正确解析的问题 - 修复:使用 spark lite 模型提示 domain 错误的问题 - 优化: openai 新增 customUrl 配置的功能,方便用户自定义配置 url - 优化:table 中存在空的 p 标签时,其高度不正确的问题 - 优化:升级相关依赖到最新版本
最后提交信息为:
build: v1.2.7 release (^.^)YYa!!
v1.2.6
4b527e8
2024-11-14 10:15
对比
v1.2.6
Michael Yang
- fix: Fixed the line break issue when AI translation and AI output replacement content - fix: Fixed the issue of not being able to select content on Android devices (IOS does not have this problem) - feat: The title of the menu group is changed to an optional configuration, and will not pop up when it is not filled in --- - 修复: 修复 AI 翻译、AI 输出替换内容时换行的问题 - 修复: 修复在 Android 设备下无法选择内容的问题(IOS 没有这个问题) - 优化:菜单组的 title 修改为可选配置,当不填写时不弹出显示
最后提交信息为:
build: v1.2.6 release (^.^)YYa!!
v1.2.5
68be412
2024-10-31 17:27
对比
v1.2.5
Michael Yang
- fix: CodeBlock Extensions error sometime - fix: optimize paste extension and fix paste with data-pm-slice is error - fix: fix tab key conflict with ordered lists --- - 修复:代码插件在某些情况下错处的问题 - 修复:优化粘贴内容插件并修复粘贴文本时独占一行的问题 - 修复:修复 tab 键和列表冲突的问题
最后提交信息为:
build: v1.2.5 release (^.^)YYa!!
v1.2.3
c3aa1ee
2024-10-24 12:36
对比
v1.2.3
Michael Yang
- feat: added more language files for i18n - feat: custom ai model support http ReadableStream - feat: Added toolbarSize to control toolbar button size - fix: When the editor editable is false, disable the toolbar - chore: update dependencies - chore: optimize styles --- - 新增: 新增更多的语言支持,目前已经支持 中文、英文、德语、葡萄牙语、西班牙语、印度语、印尼语、日语、韩语、泰语、越南语 - 新增: 自定义大语言模型支持 http ReadableStream - 新增: 添加 toolbarSize 配置用于控制工具栏按钮的大小 - 修复: 当编辑器设置 editable 为 false, 禁用工具栏 - 优化: 更新依赖到最新版本 - 优化: 优化样式细节
最后提交信息为:
build: v1.2.3 release (^.^)YYa!!
v1.2.1
dfd4275
2024-10-18 12:00
对比
v1.2.1 ~ v1.2.2
Michael Yang
- feat: add new option "textCounter" - feat: add temperature and maxTokens config for aiModel - refactor: optimize paste extensions and add new option "removeEmptyParagraphs" for paste - refactor: Optimize ClassNameExt to make the new paragraph does not carry the className of the previous - refactor: remove align attribute in image - refactor: use div replace p to wrapper image - refactor: remove empty value attributes - fix: image can not show in edit disable - fix: image border is 1px smaller after resizing - fix: SparkAiModel error if use v1.1 --- - 新增: 添加新的配置 "textCounter" 用于自定义文字数量的统计 - 新增: AI 新增 temperature 和 maxTokens 的配置功能 - 优化: 粘贴的功能添加新的 "removeEmptyParagraphs" 配置,用于移除空段落 - 优化: 优化 ClassNameExt 插件,使之在新的段落里不携带上一个段落的 class 名称 - 优化: 图片移除 align 属性,否则可能发生样式错误的问题 - 优化: 使用 div 替代 p 包裹图片 - 优化: 图片移除空属性值的属性 - 修复: 图片无法在只读模式下显示的问题 - 修复: 图片在拖拽大小后,其宽度会小 1px 的问题 - 修复: 星火大模型无法使用其最低版本 v1.1 的问题
最后提交信息为:
build: v1.2.1 release (^.^)YYa!!
v1.2.0
95d004b
2024-10-16 12:42
对比
v1.2.0
Michael Yang
- feat: Enhanced pasting from Excel, WPS, LibreOffice, Number, and Tencent Docs table content - feat: add new options "image.bubbleMenuEnable" - feat: add "htmlPasteConfig.clearLineBreaks" options - refactor: refactor markdown features - refactor: add "finished" flag to the SmoothAppender - refactor: "pasteAsText" feature not remove the "p" tag - refactor: rename "removeHtmlTag" to htmlUtil - refactor: optimize textSelectionBubble - refactor: optimize createAiClient() in AI models - refactor: optimize initToolbarKeys.ts - refactor: optimize SparkAiModel.ts - fix: OpenaiAiModel parse message error sometimes - fix: fixed " " will be attached sometime if pastedAsText config enable --- - 新增: 增强来至于 Excel, WPS, LibreOffice, Number 和 腾讯文档的表格粘贴功能 - 新增: 添加新的配置 "image.bubbleMenuEnable" - 新增: 添加新的配置 "htmlPasteConfig.clearLineBreaks" - 优化: 重构 markdown 的相关功能 - 优化: 优化 SmoothAppender 输入时间过长的问题 - 优化: 优化 "pasteAsText" 功能保留 "p" 标签不被移除 - 优化: 重命名 "removeHtmlTag" 为 htmlUtil - 优化: 优化 textSelectionBubble - 优化: 优化 createAiClient() 方法 - 优化: 优化 initToolbarKeys.ts - 优化: 优化 SparkAiModel.ts - 修复: 修复 OpenaiAiModel 的消息在某些情况下解析错误的问题 - 修复: 修复在 pastedAsText 配置的情况下," " 会被粘贴的问题
最后提交信息为:
build: v1.2.0 release (^.^)YYa!!
v1.1.7
83c1335
2024-10-07 15:36
对比
v1.1.7
Michael Yang
- feat: add SmoothAppender for textarea - refactor: optimize AiEditor.onTransaction() method - refactor: rename "PasteExt" extension Name to adapter v2.8.0 - refactor: optimize BubbleMenuPlugin.ts - refactor: update linkBubbleMenu pluginKey's name --- - 新增: 新增 SmoothAppender 使得 AI 输入更加湿滑 - 优化: 优化 AiEditor.onTransaction() 的相关代码 - 优化: 重命名 "PasteExt" 插件的名称以适配 v2.8.0 - 优化: 优化 BubbleMenuPlugin.ts 的核心逻辑 - 优化: 重命名 linkBubbleMenu 插件的名称
最后提交信息为:
build: v1.1.7 release (^.^)YYa!!
v1.1.6
596a480
2024-09-29 14:56
对比
v1.1.6
Michael Yang
- feat: Hide the emoji panel when clicking an emoji. - feat: add html paste config and close https://github.com/aieditor-team/AiEditor/issues/92 - refactor: add icons in Translate action buttons - fix: cat not show bubble menu on Cmd+A text selection command, close https://github.com/aieditor-team/AiEditor/issues/91 --- - 优化:当点击 emoji 表情的时候,隐藏 emoji 面板 - 优化:Html 粘贴添加更多的配置功能 - 优化:为翻译面板的操作按钮添加统一的图标 - 修复:通过快捷键 CMD+A 全选时,无法弹出选择操作浮动菜单的问题
最后提交信息为:
build: v1.1.6 release (^.^)YYa!!
v1.1.5
91b8e2f
2024-09-29 14:56
对比
v1.1.5
Michael Yang
- refactor: optimize textSelectionBubbleMenu only update at the mouseup event - refactor: update dependencies - fix: fixed the translated buttons would trigger form submission --- - 优化:优化文字选中弹出菜单仅在鼠标松开的时候进行弹出 - 优化:更新相关依赖到最新版本 - 修复:修复翻译的按钮会触发表单提交的问题
最后提交信息为:
build: v1.1.5 release (^.^)YYa!!
v1.1.4
7c57311
2024-09-29 14:56
对比
v1.1.4
Michael Yang
- feat: add ClassName extension for custom node class attribute - feat: add custom AI icon in bubble menu - refactor: refactor translate bubble menu - refactor: refactor ai bubble panel - refactor: add more common emojis --- - 新增:新增 ClassName 插件,用于自定义节点的 class 样式 - 新增:添加自定义泡泡菜单的 AI ICON 的功能 - 优化:重构 翻译 功能的交互逻辑 - 优化:重构 AI 弹出菜单的交互细节 - 优化:添加更多场景的 emoji 表情
最后提交信息为:
build: v1.1.4 release (^.^)YYa!!
v1.1.3
e08eaaf
2024-09-23 14:54
对比
v1.1.3
Michael Yang
- feat: add translate bubble menu items - feat: add "pasteAsText" config support - feat: add de and pt langs, thanks to @TobiasKrais - feat: add Emoji config support - fix: fix GiteeAiModel parse ai message error - refactor: optimize AiEditor.ts and Header.ts - refactor: optimize styles in Emoji.ts/Heading.ts/AbstractDropdownMenuButton.ts, thanks to @TobiasKrais - refactor: optimize ai panel position - chore: create npm-publish.yml - chore: remove comment code --- - 新增: 浮动菜单新增翻译功能,以及自定义翻译语言 - 新增: 新增 "pasteAsText" 配置的功能,在粘贴时自动清除样式 - 新增: 新增德语和葡萄牙语的配置,感谢 @TobiasKrais - 新增: 新增 emoji 自定义配置的功能 - 修复: 修复 GiteeAiModel 在某些情况下解析错误的问题 - 优化: 优化 AiEditor.ts 及 Header.ts 代码 - 优化: 优化 Emoji.ts/Heading.ts/AbstractDropdownMenuButton.ts 的样式代码, @TobiasKrais - 优化: 优化 文字选中以及 ai 弹出菜单的位置 - 优化: 创建 npm-publish.yml 用于自动发布的功能 - 优化: 上传部分注释代码
最后提交信息为:
build: v1.1.3 release (^.^)YYa!!
v1.1.1
c6336db
2024-09-15 13:34
对比
v1.1.1
Michael Yang
- feat: Increase the indent to 2em instead of 10px - feat: add FontSize defaultValue config - feat: add "align" config with image from server response. - feat: add server response to config the image and video width - feat: add custom to set lineHeights support - feat: add "toolbarExcludeKeys" config - feat: add resize button in the image bubble menus - refactor: optimize AbstractDropdownMenuButton.ts height to "fit-content" - fix: fix the bubble menu is active in table or image - fix: AbstractDropdownMenuButton active index error when aieditor init - fix: TableBubbleMenu can not show when double-click the cell - fix:fix the image Bubble Menus position not correct. - doc:add line height config docs - doc:add "toolbarExcludeKeys" config --- - 新增: 增加缩进改为 2em,而不是 10px - 新增: 新增默认字号大小的设置的功能 - 新增: 修复表格或图片的浮动菜单点击选中的问题 - 新增: 新增支持图片上传时,服务器返回图片的对其方式 - 新增: 新增图片或视频上传时,服务器返回图片的宽度和高度 - 新增: 新增自定义行高设置的功能 - 新增: 新增通过 "toolbarExcludeKeys" 配置自定义排除菜单的功能 - 新增: 新增图片浮动菜单可以快速调整图片大小为 50% 75% 100% 的功能 - 优化: 设置 AbstractDropdownMenuButton 的高度为 "fit-content" - 修复: 图片和表格的浮动菜单,点击时会处于 “选中” 状态的问题 - 修复: AbstractDropdownMenuButton 在初始化时,默认选中不正确的问题 - 修复: 表格的单元格双击选中时无法弹出表格操作菜单的问题 - 修复:图片弹出的操作浮动菜单不是 100% 居中的问题 - 文档: 添加自定义行高设置的相关文档 - 文档: 添加 "toolbarExcludeKeys" 配置的相关文档
最后提交信息为:
build: v1.1.1 release (^.^)YYa!!
v1.1.0
e713632
2024-09-10 09:18
对比
v1.1.0
Michael Yang
- feat: add "onClick" config support for ai menu to custom menu item click event. - feat: add commands() method for aieditor - fix: onCreateBefore for custom extensions - fix: remove console.log in gitee ai --- - 新增: 自定义 AI 菜单添加 "onClick" 配置的支持 - 新增: AIEditor 对象添加 commands() 方法 - 修复: onCreateBefore 自定义扩展不生效的问题 - 修复: Gitee AI 有 console.log 打印的问题
最后提交信息为:
build: v1.1.0 release (^.^)YYa!!
v1.0.16
798f915
2024-09-03 10:53
对比
v1.0.16
Michael Yang
- feat: add menu group config support - refactor: optimize image export wrapper in "p" tag - refactor: rename "uploadFile" to "fileUploader" - refactor: define a "Uploader" type and refactor extensions - fix: fix spark ai can not support v4.0 - fix: image pasted from web will insert two images - fix: lineHeight active is not correct. - fix: i18n config error:delete-table -> 删除表格 --- - 新增: 工具栏菜单自定义分组的功能 - 优化: 重构导出图片被 p 标签包裹 - 优化: 重命名 "uploadFile" 为 "fileUploader" - 优化: 定义 "Uploader" 类型并重构相关插件 - 修复: 修复星火大模型无法使用 v4.0 的问题 - 修复: 修复粘贴从网络复制的图片会出现显示 2 张的问题 - 修复: 修复行高回显不正确的问题 - 修复: 修复国际化配置不正确的问题 delete-table -> 删除表格
最后提交信息为:
build: v1.0.16 release (^.^)YYa!!
v1.0.15
23b3810
2024-08-28 10:40
对比
v1.0.15
Michael Yang
- 新增:新增使用 Gitee AI 大模型来增强 AIEditor 的 AI 续写、AI 翻译、AI 总结等能力 - 新增:新增自定义图片属性的支持 - 优化:优化 图片 插件 - 优化:升级相关依赖到最新版本
最后提交信息为:
build: v1.0.15 release (^.^)YYa!!
v1.0.14
adb5e67
2024-08-12 11:35
对比
v1.0.14
Michael Yang
- 新增:codeBlock 代码块添加自定义代码语言和 prompt 提示词的功能 - 新增:添加 svelte 框架使用的 demo 示例 - 修复:图片对其方式导出为 html 时不生效的问题 - 文档:添加和 svelte 框架集成的相关文档
最后提交信息为:
build: v1.0.14 release (^.^)YYa!!
v1.0.13
4678b96
2024-07-14 17:20
对比
v1.0.13
Michael Yang
- 新增:新增 AIPanelMenus 配置的支持,用于配置 AI 泡泡菜单 - 优化:优化视频节点的控制属性 - 修复:修复 AI 菜单初始化错误的问题 - 文档:新增日文的 readme
最后提交信息为:
build: v1.0.13 release (^.^)YYa!!
v1.0.11
abe7d47
2024-07-02 18:01
对比
v1.0.11
Michael Yang
- 新增:新增 AIEditor 的 onBlur 和 onFocus 配置 #39 - 新增:新增自定义选中的浮动菜单的功能 - 新增:新增 AIEditor.getAttributes() 方法的功能 - 优化:重构 AI 面板的国际化显示 - 优化:重构 AbstractBubbleMenu.ts 使之更加简单易用 - 修复:修复 Vue 的 KeepAlive 下 Header 多次添加的问题 #37
最后提交信息为:
build: v1.0.11 release (^.^)YYa!!
v1.0.10
b31bf3f
2024-06-20 11:04
对比
v1.0.10
Michael Yang
- 新增:新增浮动菜单的开关和菜单项配置功能 - 新增:新增链接的浮动菜单项配置功能 - 新增:新增图片的浮动菜单项配置功能 - 优化:重构 AI 模块,抛出更多的方法类,方便外部直接调用 - 优化:重构 AbstractBubbleMenu.ts 使之更加简单易用 - 文档:现在浮动菜单的相关配置功能
最后提交信息为:
build: v1.0.10 release (^.^)YYa!!
v1.0.8
07bc7c9
2024-06-13 10:11
对比
v1.0.8
Michael Yang
- 新增:AiModel 添加 chatWithPayload 方法用于传入自定义的 ai 参数信息 - 新增:源码编辑的功能菜单,及其配置。感谢 @jx - 新增:添加是否可以对整个编辑器拖拽放大缩小的开关配置 - 优化:优化 a 标签在暗色主题下的样式问题,感谢 @lwleen - 优化:编辑的滚动条样式,感谢 @lwleen - 优化:移除无用的配置 cbName 和 cbUrl
最后提交信息为:
build: v1.0.8 release (^.^)YYa!!
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/aieditor-team/aieditor.git
git@gitee.com:aieditor-team/aieditor.git
aieditor-team
aieditor
AiEditor
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册