You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to create a normal editor with only a Bold and Italic button where the user can input just a single line of text / a single paragraph. The enter key should be disabled. Not more than one P tag should be allowed. (I only need a single line but it'd be okay if the content was enclosed in a single P tag though). I had some success with:
removePlugins=['Essentials'];
plugins=['Typing'];
I can now type and the Enter key is disabled. Great! But I'd also like to be able to copy and paste (and have undo capabilities) . But as soon as I add 'Clipboard' as a plugin, the enter key starts working again :-(
Why does the Clipboard plugin depend on Paragraphs? Is there any way around this? How can I configure CKEditor5 to only allow a single paragraph with working clipboard?
The text was updated successfully, but these errors were encountered:
I think #762 would need to be done before it works on an acceptable level. But I'm surprised Clipboard depends on Paragraph and I could find the connection quickly. @niegowski do you know?
I'd like to create a normal editor with only a Bold and Italic button where the user can input just a single line of text / a single paragraph. The enter key should be disabled. Not more than one P tag should be allowed. (I only need a single line but it'd be okay if the content was enclosed in a single P tag though). I had some success with:
I can now type and the Enter key is disabled. Great! But I'd also like to be able to copy and paste (and have undo capabilities) . But as soon as I add 'Clipboard' as a plugin, the enter key starts working again :-(
Why does the Clipboard plugin depend on Paragraphs? Is there any way around this? How can I configure CKEditor5 to only allow a single paragraph with working clipboard?
The text was updated successfully, but these errors were encountered: