79830230

Date: 2025-11-25 23:53:55
Score: 1
Natty:
Report link

I have been able to take Tushar's answer to a next level where one may delete comments and also draw and highlight existing comments onload, using a saved json string, let say from a database.

Quill.js comment functionality enhanced!

$(document).ready(function() {
  drawComments(metaData);
  highlightComments(metaData);
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tomcaptain