Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

ueditor导入导出word #3230

Open
wants to merge 51 commits into
base: dev-2.0.0
Choose a base branch
from
Open

ueditor导入导出word #3230

wants to merge 51 commits into from

Conversation

risc64
Copy link

@risc64 risc64 commented Aug 17, 2017

ueditor能否导入导出word带文本格式?包括字体、居中,分页等

sjshare and others added 30 commits May 16, 2016 13:39
修改本地图片上传,当上传文件出现超出大小或格式不允许时,移除文件后文件总数及总大小出错问题。
修改本地文件上传,当上传文件超出大小或格式不允许时,点击移除后文件总数及总大小出错bug。
更改gruntfile和package.json中过时的配置项
iconv函数无法将unicode转换为utf-8(会有警告),更换为mb_convert_encoding函数
修改本地文件上传bug
修复在webpack下的bug:
Module not found: Error: Cannot resolve 'file' or 'directory' ../images/charts.png  in
现有的htmlParser 节点正则表达式无法匹配:<div style="text-align:center;font-family:" font-size:14px;"=""><img src="http://hs-album.oss.aliyuncs.com/static/27/78/35/image/20161206/20161206174331_41105.gif" alt="" /><br /></div>
修改正则表达式:
修改htmlParser的正则表达式,增强html解析的容错能力
修复 autoheight 插件在 UE 实例销毁后,因 onscroll 事件监听没有正常取消监听导致 me.window 报 undefined 错误的问题
更改图片尺寸大小bug
修复 autoheight 插件在 destroy 后 onscroll 报错的问题
干掉关于table表头合并逻辑的特殊处理,该逻辑会导致表头合并出错
解决执行 grunt defalut 命令时抛出错误 TypeError: Cannot read property '1' of null
1.支持背景图片的抓取
2.抓取图片时添加loading
3.抓取失败时显示失败的图片而不是不处理
4.事件 catchremotesuccess 添加成功抓取和抓取失败的dom列表参数
优化远 程抓取图片插件(catchremoteimage) 的相关代码
抓取远程图片失败后 _src 应是failIMG , 不然会影响getContent()输出的值
@txb2d
Copy link

txb2d commented Aug 29, 2017

我用的是php版本的ueditor,多图上传和远程抓图,每次上传一张图片并入库时候,我想往客户端写一个cookie。这个是做附件关联文章使用。可是郁闷的事情发上了,多图上传为什么,只把最后一个入库的图片或者附件ID写入cookie。前面的上传入库的图片或者附件id。都不能写入cookie~怎么回事的好几天了,我都没有解决这个问题!谢谢!!

Phinome and others added 12 commits September 5, 2017 19:51
新增安全通告
修复问题:在关闭xss过滤前提下,当选择多个td(td中含有textarea)并修改单元格对齐方式时,td中的textarea会被清空
小写的 timezone_set Asia/chongqing 在 linux 下有问题。
## 问题
编缉源码状态下,`.blur()` 方法无法使编辑器失去焦点;`.focus()` 方法不但无法使编缉器获得焦点,还会使编辑器无法接收键盘操作。

## 解决
修改 source 插件,使用与 `.getContent()` 和 `.setContent()` 相同的处理方式,在开启源码编辑模式时对编辑器的 `.focus()` 和 `.blur()` 方法进行覆盖,并在关闭源码编辑模式时还原。
修复编辑源码状态下,`.focus()`和`.blur()`失效的问题
修复当图片带有GET参数时,无法本地化的bug
修复调整单元格对齐方式会导致td中textarea元素丢失的问题
@Mrshihe
Copy link

Mrshihe commented Jun 14, 2018

ueditor导出成word有办法了么?

lujiaxing and others added 3 commits July 18, 2018 15:54
Make the header same with /plugins/autoupload.js
See:
/fex-team/ueditor/blob/089c7dee81cf06bf68a4ff6a362a7dcf4511d78b/_src/plugins/autoupload.js#L119
Update image.js to make image uploader send same header with drag-drop-uploading
@Tuyuda
Copy link

Tuyuda commented Sep 13, 2018

ueditor导出成word有办法了么?

JS导出吧,兄弟

@nik2011
Copy link

nik2011 commented Jan 3, 2019

ueditor能否导入导出word带文本格式?包括字体、居中,分页等

请问 UEditorSnapscreen插件为什么没用效果

@chenpanpan0809
Copy link

现在ueditor能不能使用word导入预览,保存,并导出

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet