Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@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:
This plugin is part of the ckeditor5
package. Install the whole package to use it.
npm install ckeditor5
If you want to check full CKEditor 5 capabilities, sign up for a free non-commitment 14-day trial.
Check out the demo in the font feature guide.
See the @ckeditor/ckeditor5-font
package page in CKEditor 5 documentation.
Licensed under a dual-license model, this software is available under:
For more information, see: https://ckeditor.com/legal/ckeditor-licensing-options.
44.1.0 (December 16, 2024)
We are pleased to announce the latest CKEditor 5 release, focusing on performance enhancements and key bug fixes to improve your editing and collaboration experience.
This release introduces another set of performance related improvements, focused on faster editor initialization for huge documents. The initialization time was lowered by further 15% to 45%, depending on the tested sample.
The combined improvements introduced in recent releases amount to around 65%-80% lower loading time in total, which means the editor will load 3-5x faster. As the gain is not linear, bigger documents see even better improvement (more than 10x faster).
Moreover, all these improvements positively impact document save time (editor.getData()
), which should help with autosave issues, among others.
We still actively work in this area, so you may expect even more editor load and save efficiency improvements in the upcoming releases.
showCommentHighlights
option in editor.getData()
, that changes the comment marker conversion, allowing for styling comments in the output. Perfect for showing what was commented in Export to PDF, for example.As the holiday season approaches, we extend our warmest wishes to our community and users. Thank you for your continued support, and we look forward to bringing you further enhancements and exciting features in the coming year.
FAQs
Font feature for CKEditor 5.
The npm package @ckeditor/ckeditor5-font receives a total of 179,025 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.