Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 CKEditor 并且正在设置
config.forcePasteAsPlainText = true;
所以我没有从外面得到任何愚蠢的格式。但是,我希望能够从相同(或其他)CKEditor 实例复制和粘贴并保留格式。我该怎么做呢?我没有看到任何这样的设置。可能吗?
感谢您的帮助,我真的很感激。
@Smamatti 是对的。这将无法确定内容的来源。但是,如果您正确配置了高级内容过滤器(例如,保留默认值),那么 CKEditor 会将从所有来源粘贴的数据限制为在其配置中启用的功能。