codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
28.18k stars 2.06k forks source link

💡Add comments tool #1728

Open zeinabzahran opened 3 years ago

zeinabzahran commented 3 years ago

It will be amazing to add a comment plugin in inline toolbar!

ChasLui commented 3 years ago

It will be amazing to add a comment plugin in inline toolbar!

Throw all command executions out of the operation, so that it is easy to collaborate

Eonasdan commented 3 years ago

Google Docs seem like a great example of how something like this could work.

yjun1989 commented 2 years ago

I have created comment plugin in inline toolbar ,but I want show it in the block left upon side, maybe has to add some code in editor js.

ChasLui commented 2 years ago

@zeinabzahran You may encounter a lot of comments rendering causing performance problems, you may need virtual scrollbars

osain-az commented 6 months ago

@neSpecc @gohabereg i have created an inline plugin for comments, https://github.com/osain-az/editorjs-comment for free to give me feedback. hopefully, it will be helpful.