登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
4月29日周三晚 8 点,来看 PocketClaw 直播首秀,从开箱到实操全流程跑通、多场景案例演示、首次版本更新介绍,点击预约~
代码拉取完成,页面将自动刷新
开源项目
>
应用工具
>
文本编辑
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
127
Star
1.7K
Fork
318
GVP
aieditor-team
/
AiEditor
代码
Issues
134
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
发行版
最新版
v1.4.1
83ad90f
2025-08-29 09:28
对比
v1.4.1
Michael Yang
- feat: add toolbarTipEnable config support - feat: optimize setContent() method, add focus param - feat: optimize image styles in table - fix: dragging an image beyond the editor should not cancel the dragging event - fix: fixed ai command can not get text in new line - fix: video insert position is error - fix: fix image use data-src to replace src, and fixed image insert position is error - fix: insertMarkdown can not show image some cases - fix: Fix the issue where dragging the image does not trigger onChange in some cases --- - 新增:添加 toolbarTipEnable 配置的支持 - 新增:优化 setContent() 方法,添加 focus 参数 - 优化:优化表格中的图片样式问题,优化图片在表格中的大小拖动 - 修复:优化图片拖动超出编辑器范围时取消拖动事件的问题 - 修复:修复 AI 命令在有新行时获取不到文本的问题 - 修复:修复视频插入位置错误问题 - 修复:修复图片在表格中的大小拖动时使用 data-src 替换 src 的问题 - 修复:修复插入 markdown 时图片显示不全的问题 - 修复:图片图片有时不触发 onChange 的问题
最后提交信息为:
build: v1.4.1 release (^.^)YYa!!
v1.4.0
7698e98
2025-06-25 11:44
对比
v1.4.0
Michael Yang
- feat: Added video attributes autoplay, loop, muted, preload - feat: Upgraded related dependencies to the latest version - fix: Fixed the issue that the video does not display in read-only mode - fix: Fixed the issue that the video attributes poster and controls do not take effect - fix: In the code block, the issue that the pasted code does not display - fix: fixed when pasting images in a table, the table is lost when data is backfilled --- - 新增:新增视频属性 autoplay, loop, muted, preload - 优化:升级相关依赖到最新版本 - 修复:修复只读模式下,视频不显示的问题 - 修复:修复视频属性 poster、controls 不生效问题 - 修复:在代码块中,粘贴代码不显示的问题 - 修复:在 table 内粘贴图片时,当数据回填的时候 table 丢失的问题
最后提交信息为:
build: v1.4.0 release (^.^)YYa!!
v1.3.9
c242d74
2025-06-03 10:23
对比
v1.3.9
Michael Yang
- fix: fixed paste in new line if pasteAsText options enable - fix: fix: fixed Uncaught RangeError: Invalid content for node tableCell: `<>` - fix: Fix the problem that `p>img` is lost when pasting source code without HTML processing - fix: Fix the problem that `p>img` is lost when setContent is not processed with HTML - fix: Pasting in a new line in some cases - docs: Modify the level of pasteAsText in the basic configuration sample code. There is no pasteAsText under the AiEditorOptions type --- - 修复: 修复源代码粘贴没有进行 html 处理导致 `p>img` 丢失问题 - 修复: 修复 setContent 没有进行 html 处理导致 `p>img` 丢失等问题 - 修复: 粘贴表格出现 RangeError: Invalid content for node tableCell: `<>` 错误的问题 - 修复:粘贴时在某些情况下会粘贴在新行的问题 - 文档: 修改基础配置 示例代码中的 pasteAsText 的层级。AiEditorOptions 类型下没有 pasteAsText
最后提交信息为:
build: v1.3.9 release (^.^)YYa!!
v1.3.8
108e43a
2025-05-13 13:21
对比
v1.3.8
Michael Yang
- feat: Added the ability to support background and color configuration in tables, thanks @maonianyou - feat: Added support for AI configuration of commandsEnable - refactor: Optimized the configuration and automatic prompts for large models - refactor: Optimized the problem that pop-up prompts disappear automatically when the mouse moves out of the editor - refactor: clearDataPmSlice supports pasting code blocks - refactor: Optimized the code logic of pasting - refactor: When the table is too long, select the bottom cell of the table, and the table operation pop-up box is above the table header, which will appear hidden and invisible - refactor: When pasting an image, there will be a blank row above the image, and the mouse will automatically focus on the row - refactor: When switching between title and text on the mobile phone, the menu automatically hides --- - 新增:表格添加支持 background 和 color 配置的能力,感谢 @maonianyou - 新增:添加 commandsEnable 的 AI 配置的支持 - 优化:优化对大模型的配置和自动提示 - 优化:优化弹出提示在鼠标移出编辑器时自动消失的问题 - 优化:clearDataPmSlice 支持粘贴代码块 - 优化:优化粘贴的代码逻辑 - 优化:表格过长的情况下,选中表格最下方单元格,表格操作弹框在表头上方,会出现隐藏看不见的情况 - 优化:粘贴图片时,图片上方会有一个空白的行,且鼠标自动聚焦到该行的问题 - 优化:在手机端切换标题和文本时,菜单自动隐藏的问题
最后提交信息为:
build: v1.3.8 release (^.^)YYa!!
v1.3.6
e2d0610
2025-03-12 09:54
对比
v1.3.6
Michael Yang
- feat: Added alwaysEnabledToolbarKeys configuration to specify that certain buttons are always enabled - feat: Optimized the AI command menu to make its code more concise - feat: aie-undo duplicate definition problem - fix: When selecting an existing image in the editor first and then inserting another image, the "Applying a mismatched transaction" error appears - fix: Fixed some typos in AI prompt words that may cause AI to misunderstand - fix: Image configuration defaultSize does not work - fix: Code block does not wrap after AI automatically comments --- - 新增:添加 alwaysEnabledToolbarKeys 配置,用于指定某些按钮永远处于不被禁用 - 优化:优化 AI 命令菜单,使其代码更加简洁 - 优化:aie-undo 重复定义的问题 - 修复:当先选择编辑器里已存在的图片,再插入一张图片时,出现 "Applying a mismatched transaction" 错误 - 修复:修复 AI 提示词的一些错别字,可能导致 AI 理解错误的问题 - 修复:图片配置 defaultSize 不起作用的问题 - 修复:代码块通过 AI 自动注释之后代码不换行问题修改
最后提交信息为:
build: v1.3.6 release (^.^)YYa!!
v1.3.5
dcccd8b
2025-02-12 10:29
对比
v1.3.5
Michael Yang
- feat: Optimize the experience and cancel the pop-up of the floating menu in the code block - feat: Optimize the tools and methods such as organizeHTMLContent - feat: In read-only mode, do not disable the "Print" and "Full Screen" buttons - fix: taskList cannot be converted to markdown, and taskList of markdown cannot be converted to html - fix: The problem that the strikethrough in html cannot be converted to `~~` - fix: Fix the problem that removeEmptyParagraphs accidentally deletes images in some cases --- - 优化: 优化体验,取消浮动菜单在代码块的弹出 - 优化:优化 organizeHTMLContent 等工具方法 - 优化:在只读模式下,不禁用 “打印” 和 “全屏” 按钮 - 修复:taskList 无法转换为 markdown,markdown 的 taskList 也无法转换为 html 的问题 - 修复:html 中的删除线无法转换为 `~~` 的问题 - 修复:修复 removeEmptyParagraphs 在某些情况下误删图片的情况
最后提交信息为:
build: v1.3.5 release (^.^)YYa!!
v1.3.4
eae15b0
2025-01-02 09:36
对比
v1.3.4
Michael Yang
- feat: Added custom color and color selection functions to the highlight block - feat: htmlUtil added createElement method - feat: AIMenu added onClick configuration support - feat: Added onFullscreen event listener configuration support - feat: Optimize InnerEditor's options assignment - feat: Optimize markdown's parsing of highlight blocks - feat: Optimize AIMenu's default prompt words - fix: The problem of inserting content in the click event of the custom image in the toolbar reported an error - fix: The event of AiCommand is undefined - fix: The mention function cannot display the label --- - 新增:高亮块新增自定义颜色和选择颜色的功能 - 新增:htmlUtil 添加 createElement 方法 - 新增:AIMenu 添加 onClick 配置的支持 - 新增:添加 onFullscreen 的事件监听的配置支持 - 优化:优化 InnerEditor 的 options 赋值 - 优化:优化 markdown 对高亮块的解析 - 优化:优化 AIMenu 的默认提示词 - 修复:在工具栏的自定义图片的点击事件插入内容报错的问题 - 修复:AiCommand 的 event 为 undefined 的问题 - 修复:提及(mention)功能无法显示 label 的问题
最后提交信息为:
build: v1.3.4 release (^.^)YYa!!
v1.3.3
bad3388
2024-12-21 21:13
对比
v1.3.3
Michael Yang
- feat: Add link configuration to images - feat: Add alt, title and other attribute configuration to images - feat: Add onClick configuration support to AIMenu - fix: When migrating edited data from wangEditor to AIEditor, some images are not displayed - fix: When there are multiple editor instances on the same page, the number of characters counted is inaccurate - fix: When the menu is in the active state, the corners are not rounded. - fix: fix parse init html error if the content is text only - doc: update ai command docs - doc: update comment docs --- - 新增:图片添加链接配置的功能 - 新增:图片添加 alt、title 等属性配置的功能 - 新增:AIMenu 添加 onClick 配置的支持 - 修复:wangEditor 编辑数据迁移到 AIEditor 时,某些图片不显示的问题 - 修复:当同一个页面存在多个编辑器实例时,右下角统计字符数不准确 - 修复:菜单在 active 的状态时,不是圆角的。 - 修复:修复当初始化内容为存文本时 html 解析错误的问题 - 文档:更新 ai command 的相关文档 - 文档:更新评论(批注)的相关文档
最后提交信息为:
build: v1.3.3 release (^.^)YYa!!
v1.2.9
f82d088
2024-12-17 09:56
对比
v1.2.9
Michael Yang
- feat: Added changeTheme() method for dynamic theme switching - feat: Optimized the color variables related to dark and light themes - feat: Adjusted the size of emoji to use the toolbarSize configuration - feat: Optimized the related tool methods of htmlUtil and mdUtil - fix: When getting markdown, the image content cannot be correctly converted to markdown - fix: When getting markdown, the table cannot be correctly converted to markdown in some cases --- - 新增:添加 changeTheme() 方法,用于动态切换主题 - 优化:优化暗色与亮色主题的相关颜色变量 - 优化:调整 emoji 的大小以在使用 toolbarSize 的配置 - 优化:优化 htmlUtil 和 mdUtil 的相关工具方法 - 修复:获取 markdown 时,图片内容无法正确转换为 markdown - 修复:获取 markdown 时,表格在某些情况下无法正确转换为 markdown
最后提交信息为:
build: v1.2.9 release (^.^)YYa!!
v1.2.8
8f6daf5
2024-12-03 10:17
对比
v1.2.8
Michael Yang
- feat: Added support for the Shift-Tab de-indentation shortcut key in code blocks - feat: Added support for the `:::` syntax of Markdown - feat: Updated related dependencies to the latest version - feat: Modified the model in OpenaiModelConfig to be required - fix: The editor cannot be selected when editing is prohibited under the Android operating system - fix: When inserting an empty ordered list, it cannot be inserted - fix: The markdown content output by AI cannot be inserted correctly - doc: Updated some description errors in the document - doc: Corrected the configuration errors related to openai in the document --- - 新增:代码块添加 Shift-Tab 取消缩进快捷键的支持 - 新增:添加 Markdown 的 `:::` 语法的支持 - 优化:更新相关依赖到最新版本 - 优化:修改 OpenaiModelConfig 中的 model 为必填 - 修复:编辑器在 Android 操作系统下,且禁止编辑时无法选择的问题 - 修复:当插入一个空的有序列表时,无法被插入的问题 - 修复:AI 输出的 markdown 内容无法被正确插入的问题 - 文档:更新文档的一些描述错误 - 文档:修正文档关于 openai 的相关配置错误
最后提交信息为:
build: v1.2.8 release (^.^)YYa!!
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!!
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
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 帐号,请先登录后再操作。
立即登录
没有帐号,去注册