From 9a89953f24ad4b3d9415d1306a2206ff45109279 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Sun, 28 Feb 2021 02:39:08 -0800 Subject: [PATCH] Expand link prefixes https://beradrian.wordpress.com/2010/01/15/special-links/ --- lib/widgets/editor.dart | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/widgets/editor.dart b/lib/widgets/editor.dart index 5c87b4e6..b49598bc 100644 --- a/lib/widgets/editor.dart +++ b/lib/widgets/editor.dart @@ -35,6 +35,16 @@ const linkPrefixes = [ 'mailto:', // email 'tel:', // telephone 'sms:', // SMS + 'callto:', + 'wtai:', + 'market:', + 'geopoint:', + 'ymsgr:', + 'msnim:', + 'gtalk:', // Google Talk + 'skype:', + 'sip:', // Lync + 'whatsapp:', 'http' ];