Category "ckeditor"

CKEditor getting displayed twice

I am trying to integrate CKEditor with antd in a React application. This is my code: <Form {...layout} form={form} name="control-hooks" onFinish={onFinish}&

use ck editor in dark mode. works perfectly in light mode

I am beginner in vue and i want to use ck editor in dark mode it works perfectly in light mode but i am not able to make it in dark mode. documentation link fro

Is it possible to write css directly inside html tags when convert pdf to html?

I'd like make script to edit pdf file, so the solution that I found is to convert pdf to html then edit the html content with WYSIWYG ckeditor and then convert

Rich text editor for Django with comments/annotation (open source)

Is there anyone succeeded integrating any rich text editor through Django along with inline comments option? I refer inline comment as highlighting a word or se

Error while using add ons simple ruler on ckeditor4

I want to use add ons simple ruler on ckeditor4 in my Codeigniter4 project. But I receive this kind of error. Already tried to browsing the solution in internet

How can I configure list styles in CKEditor5?

we have a requirement where we have to remove one list style from CKEditor 5 Currently if list properties plugin is enabled, then following 6 list styles are av

how to set A4 page size for ckeditor

Recently I joined to the project. the project is being made using fastapi, blacksheep, and wtforms, There are some Text Areas using ckeditor 4. and my task is t

CKEditor 5 not working on Vue 3 Composition API

I am trying to use CKEditor with vue 3 composition api locally but the editor not shown on the page here is may component <template> <PageWrapper t

CKEditor: [CKEditorWebpackPlugin] Error: Too many JS assets has been found during the compilation

I am updating the CKEditor packages in my Rails/React app from ~12 to the latest version 27. When running the app locally in my webpack-dev-server I see this e

CKEditor 5, jQuery - find and replace text

How could I find and replace text in CKEditor 5 using JavaScript and jQuery? I want to find special character '@' in the text and replace all characters after '

How do I maintain formatted data coming from ckeditor django in react based frontend?

I have installed ckeditor in django for the purpose of maintaining formatting. The interface looks like this after adding this: But when I'm loading on the reac

CKEditor 4 works but CKEditor 5 doesn't

This works : <!DOCTYPE html> <html lang="en"> <head> <title>CKEditor Classic Editing Sample</title> <!-- Make sure the

django-ckeditor modal form does not change data on POST

I have a django project using django-ckeditor. I use HTMX to create a bootstrap modal to show my edit form. It renders correctly (I did add the ckeditor.js fil

How to disable or remove filler in CKEditor 5?

Im currently using ckeditor 5 and it seems that every span that I add it always add <br data-cke-filler="true"> and &nbsp;. I found out that this modu

Is there any way to prevent CKEditor5 from modifying an inline style tag on an programmatically inserted Div?

I have an application that generates DIV content that has to automatically be inserted into a ckeditor instance. At the moment, I'm using editorInstance.model.i

How to insert images only by url in CKEditor5 with react

I'm trying to insert images solely by url. In CKEditor 5 there is this feature but I'm not sure how can I make the img icon-button open modal to enter url. this

Django ckeditor upload image link expires after some hours

I am using Django-storages for storing static content in the cloud and CKEditor for a text editor and used a RichTextUploadingField field. The problem is when I

Django | CKEditor - Image Upload option not showing in App

In admin all CKEditor option is showing and working properly. I can upload image in main admin dashboard. But in App in Image "Uoload" option is not showing. Pl

How to find declaration for my typescript/react module?

I am very (very) new in frontend technologies, specially react and typescript. My issue come when trying to do a simple thing that is to use a react component

CKEditor 5 – get editor instances

I am migrating from CKEditor 4.7 to 5. In CKE4, I would do something like this: CKEDITOR.replace('text_area'); and then in another JS function I could get the