CKEditor-NBSP-tools-Plugin - buttons to manage
CKEditor 4 plugin for managing non-break spaces
in text
The plugin add three buttons to CKEditor:
- Show/Hide non-break spaces in text (nbsp's should be hidden before saving text)
- Insert non-break space in text (Ctrl+Shift+Space)
- Clear all non-break spaces in text (replace with plain spaces)
Non-Breaking Space for CKEditor Copyright (C) 2016 Kevin Wenger of Antistatique
1.2
GPL 2, for bundled thirdparty components see the respective subdirectories.
- v1.2 - style .cke_nbsp for nbsp's span is now defined in CKE onLoad event to support both inline and standalone CKE
- v1.1 - Fix for nbsp in other spans
- v1.0 - Initial release