URL formats
Sites
URL for an outer website
https://my-domain.com/path
URL to a specific page of the current website.
/path/to/page
New tab
Append ||blank to a URL to open it in a new browser tab. The suffix is not part of the real link address.
https://my-domain.com/path||blank
Email
URL to your email. When clicked the user's email client will be opened.
mailto:[email protected]
And you can add subject & body text to your email links. Especially useful when you have multiple email links and wants to distinguish them. You can generate the email URL here Mailto link generator
mailto:[email protected]?subject=mysubject&body=mybody
Phone
URLs to your phone. When clicked the user's phone/SMS/skype client will be opened.
tel:1234567
sms:1234567
skype:1234567
Scroll point
You can target a specific scroll point on this page with #name ( replace name with the actual name of the scrollpoint ).
Or use smart links starting with scrollpoint:.
#scrollpointname
scrollpoint:next
scrollpoint:prev
scrollpoint:first
scrollpoint:last
Slide
You can target a specific slide on this page with #name ( replace name with the actual name of the slide ).
Or use smart links starting with slide:.
#slidename
slide:next
slide:prev
slide:first
slide:last