-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add tel: when linking phone numbers #64804
Copy link
Copy link
Closed
Labels
[Feature] Link EditingLink components (LinkControl, URLInput) and integrations (RichText link formatting)Link components (LinkControl, URLInput) and integrations (RichText link formatting)[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Metadata
Metadata
Assignees
Labels
[Feature] Link EditingLink components (LinkControl, URLInput) and integrations (RichText link formatting)Link components (LinkControl, URLInput) and integrations (RichText link formatting)[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What problem does this address?
When adding a link to email addresses, we automatically apply the
mailto:for the link. It would be great to do this for telephone numbers too.What is your proposed solution?
Follow the same route as #14857. The biggest hurdle would be getting the regex for phone numbers.