danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 157 forks source link

Emoji support #205

Open ogurec-ogurec opened 4 years ago

ogurec-ogurec commented 4 years ago

If I am using Postgresql, how can I make Emoji support in comments?

danirus commented 4 years ago

I don't have a solution. Postgres is not your problem, the problem is that the textarea should behave as a rich text editor. I want to add support for ProseMirror since long ago. With ProseMirror the comment's textarea wouldn't be a simple text or Markdown but a powerful text editor, allowing text formatting, and Emoji too. Let's see if I can boost the adoption.