Results 51 comments of Pulse-Mind

Ok thank you for your answers. What is your kickstarter campaign ?

@christianwgd thank you for your answer. Actually I should had a look to others fork and pull request before trying to do it. But anyway I've done another fork for...

Hi, FYI, I will probably publish another version for Django 4.2 next month on my fork ;)

@Elger9 Did you try the demo of this version ? I suggest you to run the demo on your PC to check if these problems appear also on the demo...

The author is working on some other things and does not maintain anymore his repo. I think he does not want to be responsible and spend time on that, I...

I do not consider it as the same. General HTML support plugin is great but does not allow to disable filtering HTML. It allows to redefine tags...

This is what I did : In src/ckeditor.js I have ``` // Editor configuration. Editor.defaultConfig = { htmlSupport: { allow: [ { name: /.*/, attributes: true, classes: true, styles: true...

Yes I know, but I am looking for a solution, and this is also why I was interesting by the possibility to "disable CKEditor editing and filtering my HTML".

After few tests, I did : `psql -d mydatabase` I was logged as postgres `grant create on schema public to mydatabase` And it works