Is it possible to configure kirby to open links through the (link: kirbytext tag in a new window by default?
Not by default, but you can set the target like this:
(link: http://wikipedia.de target: _blank)
If you want this as a default option, you can copy the tag and extend it the way you want.
2 Likes