Track Changes Feature #302
Replies: 1 comment
-
Hey thanks for the suggestion, but currently I don't see this as a high priority task for myself. It requires a lot of low code effort to create a plugin that works with Prosemirror internals. (and they are not pretty). 😭😭😭 I've also seen here some solutions implemented using Prosemirror or Tiptap. Feel free to contribute with a PR if you find something helpful. I'll just convert this issue to a discussion until there is more traction or someone wants to contribute. Also if this is picked up by someone I only see a few ways in which novel can help with this:
|
Beta Was this translation helpful? Give feedback.
-
Describe the feature you'd like to request
I'd like to request a feature that allows us to track changes in our text editor. This feature should show deleted text with a red strikethrough and new additions in green. This will make it easier to see what's been changed without track changes currently available.
Describe the solution you'd like to see
I would like to see a solution where the text editor is equipped with a change tracking system that visually represents edits made to a document. This system should:
This solution should be intuitive and not require extensive training to use, seamlessly integrating into the existing interface of the text editor. The goal is to enhance the collaborative editing experience by making changes transparent and easy to follow for all users involved.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions