{"id":13901392,"url":"https://github.com/GrapesJS/ckeditor","last_synced_at":"2025-07-17T22:30:29.528Z","repository":{"id":37413215,"uuid":"87596874","full_name":"GrapesJS/ckeditor","owner":"GrapesJS","description":"This plugin replaces the default Rich Text Editor with the one from CKEditor","archived":false,"fork":false,"pushed_at":"2024-05-28T12:38:11.000Z","size":297,"stargazers_count":104,"open_issues_count":26,"forks_count":103,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-21T11:19:22.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrapesJS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-08T00:31:40.000Z","updated_at":"2024-10-18T11:55:36.000Z","dependencies_parsed_at":"2024-06-18T13:59:22.770Z","dependency_job_id":null,"html_url":"https://github.com/GrapesJS/ckeditor","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":"0.027027027027026973","last_synced_commit":"87ea344e91aa9b1e80c890e7fb7af9eb971a384c"},"previous_names":["artf/grapesjs-plugin-ckeditor"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fckeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fckeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fckeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrapesJS%2Fckeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrapesJS","download_url":"https://codeload.github.com/GrapesJS/ckeditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226305364,"owners_count":17603799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T21:01:19.555Z","updated_at":"2024-11-25T09:31:21.228Z","avatar_url":"https://github.com/GrapesJS.png","language":"TypeScript","readme":"# GrapesJS CKEditor\n\nThis plugin replaces the default Rich Text Editor with the CKEditor\n\n[Demo](https://grapesjs.com/demo-newsletter-editor.html)\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"http://grapesjs.com/img/screen-ckeditor.jpg\" alt=\"GrapesJS\" align=\"center\"/\u003e\u003c/p\u003e\n\u003cbr/\u003e\n\n## Summary\n\n* Plugin name: `grapesjs-plugin-ckeditor`\n\n\n\n\n## Options\n\n|Option|Description|Default|\n|-|-|-\n|`options`|CKEditor's configuration [object](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html), eg. `{ language: 'en', toolbar: [...], ...}`|`{}`|\n|`position`|Position side of the toolbar,  options: `left, center, right`|`left`|\n|`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`|\n|`customRte`|Extend the default [customRTE interface](https://grapesjs.com/docs/guides/Replace-Rich-Text-Editor.html).|`{}`|\n|`onToolbar`|Customize CKEditor toolbar element once created, eg. `onToolbar: (el) =\u003e { el.style.minWidth = '350px' }`|``|\n\n\n\n\n## Download\n\n* CDN\n  * `https://unpkg.com/grapesjs-plugin-ckeditor`\n* NPM\n  * `npm i grapesjs-plugin-ckeditor`\n* GIT\n  * `git clone https://github.com/GrapesJS/ckeditor.git`\n\n\n\n\n## Usage\n\n```html\n\u003clink href=\"path/to/grapes.min.css\" rel=\"stylesheet\"/\u003e\n\u003cscript src=\"path/to/grapes.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/grapesjs-plugin-ckeditor.min.js\"\u003e\u003c/script\u003e\n\n\u003cdiv id=\"gjs\"\u003e\u003c/div\u003e\n\n\u003cscript type=\"text/javascript\"\u003e\n  var editor = grapesjs.init({\n      container : '#gjs',\n      plugins: ['grapesjs-plugin-ckeditor'],\n      pluginsOpts: {\n        'grapesjs-plugin-ckeditor': {/* ...options */}\n      }\n  });\n\u003c/script\u003e\n```\n\n\n\n## Development\n\nClone the repository\n\n```sh\n$ git clone https://github.com/GrapesJS/ckeditor.git\n$ cd ckeditor\n```\n\nInstall dependencies\n\n```sh\n$ npm i\n```\n\nStart the dev server\n\n```sh\n$ npm start\n```\n\n\n\n## License\n\nBSD 3-Clause\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGrapesJS%2Fckeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGrapesJS%2Fckeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGrapesJS%2Fckeditor/lists"}