'Rich text editor for Django with comments/annotation (open source)
Is there anyone succeeded integrating any rich text editor through Django along with inline comments option? I refer inline comment as highlighting a word or sentence in the text editor and adding comments (annotation). When and who commented to be displayed on the side like a thread. I have tried ckeditor, tinymce, summernote etc and nothing seems to have this functionality without premium licensing. Any leads?
Solution 1:[1]
Another option is Slate.js, which might be a lead to try out - this article written by Shalabh Vyas talks about all the steps involved in representing and creating a commenting system using the Slate.js framework.
Here is the source - if this helps, do let Vyas know with a star or feedback,
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | RobinJoe |