从 Google 文档粘贴会删除 TinyMCE 中的粗体样式

问题描述 投票:0回答:1

我正在使用 TinyMCE,我注意到当我从 Google 文档复制/粘贴时,所有粗体都会消失,变成普通文本。

在线转载: https://jsfiddle.net/qg4x6ctL/2/

我的选择:

tinymce.init({
  selector: '#content',
  placeholder: "Paste here",
  contextmenu: 'paste',
  plugins: [
    'link',
    'lists',
  ],
  convert_fonts_to_spans: false,
});
tinymce tinymce-6
1个回答
0
投票

它需要 Powerpaste 插件,这是其高级插件的一部分。

https://www.tiny.cloud/docs/tinymce/6/introduction-to-powerpaste/

© www.soinside.com 2019 - 2024. All rights reserved.