We got ours fixed, ignore me 🙂
Nothing to do with AWS, someone had changed our nGinx config and not told me.
I did notice a few bugs, but they are not very annoying though. (NodeBB docker: latest v1.13.3 / composer-quill: 1.2.1) Edit: composer-quill v1.2.8
When editing an existing post, if I undo the modification it suggests deleting the post instead of proposing "cancel" (it doesn't delete it)
The chat mode doesn't work anymore (I wasn't using it, it's always disabled on my instance).
Sometimes the emoji button does not appear for a new topic.
When the emoji button appears, emojis can only be added by drag and drop in the text. (I don't know if this is the normal behavior)
The hypertext urls links already present in posts before quill migration are no longer hypertext links. (not really a bug since it comes from Quill, I assume.)
I can't undo full screen mode without leaving the composer.
The text that proposes to write tags of a new topic is truncated in others languages.
@julian I think so. I installed everything yesterday, under docker (pull tag latest on saturday 23rd may) and ran "npm i nodebb-plugin-composer-quill" the same day in version 1.2.1. However I see that a new docker image (latest) was added 7 hours ago on docker hub. I just need to point out that I've restored a redis backup for the database.
@julian said in nodebb-plugin-composer-quill: WYSIWYG alternative to redactor:
Hi @togan, I've actually worked on getting the poll plugin compatible with latest Quill. It should be working fine with the latest poll version (v1.1.2)
Why isn't quill the default composer here?
Some problems I've discovered after using Quill on my forum for a week:
.composer {
-webkit-user-select: auto;
}
Safari doesn't support user-select property, it needs to be set with -webkit- prefix to override -webkit-user-select: none which is defined earlier in CSS.
Username said in thread_name:
quote
It doesn't happen when I'm using Quill, only the actual quote is pasted into the composer. Is this an expected behavior or a bug?
Hi @julian i'm having a trouble with Quill on 1.13.3. It doesn't show any components, any ideas? Thanks.

@torn2 we officially support both but the default composer is default because the Markdown composer is a good low-resource (but high functionality) base composer for all NodeBBs.
Not all communities want or appreciate a WYSIWYG composer.
Also, I like Markdown