Add markdown editor (and not only display)
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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