{"library":"ckeditor5-custom-build","type":"library","category":null,"description":"This package (`ckeditor5-custom-build`) is a foundational repository generated by the CKEditor 5 Online Builder tool, providing a customizable starting point for a rich-text editor. It is not a directly consumable NPM library but rather the source code and build configuration for a tailored CKEditor 5 instance. As a custom build, its version (0.0.6) reflects its initial state as a template, with no regular release cadence for this specific package. Users are expected to modify, build, and integrate the output into their applications. Key differentiators include the ability to hand-pick features and plugins from the CKEditor 5 ecosystem and self-host the resulting editor, offering complete control over the bundle size and included functionalities, contrasting with pre-built distributions like `@ckeditor/ckeditor5-build-classic`. It's primarily intended for web applications that need a highly specific rich-text editing experience, allowing for granular control over toolbar items, plugin configurations, and overall editor behavior.","language":"javascript","status":"active","version":"0.0.6","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ckeditor5-custom-build","imports":["<script src=\"./build/ckeditor.js\"></script>\n<script>\n  ClassicEditor\n    .create( document.querySelector( '#editor' ) )\n    .then( editor => {\n      console.log( 'Editor was initialized', editor );\n    } )\n    .catch( error => {\n      console.error( error.stack );\n    } );\n</script>","import ClassicEditor from './build/ckeditor.js'; // Assuming a ClassicEditor build\n\nClassicEditor\n  .create( document.querySelector( '#editor' ) )\n  .then( editor => {\n    // The editor instance itself, useful for advanced integrations.\n    window.editor = editor;\n  } )\n  .catch( error => {\n    console.error( 'Error initializing editor', error );\n  } );"]},{"cmd":"yarn add ckeditor5-custom-build","imports":[]},{"cmd":"pnpm add ckeditor5-custom-build","imports":[]}],"homepage":"https://ckeditor.com/ckeditor-5/","github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ckeditor5-custom-build","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ckeditor5-custom-build/compatibility"}}