Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@ckeditor/ckeditor5-horizontal-line
Advanced tools
@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.
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', ... ] })
This package provides basic text styling options such as bold, italic, and underline. While it does not specifically offer horizontal lines, it complements the @ckeditor/ckeditor5-horizontal-line package by providing additional text formatting options.
This package allows users to create and manage paragraphs within CKEditor 5. It is similar to @ckeditor/ckeditor5-horizontal-line in that it helps structure content, but it focuses on paragraph formatting rather than inserting horizontal lines.
Quill is a modern WYSIWYG editor that offers a variety of formatting options, including the ability to insert horizontal lines. It is a more comprehensive editor compared to @ckeditor/ckeditor5-horizontal-line, which is a specific plugin for CKEditor 5.
This package implements the horizontal line feature for CKEditor 5.
Check out the demo in the horizontal line feature guide.
See the @ckeditor/ckeditor5-horizontal-line
package page as well as the horizontal line feature guide in the CKEditor 5 documentation.
npm install ckeditor5
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.
FAQs
Horizontal line feature for CKEditor 5.
The npm package @ckeditor/ckeditor5-horizontal-line receives a total of 227,187 weekly downloads. As such, @ckeditor/ckeditor5-horizontal-line popularity was classified as popular.
We found that @ckeditor/ckeditor5-horizontal-line demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.