-
Notifications
You must be signed in to change notification settings - Fork 127
Replace description fields with NcRichText #3587
Copy link
Copy link
Open
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementNew feature or requestNew feature or requestfeature: 📑 form creationgood first issueGood for newcomersGood for newcomersjavascriptJavascript related ticketJavascript related ticket
Description
Activity
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementNew feature or requestNew feature or requestfeature: 📑 form creationgood first issueGood for newcomersGood for newcomersjavascriptJavascript related ticketJavascript related ticket
Is your feature request related to a problem? Please describe.
Currently we're using a custom textarea with markdown-it for allowing Markdown in descriptions.
Describe the solution you'd like
Use a default field type from nextcloud-vue library to reduce (direct) external dependencies. --> NcRichText
Describe alternatives you've considered
Keep everything as-is.
Additional context
https://nextcloud-vue-components.netlify.app/#/Components/NcRichText