Links

To insert hyperlinks in your documents, use a link tag. Link tag syntax is the same as a simple text tag:

{{ MyLink }}

Links are filled in using the link structure shown below:

This preview shows the tag fields exactly as they appear in the TemplateDocs UI.

This will create a link to "https://example.com" with the text "Visit Our Website" and a tooltip that appears when hovering over the link.

Link Example
PropertyTypeDescription
_typestring
Must be set to "link"
targetstring
Required. The URL for the link
textstring
Optional. Display text for the link. If not provided, the target URL will be used
tooltipstring
Optional. Tooltip text that appears when hovering over the link

Examples

Simple Example

This preview shows the tag fields exactly as they appear in the TemplateDocs UI.

Since text is not provided here, the target URL will be used as the link text. This will create a link with the text "https://example.com"

https://example.com

Custom Text and Tooltip

This preview shows the tag fields exactly as they appear in the TemplateDocs UI.

The resulting document will look like this:

Visit Our Website

Links - TemplateDocs Documentation