
Security News
Rolldown Pulls Rust React Compiler Integration After Binary Size Increase
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.
@samhammer/ssp-ckeditor5-build-inline
Advanced tools
The inline editor build of CKEditor 5 – the best browser-based rich text editor.
Custom inline editor build for CKEditor 5 with additional Plugins from Samhammer AG.
While development you can link plugins by its source code instead of package. This is done with lerna. (https://github.com/lerna/lerna)
Just create a folder "packages" in the root of this project and checkout your plugin to this folder
See also: lerna.json
After checkout the project has to be initialized once before building it.
Ensure that you have a global installation of lerna 2.x.
Just run the following command to initialize the project and make it linkable (see further information below):
npm run bootstrap
Run one of the following commands to create a production (minified) or dev version
npm run build
npm run builddev
This build can be referenced in other yarn based projects while development. This is done with the yarn link feature.
See also: https://yarnpkg.com/lang/en/docs/cli/link/
Yarn link is directly executed by the "yarn bootstrap" command. After this the development version of the package is provided for linking.
Execute the following command in your target project to use the dev version of the inline build:
yarn link @samhammer/ssp-ckeditor5-build-inline
Include in your JavaScript application:
import InlineEditor from '@samhammer/ckeditor5-build-inline';
InlineEditor
.create(document.querySelector('#editor'))
.then(editor => {
window.editor = editor;
})
.catch(err => {
console.error(err.stack);
});
For publishing an npm account that is referenced to the organization is required.
See the following how to:
https://yarnpkg.com/en/docs/publishing-a-package
If everything is configured correctly just count up the version number in our package.json and execute the following command:
npm publish
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.
FAQs
The inline editor build of CKEditor 5 – the best browser-based rich text editor.
The npm package @samhammer/ssp-ckeditor5-build-inline receives a total of 8 weekly downloads. As such, @samhammer/ssp-ckeditor5-build-inline popularity was classified as not popular.
We found that @samhammer/ssp-ckeditor5-build-inline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.