Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@ckeditor/ckeditor5-remove-format

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-remove-format

Remove format feature for CKEditor 5.


Version published
Weekly downloads
370K
increased by0.47%
Maintainers
1
Weekly downloads
 
Created
Issues
1284

What is @ckeditor/ckeditor5-remove-format?

@ckeditor/ckeditor5-remove-format is a plugin for CKEditor 5 that allows users to remove formatting from selected text. This can be particularly useful in rich text editors where users may want to clear styles and formatting applied to text, reverting it to plain text.

What are @ckeditor/ckeditor5-remove-format's main functionalities?

Remove Formatting

This feature allows users to remove all formatting from the selected text. The code sample demonstrates how to integrate the RemoveFormat plugin into a CKEditor 5 instance and add the 'removeFormat' button to the toolbar.

ClassicEditor.create(document.querySelector('#editor'), { plugins: [ RemoveFormat ], toolbar: [ 'removeFormat' ] })

Other packages similar to @ckeditor/ckeditor5-remove-format

FAQs

Package last updated on 06 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts