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
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
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
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
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
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
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
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 '
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
This works : <!DOCTYPE html> <html lang="en"> <head> <title>CKEditor Classic Editing Sample</title> <!-- Make sure the
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
Im currently using ckeditor 5 and it seems that every span that I add it always add <br data-cke-filler="true"> and . I found out that this modu
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
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
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
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
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
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
I'm using django-ckeditor with this config: 'enterMode': 2, 'forceEnterMode': 'true', 'basicEntities': 'false', 'fillE
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