
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
grapesjs-plugin-ckeditor
Advanced tools
This plugin replaces the default Rich Text Editor with the CKEditor
grapesjs-plugin-ckeditor
Option | Description | Default |
---|---|---|
options | CKEditor's configuration object, eg. { language: 'en', toolbar: [...], ...} | {} |
position | Position side of the toolbar, options: left, center, right | left |
ckeditor | Pass CKEDITOR constructor or the CDN string from which the CKEDITOR will be loaded. | https://cdn.ckeditor.com/4.21.0/standard-all/ckeditor.js |
customRte | Extend the default customRTE interface. | {} |
onToolbar | Customize CKEditor toolbar element once created, eg. onToolbar: (el) => { el.style.minWidth = '350px' } | `` |
https://unpkg.com/grapesjs-plugin-ckeditor
npm i grapesjs-plugin-ckeditor
git clone https://github.com/GrapesJS/ckeditor.git
<link href="path/to/grapes.min.css" rel="stylesheet"/>
<script src="path/to/grapes.min.js"></script>
<script src="path/to/grapesjs-plugin-ckeditor.min.js"></script>
<div id="gjs"></div>
<script type="text/javascript">
var editor = grapesjs.init({
container : '#gjs',
plugins: ['grapesjs-plugin-ckeditor'],
pluginsOpts: {
'grapesjs-plugin-ckeditor': {/* ...options */}
}
});
</script>
Clone the repository
$ git clone https://github.com/GrapesJS/ckeditor.git
$ cd ckeditor
Install dependencies
$ npm i
Start the dev server
$ npm start
BSD 3-Clause
FAQs
Replace the built-in RTE with CKEditor
The npm package grapesjs-plugin-ckeditor receives a total of 4,979 weekly downloads. As such, grapesjs-plugin-ckeditor popularity was classified as popular.
We found that grapesjs-plugin-ckeditor demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.