MyST-Parser icon indicating copy to clipboard operation
MyST-Parser copied to clipboard

Open external URLs in a new tab

Open marjuscako opened this issue 1 year ago • 2 comments

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

marjuscako avatar Jan 05 '24 16:01 marjuscako

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:

welcome[bot] avatar Jan 05 '24 16:01 welcome[bot]

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

fervand1 avatar Jan 16 '24 11:01 fervand1