如何保持chrome格式?
在chrome中,将随机页面从google搜索结果页面复制粘贴到编辑器中
tinymce.init({
selector: 'textarea',
height: 500,
theme: 'modern',
plugins: 'powerpaste paste',
toolbar1: 'paste | removeformat',
paste_webkit_styles: "all",
paste_enable_default_filters: false,
paste_remove_styles_if_webkit: false,
paste_retain_style_properties: "all"
});
https://codepen.io/anon/pen/GwPmJb
我可以将tinymce更改为任何编辑器,只要它能完成工作即可。
成为: