django-comments-xtd
django-comments-xtd copied to clipboard
Emoji support
If I am using Postgresql, how can I make Emoji support in comments?
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.