apache / incubator-answer

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
https://answer.apache.org
Apache License 2.0
12.5k stars 939 forks source link

The Question Editor input box does not work with the Grammarly Chrome extension. #659

Closed Liamn0244 closed 4 months ago

Liamn0244 commented 9 months ago

Describe the bug The Question Editor input box does not work with the Grammarly Chrome extension.

Grammarly Chrome extension helps us to fix spelling mistakes and grammatical errors. This is a very useful feature. Hope all our input boxes are compatible with this extension.

Screenshots Below is the question input box for GitHub.

image
shuashuai commented 8 months ago

Our editor uses codemirror5. According to the documentation, codemirror currently does not provide support for this type of spell check plug-in;

In addition, it is not necessary to support all inputs. Next, we will support plug-ins such as spell check in input boxes related to question writing or editing.