nextcloud / nextcloud/tasks

Add markdown editor (and not only display)

Open
#2,488 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. to triage enhancement
Dominant language
JavaScript
Stars
706
Forks
117
Avg merge
8h 50m
Merged PRs (30d)
18

Description

Is your feature request related to a problem? Please describe.

Editing is in raw format; display in markdown

Describe the solution you'd like

Add Nextclouds own markdown editor to the NotesItem. Currently the content is only rendered with MarkdownIt
https://github.com/nextcloud/text?tab=readme-ov-file#load-the-editor

https://github.com/nextcloud/tasks/blob/master/src/components/AppSidebar/NotesItem.vue

Describe alternatives you've considered

No response

Additional context

No response

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.

Research direction

Start with src/components/AppSidebar/NotesItem.vue and the Nextcloud Text editor loading documentation linked in the issue. Review how NotesItem currently renders content with MarkdownIt and determine the editor integration boundary. Done means NotesItem supports editing through Nextcloud’s markdown editor instead of only raw editing while retaining markdown display.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.