Hyperlink Macro

The Beautiful Assets Hyperlink macro displays a URL attribute as a clickable link. You can configure what text is shown for the link.

Configuration

  1. Insert a Beautiful Assets Hyperlink macro
  2. Select a Filter from the dropdown
  3. Select the attribute that contains the URL
  4. Choose a link text mode (see below)
  5. Click Save

Hyperlink configuration with link text options

The hyperlink macro supports three ways to determine what text is displayed for the link:

ModeDescriptionExample
URLShows the URL itself (truncated if long)https://docs.example.c...
Manual textShows custom text you specifyView documentation
AttributeShows the value of another attribute from the same objectServer-001 Docs

URL Mode

The URL is displayed directly. Long URLs are automatically truncated to keep the page clean.

Manual Text Mode

You enter a fixed text string that is used for all objects. This is useful when the link text is the same regardless of the object (e.g., “View details”, “Open documentation”).

Attribute Mode

You select another attribute from the same object type. The value of that attribute is used as the link text. This is useful when you want the link text to be dynamic, such as showing the object’s name as the link label.

If the attribute has no value for a given object, the macro falls back to showing the truncated URL.

Notes

  • The link opens in a new browser tab
  • If the URL attribute has no value, the macro displays nothing
  • The same link text modes are available in the Table and List macros for URL columns