Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-adapter-ckfinder

Package Overview
Dependencies
Maintainers
1
Versions
602
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-adapter-ckfinder

CKFinder adapter for CKEditor 5.


Version published
Weekly downloads
359K
decreased by-2.22%
Maintainers
1
Weekly downloads
 
Created

What is @ckeditor/ckeditor5-adapter-ckfinder?

@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.

What are @ckeditor/ckeditor5-adapter-ckfinder's main functionalities?

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' } })

Other packages similar to @ckeditor/ckeditor5-adapter-ckfinder

Keywords

FAQs

Package last updated on 25 Jul 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc