Is it possible to open external links in a new window/tab (target=“_blank”) by adding a parameter to the (link: http://…) tag in Kirbytext? Cannot find a hint in the docs here http://getkirby.com/docs/content/text#links
Hm, you could create a custom link tag, and in your custom code determine if the given link is external or not and then apply the target attribute accordingly.