Download Attribute for links or files?

Hi there? Does anyone know if the anchor download attribute is implemented/mirrored on the link: or file: tags?

I tried using this syntax

(link: /mypdf.pdf text: download my pdf! download:mypdf.pdf)

but it doesn’t get recognized.

No, there is no download attribute option. You can, however, overwrite the original tags by copy/pasting them into the /site/tags folder, and add that option.

https://getkirby.com/docs/developer-guide/kirbytext/tags

Aamazing! Thanks a lot!