How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Feature request
Which Nextcloud Version are you currently using: (see administration page)
32.0.4
Is your feature request related to a problem? Please describe.
In the description area of questions, we are allowed to provide links in markdown format [text](https://example.com). Currently, a user clicking on a link is opened in the current page and so the user quits the form he was feeding.
Describe the solution you'd like
Always open links in a new tab (window), so the user don't loose its form.
Describe alternatives you've considered
Alternatively, some markdown engine allows to choose the behavior of the link, this syntax seems to be a standard to allow to open link in a new tab by default: [link](URL){:target="_blank"}
Additional context
How to use GitHub
Feature request
Which Nextcloud Version are you currently using: (see administration page)
32.0.4
Is your feature request related to a problem? Please describe.
In the description area of questions, we are allowed to provide links in markdown format
[text](https://example.com). Currently, a user clicking on a link is opened in the current page and so the user quits the form he was feeding.Describe the solution you'd like
Always open links in a new tab (window), so the user don't loose its form.
Describe alternatives you've considered
Alternatively, some markdown engine allows to choose the behavior of the link, this syntax seems to be a standard to allow to open link in a new tab by default:
[link](URL){:target="_blank"}Additional context