Copy a URL and then paste it as a formatted link that always has the same word, eg, Link

If I'm understanding this properly, you want to always create a Markdown-style link with the link text being a word ("Link"), and have that on the clipboard? If that's right, this simple one-action macro should do what you want:

Link front browser tab Macro (v11.0.3)

Link front browser tab.kmmacros (1.3 KB)

This uses the %FrontBrowserURL% token, which does what its name suggests, and formats it in Markdown style directly to the clipboard. Change "Link" to whatever you want.

If this isn't what you want, there are other more-powerful link creation tools here, including one I wrote:

-rob.

1 Like