Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@ckeditor/ckeditor5-adapter-ckfinder
Advanced tools
@ckeditor/ckeditor5-adapter-ckfinder is an adapter for CKEditor 5 that enables integration with the CKFinder file manager. It allows users to easily upload and manage files directly from the CKEditor interface.
File Upload
This feature allows users to upload files directly from the CKEditor interface to the server using CKFinder.
ClassicEditor.create(document.querySelector('#editor'), { ckfinder: { uploadUrl: '/ckfinder/connector?command=QuickUpload&type=Files&responseType=json' } })
File Management
This feature enables users to manage files, such as images, by specifying resource types and other options.
ClassicEditor.create(document.querySelector('#editor'), { ckfinder: { options: { resourceType: 'Images' } } })
Custom File Browser
This feature allows users to open the CKFinder file browser in a popup window, providing a custom file browsing experience.
ClassicEditor.create(document.querySelector('#editor'), { ckfinder: { openerMethod: 'popup' } })
CKEditor 4 is a different version of the CKEditor that also supports file management and uploads through CKFinder. It is more mature but less modern compared to CKEditor 5.
FilePond is a JavaScript library for file uploads. It offers a modern interface and can be integrated with various backends, but it does not provide the same level of file management as CKFinder.
This package implements a CKEditor 5 upload adapter compatible with the CKFinder file manager and uploader's server–side connector.
See the "CKFinder integration" guide and the plugin documentation to learn how to configure the adapter.
Check out the {@link features/image-upload/image-upload comprehensive "Image upload overview"} to learn about other ways to upload images into CKEditor 5.
npm install ckeditor5
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 or https://ckeditor.com/legal/ckeditor-oss-license.
43.3.1 (November 6, 2024)
We are happy to announce the release of CKEditor 5 v43.3.1.
We had to revert a change introduced in v43.3.0
related to the icons export in one of our packages. This was due to unforeseen TypeScript issues in some setups.
Token
class is now exported as a value instead of a type only. (commit)Check out the Versioning policy guide for more information.
<details> <summary>Released packages (summary)</summary>Other releases:
FAQs
CKFinder adapter for CKEditor 5.
The npm package @ckeditor/ckeditor5-adapter-ckfinder receives a total of 296,359 weekly downloads. As such, @ckeditor/ckeditor5-adapter-ckfinder popularity was classified as popular.
We found that @ckeditor/ckeditor5-adapter-ckfinder demonstrated a healthy version release cadence and project activity because the last version was released less than 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.