How to open shortcode links in a new tab?

It would be helpful for us to help to see your shortcode!

The trick is to modify the link in the shortcode.

<a href="{{ .url }}" target="_blank" >{{ .title }}</a>

add the target= "_blank"