Category "ckeditor"

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

Django ckeditor is removing space around <a> tags

I'm using django-ckeditor with this config: 'enterMode': 2, 'forceEnterMode': 'true', 'basicEntities': 'false', 'fillE

With CKEditor, how to replace Image Upload Adapter error "alert" and with custom handler to notify user

According to CK Editor, implementation of a custom upload adapter only supports two lifecycle methods: upload and abort. There doesn't seem to be any way to in

CKeditor with multiple textareas

I have a button which opens up the dialogue box. Inside dialogue box i have a form in which i have a button, on clicking this button i append another form into

How can I add rel = "nofollow" to a link in CKEditor if it's an external link

i want to give rel="nofollow" to my external links which its content managed by ckeditor. example.com = my site externallink.com = any external link For exa

ckeditor5-vue preserve quill class

I would like to know how to convert an html with a specific class into an html with a specific style. For example, if the original html was <p class="ql-alig

CKEditor - Limit characters on more editors in one page

I'm developing a web based ERP and I need some help. As text editor, I choose CKEditor, works great and do everything I need. Well...not exactly everything... I

How to wrap long text in html emails

Hoping someone can help. I have some HTML email templates in my app, they work fine and look great in litmus. A lot of the content in the email is user generate

How to insert text dynamically in CKEDITOR

I use plugin CKEDITOR for word editor in my web. Inside the editor I have a table which have two columns . I want to achieve that in the first column if the use

Ckeditor is not working in a modal dialog

I am trying to use ckeditor inline with knockoutjs in a modal dialog. But it is not working. Ckeditor all buttons are diasbled. It is not working only chrome br

ckeditor 5 Disabling content filtering

I've notice when extracting the data from the editor it filters some classes and styles. I want to use the exact same styling as the editor uses. So, i have 2

how to auto grow the editable area as you type in CKEDITOR

I would like the editable area in CKEditor to flow as user types in more data instead of showing a scrollbar and re-sizer. Can anyone please help me how to do t

How to prefill CkEditor with data using React.js?

I'm creating a blog and I want to give the user the ability to update their post but I'm not sure how to pass the content data from the original post into my ri