executablebooks / MyST-Parser

An extended commonmark compliant parser, with bridges to docutils/sphinx
https://myst-parser.readthedocs.io
MIT License
730 stars 192 forks source link

Open external URLs in a new tab #856

Closed marjus45 closed 4 months ago

marjus45 commented 7 months ago

Describe the feature you'd like to request

Currently there is no way by using the Markdown to set a link to open on a new tab, as it is also described in https://github.com/executablebooks/MyST-Parser/issues/820. I would like to add to that, so that we create a new configuration option to add to all external URLs the setting to open to a new tab.

Describe the solution you'd like

I propose that we add a configuration option, e.g., external_links_new_tab, which if set to true, all the rendered link_url will contain the attributes target=_blank and rel="noreferer noopener".

As a bonus to the above, we will enable the target and rel keys to be configurable from the user, so that if they want to add only some of the URLs to be opened in a new tab, to be able to do so.

Describe alternatives you've considered

No response

welcome[bot] commented 7 months ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

fervand1 commented 7 months ago

This feature will be nice to have. Something I was looking for as well.