Skip to main content

Questions tagged [ckeditor5]

CKEditor 5 is a set of ready-to-use rich text editors created with a powerful framework that enables you to create any kind of text editing solution and include real-time collaborative editing inside. Use this tag for any CKEditor 5 related questions. Use the "ckeditor4.x" tag for questions about CKEditor 4.

0 votes
1 answer
11 views

How to append data in CKEditor5

I'm trying to add some data "<div title=\"" + parts[0]+ "\" id=\"" + parts[1]+ "\" class=\"galleryPlaceholder\"><p>&nbsp;</p&...
The Agony's user avatar
  • 170
0 votes
1 answer
17 views

How to access ckeditor5 features DropdownButtonView, createDropdown, addListToDropdown,DropdownView,ButtonView etc while using ckeditor5 from CDN?

While using ckeditor5 as node-modules features can be imported for example: import {addListToDropdown, createDropdown} from '@ckeditor/ckeditor5-ui/src/dropdown/utils'; But how to access these ...
Rafaqat's user avatar
  • 81
0 votes
0 answers
10 views

How can I add a wrapper around a CKEditor 5 table without breaking its features?

I'm currently trying to convert one of our older CKEditor to make it work in CKEditor 5. All the plugin needs to do is add a wrapper to any tables that are created in the editor. I have successfully ...
NathanC's user avatar
  • 71
0 votes
1 answer
25 views

How can I init an editor on a textarea added dynamically in jQuery?

I have a form where I can add many textareas as I want when I click on a button. Each textarea must be a ckeditor. I managed to init the existing textareas but I don't know how to do it for ones added ...
Eve's user avatar
  • 804
1 vote
1 answer
27 views

CKeditor5 with Angular 18

I've updated an angular project from angular 13 to angular 18 but now my Ckeditor5 does not work anymore, I could not find anything related to it on the Ckeditor5 website, there is a quick start that ...
Ismael Nunes's user avatar
0 votes
0 answers
11 views

CKEditor: Track changes with custom editor data update through API

I'm using CK-Editor 5 (React JS) with Track Changes plugin enabled. My need is to replace a selection of text from the editor when clicked on a button. This code exactly works as expected except only ...
S K R's user avatar
  • 582
0 votes
1 answer
29 views

CKEditor 5 " Cannot Upload File : [Filename] " in Laravel 11

I want to upload an image to Ckeditor, but when I upload it to the text editor, I can't public function upload(Request $request) { if ($request->hasFile('upload')) { $...
Rezki Andika's user avatar
1 vote
1 answer
26 views

ckeditor addListToDropdown not showing label

editor.ui.componentFactory.add("InsertDropDown", locale => { //const dropdown = createDropdown(locale); const items = new Collection(); items.add({ type: 'button',...
Shibon's user avatar
  • 1,574
1 vote
1 answer
29 views

Angular 18 - CKEditor implementation with ssr

Im trying to implement CKEditor wtih angular 18 SSR. import { afterNextRender, Component } from '@angular/core'; import { CKEditorModule } from '@ckeditor/ckeditor5-angular'; import { CommonModule } ...
DonexX Dota's user avatar
0 votes
1 answer
15 views

Image uploader in Ck Editor 4 can't see loaded image

I am using Ck editor to edit my description field. When I click upload a file, its ok but ckeditor doesn't render image on textarea. This is my config function that I use in _Layout.cshtml <...
Metin Tekin's user avatar
0 votes
0 answers
11 views

How to access dropdown panel click event in CKEditor5?

I want to listen to the font list toolbar dropdown click event in CKEditor5. I am not able to find how to access the fonts list dropdown component of CKEditor5. How does one register for this event? I ...
Omkar's user avatar
  • 15
0 votes
0 answers
35 views

CKeditor5 can't upload image to backend in asp.net core mvc

I am using CKEditor in an ASP.NET Core MVC project, and I want images to be uploaded via an API to another platform and then return a URL. I am sure this API works correctly with another FroalaEditor. ...
徐仁鴻's user avatar
0 votes
0 answers
28 views

CKEditor5 automatically removes <a> Tags Inside <figure> element when binding HTML content to editor

I'm using @ckeditor/ckeditor5-angular version ^4.0.0 in my Angular project. I have a requirement to keep the <a> tags inside <figure> tags when reloading content into the CKEditor. However,...
Thanh Nguyen Viet's user avatar
0 votes
0 answers
42 views

Unable to set the content to the ckeditor

I am using version 5 of CKEditor and I have an issue where I can load the Ckeditor in the UI but am unable to see the content in it after setting the data If I add the links from the Editor menu, the ...
sathish kumar's user avatar
0 votes
0 answers
50 views

Adding a plugin to CKEditor5

I have a react project that I am trying to integrate CKEditor5. I was able to run it with the non-premium plugins from the official editor but i need to add some non official plugins that i found from ...
Ecem Selin Demir's user avatar

15 30 50 per page
1
2 3 4 5
75