Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-horizontal-line

Package Overview
Dependencies
Maintainers
0
Versions
596
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-horizontal-line

Horizontal line feature for CKEditor 5.


Version published
Weekly downloads
234K
increased by0.35%
Maintainers
0
Weekly downloads
 
Created

What is @ckeditor/ckeditor5-horizontal-line?

@ckeditor/ckeditor5-horizontal-line is a plugin for CKEditor 5 that allows users to insert horizontal lines into their content. This can be useful for visually separating sections of text or other content within the editor.

What are @ckeditor/ckeditor5-horizontal-line's main functionalities?

Inserting a Horizontal Line

This feature allows users to insert a horizontal line into the content. The code sample demonstrates how to configure CKEditor 5 to include the HorizontalLine plugin and add a button to the toolbar for inserting horizontal lines.

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

Other packages similar to @ckeditor/ckeditor5-horizontal-line

Keywords

FAQs

Package last updated on 01 Sep 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc