Good day!
How can i make an email hyperlink within KM from a system clipboard if it contains email address?
Good day!
How can i make an email hyperlink within KM from a system clipboard if it contains email address?
‘an email hyperlink’
As in:
The goal is to add a hyperlink to an email address and then replace part of the text with this hyperlinked email in Mail app.
Like this:
If I’ve understood you (forgive me, me coffee may not be strong enough today), and you want to paste clickable email addresses which, on click, will initiate a new email draft, then I think the solution may involve:
i.e. compose an HTML mailto wrapper for the email address on the clipboard, convert the HTML-wrapped version to RTF with textutil, then pipe it back onto the clipboard. There are some macros here which do that kind of thing.
Some of the ingredients are here, for example: