What it does
This script watches your clipboard for URLs and lets you instantly wrap selected text as a Markdown-style link:
[link text](<https://example.com>)
It works anywhere that accepts plain text Markdown syntax, like; Discord, documentation tools, notes apps, and some IDEs.
Why I built it
I often copied a URL, then had to manually type or paste [text](url) around selected text. This was repetitive and error-prone, especially when doing it many times in a row (e.g. preparing notes, documentation, or Discord messages). I wanted a single hotkey that: