I am working on a project, in which user can add there content. For that i am using CKEDITOR.
And i want to allow the users to add comments to every paragraph they add.
So once they have submitted it, it is locked? If I create 3 paragraphs, and later delete number 2, how would you know that the second was deleted? And would you delete all comments made on the second paragraph?
also stores paragraphs and other blocks in a json object which you can save to DB entirely or per block.
And no dependencies.
When you edit the resource you can check if any #id has a comment to prevent deletion for instance.
I have it live on one app and seems to be working nicely minus a few quirks that will be solved soonish it looks. (alignment of paragraphs e.g.) plus there's a package if you happen to use Nova