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
May I clone your ckeditor solution?
Nice!!
@moizmh wrote:Thanks, I thought so when i checked your implementatio of rich text editor using Quill.
Thanks, I thought so when i checked your implementatio of rich text editor using Quill.
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" />
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1