Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-select-all

Package Overview
Dependencies
9
Maintainers
1
Versions
443
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
Maintainers
1
Install size
23.2 MB
Created

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

Changelog

Source

41.4.2 (May 17, 2024)

We are excited to announce the release of CKEditor 5 v41.4.2. This patch release addresses an important issue and ensures compatibility with the Jest environment.

Bug fixes

  • utils: Prevented error thrown when editor files are imported in an environment without the window global object. Closes #16368. (commit)

Released packages

Check out the Versioning policy guide for more information.

<details> <summary>Released packages (summary)</summary>

Other releases:

</details>

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.

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 17 May 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