kachmul2004

Results 9 comments of kachmul2004
trafficstars

also having this issue on latest version, with Django 4.0.4

this still happens. also seems it's not possible to move cursor back to a line above once you move to a new line

I love Quill, mainly because of it's ease of use with the toolbar. However, I found an editor call "**remirror**" that's built on top of **ProseMirror** . It doesn't seem...

> Personally I switched to [Tiptap](https://tiptap.dev/) editor, it also built on top ProseMirror and it has formatting [example](https://tiptap.dev/examples/formatting) This could be it for me, thanks a lot

I am also getting something very similar to this > I am on Django and everyday my service get attack by these sort of attacks. Even though, it's not a...

same here. Anyone has a solution for this?

Hi @barslmn thanks for this trick. It works fine with text header, but I would like to use an image instead. Do you have an idea on how I can...

@barslmn unfortunately, I am still getting the same results as before. I have even tried using pure html (without Jinja templates) and the result is still the same. Here is...

I ended up using a table. Hacky, but easier to manipulate. Thanks