Explain the problem as you see it
HTML supports a "mailto" tag in the form
mailto: someone@example.com
So that when the mailto link is clicked, the local computer's default email application opens with a draft email whose "TO" field is the email address from the mailto link.
Tana does not recognize mailto tags.
Why is this a problem for you?
QOL and convenience
Suggest a solution
Treat email-type fields as clickable mailto fields by default.
1 Comment
That would be awesome!
Also telephone links that are clickable;
<a href="tel:+05890000111">0-589-0000111</a>
With kind regards,
Peter