登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
应用工具
>
文本编辑
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
8
Star
121
Fork
28
易阳
/
am-editor
代码
Issues
1
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
@aomao/engine@2.10.1
ccc1164
2023-03-19 16:28
对比
@aomao/engine@2.10.1
易阳
- 使用 Yjs 和新的数据结构 全部替换 OT
最后提交信息为:
Publish
@aomao/engine@2.9.45
83ae488
2022-10-07 23:19
对比
@aomao/engine@2.9.45
易阳
## What's Changed * fix: method getFileSize to support byte by @r4ggj in https://github.com/red-axe/am-editor/pull/260 * feat: markdown语法支持生成mermaid图表 by @kim-xie in https://github.com/red-axe/am-editor/pull/262 * feat: add `onSelectStart` and `onSelectEnd` events * refactor: Toolbar popup mode pops up after selection is complete ## New Contributors * @r4ggj made their first contribution in https://github.com/red-axe/am-editor/pull/260 * @kim-xie made their first contribution in https://github.com/red-axe/am-editor/pull/262 **Full Changelog**: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.39...@aomao/engine@2.9.45
最后提交信息为:
Publish
@aomao/engine@2.9.39
f24ee03
2022-09-07 14:13
对比
@aomao/engine@2.9.39
易阳
## What's Changed * fix: 🐞 修复连续复制heading锚点错误 by @jonsam-ng in https://github.com/red-axe/am-editor/pull/241 * feat: 添加标签插件 by @myprelude in https://github.com/red-axe/am-editor/pull/243 * fix: 修复聚焦的问题 by @myprelude in https://github.com/red-axe/am-editor/pull/245 * fix: 修改antd版本 by @myprelude in https://github.com/red-axe/am-editor/pull/250 ## New Contributors * @jonsam-ng made their first contribution in https://github.com/red-axe/am-editor/pull/241 **Full Changelog**: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.37...@aomao/engine@2.9.39
最后提交信息为:
Publish
@aomao/engine@2.9.37
76ee58c
2022-08-27 20:25
对比
@aomao/engine@2.9.37
易阳
# 修复 - 粘贴后记录的光标位置错误 - 卡片工具栏tip气泡边界显示问题 - 光标变化后选中的marks未更新 - 卡片重复渲染后resizeModel实例丢失 [#236](https://github.com/red-axe/am-editor/issues/236) - `plugin-table` 出现横向滚动条时,进行调整行高度时,操作条 宽度 多出14px; - `plugin-table` 复制表格内容的时候未把text写入到剪贴板 - `plugin-heading` 设置 showAnchor: false 无效 [#235](https://github.com/red-axe/am-editor/issues/235) ## What's Changed * fix: table 出现横向滚动条时,进行调整行高度时,操作条 宽度 多出14px; 选中行头部,移入 加号 时,操作条移出 表单 优化 by @SmartWuJun in https://github.com/red-axe/am-editor/pull/223 * feat: 添加多功能代码块插件 by @myprelude in https://github.com/red-axe/am-editor/pull/229 **Full Changelog**: https://github.com/red-axe/am-editor/compare/@aomao/engine@2.9.33...@aomao/engine@2.9.37
最后提交信息为:
Publish
@aomao/engine@2.9.33
75a2583
2022-08-03 09:15
对比
@aomao/engine@2.9.33
易阳
# Bugs - `event` 按下 delete 键错误的触发了keydown:backspace事件 - `table` 右键菜单内的事件被重复绑定
最后提交信息为:
Publish
@aomao/engine@2.9.31
329b05f
2022-07-29 22:51
对比
@aomao/engine@2.9.31
易阳
# 改进 - table: 右键菜单增加行数/列数最大限制到100 - lightblock:添加 markdown 命令 `::: tip` - image: 在图片被粘贴时,优先从img属性和css中获取图片的高度和宽度 - markdown: 使用 import 代替 require 引入相关解析库,使用 vite build 时无法使用 require - onBeforeRender 可选项增加第三个参数 engine 实例 # Bugs - table: 单元格执行上下对齐后未触发 change 事件 - table: 最大化后滚动条位置没有随着浏览器滚动而更新 - table: 只读状态下错误的执行了粘贴命令 - card:上传类型的卡片,在上传成功后执行 `撤销 -> 重做` 后未还原显示上传成功后的状态 - 大部分节点的 data-id 未正确生成,导致部分操作异常
最后提交信息为:
Publish
@aomao/engine@2.9.29
54bca36
2022-07-22 20:00
对比
@aomao/engine@2.9.29
易阳
# Bugs - `request` 使用 FormData 无法成功设置 data #211 # 改进 - `lightblock` 增加高亮插件 https://editor.aomao.com/plugin/plugin-lightblock #209 - `table` 表格转换html时增加 `data-table-no-border` 标识 #212
最后提交信息为:
Publish
@aomao/engine@2.9.28
9578eb9
2022-07-19 18:58
对比
@aomao/engine@2.9.28
易阳
# Bugs - `markdown` 在一行开头执行markdown命令,这行后面的内容会被删除掉 - `table` 导出table的html增加一个div包裹,否则100%的宽度下会溢出 - `card` 懒加载卡片造成撤销重做异常
最后提交信息为:
Publish
@aomao/engine@2.9.26
e3026f6
2022-07-12 13:02
对比
@aomao/engine@2.9.26
易阳
# Bugs - `toolbar` gloabl未定义 - `change.insert`:在根节点下粘贴会导致结构混乱 - 将引擎添加到 peerDependencies #202
最后提交信息为:
Publish
@aomao/engine@2.9.25
3d93b80
2022-07-05 13:53
对比
@aomao/engine@2.9.25
易阳
# Bugs - mark:复杂的嵌套包装会导致结构错误 - inline: 插入内联节点导致内联节点嵌套 #199 - getFiles: 设置多个计算文件数错误 #201
最后提交信息为:
Publish
@aomao/engine@2.9.24
c8ab86b
2022-06-29 13:38
对比
@aomao/engine@2.9.24
易阳
# 改进 - sub & sup 插件互不嵌套 - 编辑器失焦不再禁用工具栏 # Bugs - 日文输入不会触发 change 事件 - 在卡片上输入会错误的删除卡片结构
最后提交信息为:
Publish
@aomao/engine@2.9.21
40ca1ec
2022-06-23 20:22
对比
@aomao/engine@2.9.21
易阳
# Bugs - `card` 可编辑卡片懒加载会被错误的写入历史记录 - `toolbar` 优化移动端工具栏 #188 - `plugin-table` 表格在只读状态下复制后内容丢失
最后提交信息为:
Publish
@aomao/engine@2.9.19
4d51bcd
2022-06-16 20:34
对比
@aomao/engine@2.9.19
易阳
# 改进 - `getText` 可以通过 engine.getText() 获取当前文档中的文本,如果需要卡片内的文本可以监听 parser:text 事件进行解析 # Bugs - `parser` 过滤节点之间的换行等制表符 - `input` safari浏览器中,在列表前面输入中文会多出换行 #187 - `card` 全选文档并按下删除键,如果卡片在最后会导致卡片未删除 - `select` 在Range 未改变的情况下设置mark样式,toolbar 状态未显示正确
最后提交信息为:
Publish
@aomao/engine@2.9.18
0280891
2022-06-16 00:16
对比
@aomao/engine@2.9.18
易阳
# 改进 - `mention` 使用回车按键选择时,阻止事件冒泡 # Bugs - `paste` 粘贴丢失部分 mark 样式信息,并过滤掉一些无效的制表符 - `codeblock` 解析markdown后,最后会多一个换行符
最后提交信息为:
Publish
@aomao/engine@2.9.17
84d7e28
2022-06-14 17:26
对比
@aomao/engine@2.9.17
易阳
# 改进 - `table` 鼠标移过表格时,使用延迟显示可拖动的蓝色线条 # Bugs - `mention` 在不是可编辑的卡片内输入 @ 符号,会执行 `mention` 插件的弹窗 - `table` 拉动单元格大小不会自动调整表格的宽度
最后提交信息为:
Publish
@aomao/engine@2.9.16
786287e
2022-06-07 17:11
对比
@aomao/engine@2.9.16
易阳
# 改进 - `link` 增加 enableToolbar & onLinkClick 可选项 https://editor.aomao.com/zh-CN/plugin/plugin-link#enabletoolbar - `math` 导出 MathOptions 类型 - `mention` 导出 MentionOptions 类型 # Bugs - `ot` 协作者离开后未删除绘制的协同光标背景 - `quote` 引用块内的文字选中后无法删除 - `ot-server` 多个嵌套节点删除无法同步
最后提交信息为:
Publish
@aomao/engine@2.9.15
84e081c
2022-06-06 16:08
对比
@aomao/engine@2.9.15
易阳
# 改进 - `markdown` 按下回车也执行降价检查 # Bugs - `ot` 插入文本以生成操作偶尔的索引错误 - `table` 不能在表格的两边粘贴新表格 - `block` 块级节点粘贴位置错误 - `list` 列表不能插入到标题节点位置
最后提交信息为:
Publish
@aomao/engine@2.9.12
50e130b
2022-05-30 13:12
对比
@aomao/engine@2.9.12
易阳
# 改进 - `ot-server` 优化协同服务端 - `ot` 只针对当前修改内容的协同者重绘协作光标,减少计算量 - `card` 可编辑器卡片在协同过程中不再执行异步渲染,非协同中可执行 # Bugs - `table` 有多个合并单元格选中位置不准确 - `file` options 中的 accept 属性无效 - `video` 某些操作会导致协同死循环更新卡片值
最后提交信息为:
Publish
@aomao/engine@2.9.9
103712c
2022-05-28 16:29
对比
@aomao/engine@2.9.9
易阳
# Bugs - `link`: 粘贴中未解析到文字链接
最后提交信息为:
Publish
@aomao/engine@2.9.8
8015eab
2022-05-27 16:15
对比
@aomao/engine@2.9.8
易阳
# 改进 - `ot` 优化协作编辑性能 `ot-server` 中需要对协作者的光标变化进行处理 ```ts if (action === 'broadcast') { if (data.type === 'select') { if ('remove' in data.body) { const index = doc.selection.findIndex( (selection) => selection.uuid === data.body.uuid, ); if (index > -1) { doc.selection.splice(index, 1, data.body); } else { doc.selection.push(data.body); } } } doc.broadcast( 'broadcast', data, (m) => m.uuid !== uuid, ); } ``` - `change` 调整选择光标更改事件的时间 # Bugs - `link` 使用 markdown 转换插入重复的字符链接 - `getSelectionData` 无法获取可编辑节点内的数据 - `markrange` 无法评论 [#178](https://github.com/red-axe/am-editor/issues/178)
最后提交信息为:
Publish
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
TypeScript
1
https://gitee.com/aomao/am-editor.git
git@gitee.com:aomao/am-editor.git
aomao
am-editor
am-editor
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册