Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@ckeditor/ckeditor5-font
Advanced tools
@ckeditor/ckeditor5-font is a plugin for CKEditor 5 that provides font styling features. It allows users to change the font family, font size, and font color in the editor.
Font Family
This feature allows users to change the font family of the text. The code sample shows how to include the Font plugin and add the 'fontFamily' option to the toolbar.
ClassicEditor.create(document.querySelector('#editor'), { plugins: [ Font, ... ], toolbar: [ 'fontFamily', ... ] });
Font Size
This feature allows users to change the font size of the text. The code sample shows how to include the Font plugin and add the 'fontSize' option to the toolbar.
ClassicEditor.create(document.querySelector('#editor'), { plugins: [ Font, ... ], toolbar: [ 'fontSize', ... ] });
Font Color
This feature allows users to change the font color of the text. The code sample shows how to include the Font plugin and add the 'fontColor' option to the toolbar.
ClassicEditor.create(document.querySelector('#editor'), { plugins: [ Font, ... ], toolbar: [ 'fontColor', ... ] });
Font Background Color
This feature allows users to change the background color of the text. The code sample shows how to include the Font plugin and add the 'fontBackgroundColor' option to the toolbar.
ClassicEditor.create(document.querySelector('#editor'), { plugins: [ Font, ... ], toolbar: [ 'fontBackgroundColor', ... ] });
Quill is a modern WYSIWYG editor built for compatibility and extensibility. It offers similar font styling features such as font family, size, and color. However, Quill is a standalone editor and not a plugin for CKEditor.
TinyMCE is a popular rich text editor that provides extensive font styling options similar to @ckeditor/ckeditor5-font. It includes features for changing font family, size, and color. TinyMCE is also a standalone editor and not a plugin for CKEditor.
Froala Editor is a lightweight WYSIWYG editor with a rich feature set, including font styling options like font family, size, and color. It is comparable to @ckeditor/ckeditor5-font but is a standalone editor rather than a CKEditor plugin.
This package implements support for the following CKEditor 5 features:
Check out the demo in the font feature guide.
See the @ckeditor/ckeditor5-font
package page in CKEditor 5 documentation.
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
Font feature for CKEditor 5.
The npm package @ckeditor/ckeditor5-font receives a total of 134,230 weekly downloads. As such, @ckeditor/ckeditor5-font popularity was classified as popular.
We found that @ckeditor/ckeditor5-font 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.