Skip to main content
The 2024 Developer Survey results are live! See the results

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.

ckeditor5
0 votes
1 answer
27 views

Component is missing template or render function

This is a stupid question, but I can't figure out what I'm doing wrong. Trying to setup CK5 in Vue and I'm running into some issues. Getting this error: Component is missing template or render ...
rikuto148's user avatar
  • 253
0 votes
0 answers
26 views

How to render HTML content with styles using CKEditor5 in Angular 13?

I have integrated CKEditor5 into my Angular 13 application and need to render HTML content with styles. However, my content is not displaying the styles as expected. Here is a sample of my HTML ...
arun's user avatar
  • 85
-1 votes
0 answers
8 views

Need to add/update id and style to an element created using createAttributeElement in the downcaster

I am trying to add a custom plugin where we are trying to create a tag with multiple attributes like href, onmouseover, onmouseout, id, style. I am using createAttributeElement in the downcaster to ...
Debjani's user avatar
0 votes
2 answers
20 views

Issues with window.editorInstance.destroy() in CKEditor 5

I’m encountering issues with destroying and recreating CKEditor 5 instances in my application. Here’s a summary of what I’m trying to achieve and the problems I’m facing: I need to destroy an existing ...
Arpine Harutyunyan's user avatar
0 votes
1 answer
45 views

CKEditor 5 mini version

the last time i used ckeditor was i think 1 year ago. it was like this. go to their site. select what you want. change toolbar order. select langauge. download zip and use it in your project. now is ...
Saman's user avatar
  • 11
0 votes
1 answer
15 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
30 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
17 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
31 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
37 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
13 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
  • 607
0 votes
1 answer
34 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
29 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,576
1 vote
1 answer
35 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
17 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

15 30 50 per page
1
2 3 4 5
75