Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Commenting System similar to Notion/Google Docs #120

Closed
yathindrak opened this issue Aug 27, 2023 · 2 comments
Closed

Feature Request: Commenting System similar to Notion/Google Docs #120

yathindrak opened this issue Aug 27, 2023 · 2 comments

Comments

@yathindrak
Copy link

yathindrak commented Aug 27, 2023

A commenting system for Novel would be great IMO ✨.

  • It allows users to highlight text and shoot in some hot takes🔥 or constructive feedback, Notion or Google Docs style. directly inline.
  • Then multiple users comment on the same portion of the text 🗣️, the comments can be threaded.
  • Once feedback has been addressed, users can have the ability to mark a comment as resolved ✅. Resolved comments can then either disappear or be accessible in a resolved comments section/archive.
@fullstackjedi
Copy link

I implemented something similar in my project using this as a guide - https://github.com/sereneinserenade/tiptap-comment-extension.

Where it gets tricky if you'd like to sync these comments to a DB, remove a comment from the DB when they are removed from the editor, and if people can create comments that aren't linked to a piece of text in the editor etc.

@sereneinserenade
Copy link
Contributor

sereneinserenade commented Sep 6, 2023

I puhlished it to npm, so it can be used directly https://github.com/sereneinserenade/tiptap-comment-extension

npm i @sereneinserenade/tiptap-comment-extension

Repository owner locked and limited conversation to collaborators Feb 13, 2024
@andrewdoro andrewdoro converted this issue into discussion #289 Feb 13, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants