QuickCapture takes in content and a URL and pastes as a link either to a dedicated page or to the cursor position. It can be called e.g. from a browser.
Current logic detects if a link is to YouTube or Twitter and embeds the URL into a {{video %s}} or into a {{twitter %s}} correspondingly. This last piece of logic is something I don’t want, and I have to go and manually edit the pasted text every single time.
I didn’t find a way to turn this conversion off, so I made a PR that adds prettify-url? option to already existing :quick-capture-options structure.
I’m not sure GitHub PR is an appropriate place to discuss it, as there’s no reaction neither to the PR, nor to a question next to it so far.
I’d appreciate it if someone could give me some feedback on the topic.