Allow to add a link in a solid-form-richtext
Edit: it seems that the solid-form-richtext
does the job. However, it's impossible to add a link. We should have a look to our richtext plugin to see if the option is available
What needs to be done?
We can already use solid-display-value-markdown
to display a markdown formatted text into HTML. It would be very useful to have a solid-form-textarea-markdown
that allow user to edit this field consistently.
The benefits would be :
- let the user know that Markdown is available for this field, and provide dome hint on how to use it
- provide formatting helper buttons
- provide a preview interface
Targeted application
Requested by @alex for project Hubl (issue management/startinblox-feature-requests#4 (closed))
Technical details
That could be very simple. Example interfaces :
Links
How to complete
- How to complete a Feature
- Ask any question you have in the issue comments before starting
- Create a new branch named ${ISSUE_NUMBER}-issue-name
- Implement a simple test to illustrate the desired functionality
- Write some code to complete this task
- Write some additional tests to cover edge cases and some possible errors
- Write documentation about what have you done and why you have done it this way
- Submit a merge request
Edited by Matthieu Fesselier