nextcloud / nextcloud/text

comments: use our own editor for writing comments

Open
#9,027 0 comments 0 reactions 1 assignee View on GitHub

@mejo- is already working on this.

Since Aug 10, 2026.

1. to develop bug feature: comments
Dominant language
JavaScript
Stars
659
Forks
133
Avg merge
1d 20h
Merged PRs (30d)
110

Description

Describe the bug
For now, we use NcRichContenteditable for the input field to add and edit comments.

Follow-up for https://github.com/nextcloud/text/pull/8901

We should change this to use the ProseMirror/Tiptap editor itself. This would allow the same formatting tools as in the rest of the document and add support to use emoji autocompletion, mention users and so on.

One way would be to use separate editor instances with stripped down UI for the input field, another option would be to display the comments in a NodeView where the content can be toggled editable.

Server details:

  • Nextcloud version: 35

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.