Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-select-all

Package Overview
Dependencies
10
Maintainers
1
Versions
475
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ckeditor/ckeditor5-select-all

Select all feature for CKEditor 5.


Version published
Weekly downloads
424K
decreased by-16.62%
Maintainers
1
Created
Weekly downloads
 

Package description

What is @ckeditor/ckeditor5-select-all?

@ckeditor/ckeditor5-select-all is a plugin for CKEditor 5 that allows users to select all content within the editor with a single command. This can be particularly useful for text manipulation, formatting, and other editing tasks.

What are @ckeditor/ckeditor5-select-all's main functionalities?

Select All Content

This feature allows users to select all the content within the CKEditor 5 instance. By including the SelectAll plugin in the editor configuration, users can easily select all text for further actions like copying, cutting, or formatting.

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

Keyboard Shortcut

This feature binds the 'Ctrl+A' keyboard shortcut to the select all command, making it easy for users to quickly select all content using a familiar shortcut.

editor.keystrokes.set('Ctrl+A', 'selectAll');

Other packages similar to @ckeditor/ckeditor5-select-all

Readme

Source

CKEditor 5 select all feature

npm version Coverage Status Build Status

This package implements the select all feature for CKEditor 5.

Demo

Check out the demo in the select all feature guide.

Documentation

See the @ckeditor/ckeditor5-select-all package as well as the select all feature guide in CKEditor 5 documentation.

Installation

npm install ckeditor5

License

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file or https://ckeditor.com/legal/ckeditor-oss-license.

Keywords

FAQs

Last updated on 09 Jun 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc