Announcements
I am trying to build a power apps custom control using ckeditor v5. First step I did was to include
"@ckeditor/ckeditor5-build-classic": "^12.3.1",
const ClassicEditor = require('@ckeditor/ckeditor5-build-classic');
"@ckeditor/ckeditor5-font": "^11.2.1"
const Font = require('@ckeditor/ckeditor5-font/src/font');
ERROR in ./node_modules/@ckeditor/ckeditor5-ui/theme/components/list/list.css 6:0 Module parse failed: Unexpected character '@' (6:0) You may need an appropriate loader to handle this file type. | */ | > @import "../../mixins/_unselectable.css"; | | .ck.ck-list { @ ./node_modules/@ckeditor/ckeditor5-ui/src/list/listview.js 13:0-46 @ ./node_modules/@ckeditor/ckeditor5-ui/src/dropdown/utils.js @ ./node_modules/@ckeditor/ckeditor5-font/src/fontsize/fontsizeui.js @ ./node_modules/@ckeditor/ckeditor5-font/src/fontsize.js @ ./node_modules/@ckeditor/ckeditor5-font/src/font.js @ ./HtmlEditorControl/index.ts
The PCF in this moment doesn't compile the files ".css", you need remove all lines where use @import with ".css" and then add these in the manifest. Example:
<css path="../node_modules/ckeditor/mixins/_unselectable.css" order="1" />
Thanks, I thought so when i checked your implementatio of rich text editor using Quill.
Nice!!
@moizmh wrote:Thanks, I thought so when i checked your implementatio of rich text editor using Quill.
May I clone your ckeditor solution?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 547
WarrenBelz 444 Most Valuable Professional
Valantis 322