
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
fng-ckeditor
Advanced tools
Documentation for getting a WYSIWYG field in forms-angular
Add the following lines to your index.html (or equivalent) file
<script src="//cdn.ckeditor.com/ckeditor5/xx.xx.xx/classic/ckeditor.js"></script>
In your Mongoose schemas you can set up fields like this:
fieldName: {type: String, form: {type: 'textarea', add: 'ckeditor5'}}
Register the directive:
angular.module('myApp',['fng.ckeditor'])
Add the following lines to your index.html (or equivalent) file
<script src="fng-ckeditor/v5-custom/build/ckeditor.js"></script>
In your Mongoose schemas you can set up fields like this:
fieldName: {type: String, form: {type: 'textarea', add: 'ckeditor5 custom'}}
Register the directive:
angular.module('myApp',['fng.ckeditor'])
npm install github:esvit/ng-ckeditor
Add the following lines to your index.html (or equivalent) file
<script src="//cdn.ckeditor.com/4.9.1/standard/ckeditor.js"></script>
<script src="ng-ckeditor/ng-ckeditor.js"></script>
In your Mongoose schemas you can set up fields like this:
fieldName: {type: String, form: {type: 'textarea', add: 'ckEditor'}}
FAQs
CKEditor Plugin
The npm package fng-ckeditor receives a total of 4 weekly downloads. As such, fng-ckeditor popularity was classified as not popular.
We found that fng-ckeditor 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies