Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@ckeditor/ckeditor5-source-editing
Advanced tools
@ckeditor/ckeditor5-source-editing is a plugin for CKEditor 5 that allows users to switch between the WYSIWYG editor and the source code view. This is particularly useful for users who need to edit the HTML source code directly.
Enable Source Editing
This code snippet demonstrates how to enable the Source Editing plugin in a CKEditor 5 instance. By adding the SourceEditing plugin to the extraPlugins array, users can toggle between the WYSIWYG editor and the source code view.
ClassicEditor.create(document.querySelector('#editor'), { extraPlugins: [ SourceEditing ] })
Toggle Source Editing Mode
This code snippet shows how to programmatically toggle the source editing mode in CKEditor 5. By executing the 'sourceEditing' command, the editor switches between the WYSIWYG view and the source code view.
editor.execute('sourceEditing');
TinyMCE is a popular WYSIWYG HTML editor that also offers a source code editing mode. It provides a similar feature set to @ckeditor/ckeditor5-source-editing, allowing users to switch between visual and code views.
Quill is another WYSIWYG editor that supports source code editing through extensions. While it is not as feature-rich as CKEditor 5, it provides a lightweight alternative for basic source code editing needs.
Froala Editor is a lightweight WYSIWYG editor that includes a source code view feature. It offers a similar user experience to @ckeditor/ckeditor5-source-editing, with a focus on ease of use and performance.
This package implements the source editing support for CKEditor 5 that allows you to view and edit the source of the document.
Check out the demo in the source editing feature guide.
See the @ckeditor/ckeditor5-source-editing
package page as well as the source editing feature guide in the CKEditor 5 documentation.
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.
FAQs
Source editing feature for CKEditor 5.
The npm package @ckeditor/ckeditor5-source-editing receives a total of 204,115 weekly downloads. As such, @ckeditor/ckeditor5-source-editing popularity was classified as popular.
We found that @ckeditor/ckeditor5-source-editing 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.