CKEditor 5 NBSP filler canceling
5 sites
No security coverage
This plugin allows you to control whether CKEditor 5 automatically fills empty paragraph and div elements with a non-breaking space. You can configure this behavior independently for each text format.
CKE by default fills empty containers (DIV and P) by NON-BREAKABLE SPACE (NBSP) symbol. It helps to see a container in editor window and allows to put the cursor into the container. But sometimes this behavior is not something you need.
I wrote a small plugin for CKEditor 5, which fixes that behaviour and you may choose where you need NBSP filler and where you don't.
Features
For each text format the plugin introduces options use/don't use NBSP filler for DIV/P.
Post-Installation
Browse text-format settings page and configure NBSP CKE5 settings tab.