码迷,mamicode.com
首页 > 其他好文 > 详细

关于tinymce复制word里的图片

时间:2021-06-17 16:25:15      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ast   nta   效果   参数   地址   pow   external   plugin   bsp   

首先下载powerpaste-4.0.1-317(分版本5.x用这个)- 4.x用powerpaste-3.3.3-308

下载地址:https://github.com/9kg/tinymce_powerpaste

技术图片

把你下载的依赖包放在public里 

在init里配置

convert_urls: false,
external_plugins: {
  powerpaste: `/tinymce/plugins/powerpaste/plugin.min.js` // 注意这里路径一定要写对!!!一定要写对 然后在puligins里添加
},
end_container_on_empty_block: true,
powerpaste_word_import: ‘propmt‘,// 参数可以是propmt, merge, clear,效果自行切换对比
powerpaste_html_import: ‘propmt‘,// propmt, merge, clear
powerpaste_allow_local_images: true,
paste_data_images: true

 

关于tinymce复制word里的图片

标签:ast   nta   效果   参数   地址   pow   external   plugin   bsp   

原文地址:https://www.cnblogs.com/Lyx1223/p/14890182.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!