I’m constantly sending URLs to people, like https://somesite.com/login. The point of these links is usually that people read them and understand them.
But the automatic behavior is to replace the text with OpenGraph links, big obnoxious bubbles of graphics, which distort or destroy the meaning that I’m trying to convey.
Given the opportunity, I would send most links wrapped in `backticks`.
For those who don't know, you can tap on the link preview graphic and select "Convert to Text Link" to switch back to clickable text. As you mention there's no way to change the automatic behavior but at least it is possible to switch back to text links on a case-by-case basis.
I hacked up something like this for Apple Notes. It’s far from perfect, but at least it lets me type Markdown-style punctuation and get the expect results. Think of it like a crummy Vim mode sort of thing.
If you want a Mac email program that renders Markdown, definitely checkout MailMate[1]. Indie developer, has already shipped a lot of updates this year.
I’m constantly sending URLs to people, like https://somesite.com/login. The point of these links is usually that people read them and understand them.
But the automatic behavior is to replace the text with OpenGraph links, big obnoxious bubbles of graphics, which distort or destroy the meaning that I’m trying to convey.
Given the opportunity, I would send most links wrapped in `backticks`.