codex-team / codex-team/editor.js
💡Collaboration comments
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
1. Describe a problem.
Person A creates a document which will be reviewed by other people. These people want to add feedback for the author to handle
2. Describe the solution you'd like. Mockups are welcome.3.
See Google docs for example where you can link a comment to some inline text
4. Are there any alternatives?
No
I would love to spend some time to dig into the options however i do not even know if it is feasible structure wise. A solution would be to wrap certain selected text with a comment node as this:
```
Here is some commented text.
```
This way you can load the conversation from a backend and put as an overlay on the side or whatsoever. If this is not possible it will be possible as plugin in between but when you cant target text it is a bit useless.
curious about the ideas
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.