Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-block-quote

Package Overview
Dependencies
Maintainers
0
Versions
615
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-block-quote

Block quote feature for CKEditor 5.


Version published
Weekly downloads
446K
decreased by-0.55%
Maintainers
0
Weekly downloads
 
Created

What is @ckeditor/ckeditor5-block-quote?

@ckeditor/ckeditor5-block-quote is a plugin for CKEditor 5 that allows users to easily add and manage block quotes within their content. It provides a simple way to format text as a block quote, which is typically used to highlight a section of text as a quotation.

What are @ckeditor/ckeditor5-block-quote's main functionalities?

Adding a Block Quote

This feature allows you to add a block quote to your editor. By including the BlockQuote plugin and adding 'blockQuote' to the toolbar, users can easily format selected text as a block quote.

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

Customizing Block Quote Styles

This feature allows you to customize the styles of block quotes. By configuring the blockQuote plugin with custom styles, you can apply specific CSS classes to block quotes to match your site's design.

ClassicEditor.create(document.querySelector('#editor'), { plugins: [ BlockQuote, ... ], blockQuote: { styles: { default: { class: 'custom-block-quote' } } } })

Other packages similar to @ckeditor/ckeditor5-block-quote

Keywords

FAQs

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