Bookmarks on pages

Warning

Dynamic blocks are fully compatible with dynamic tables and any pages created in the legacy editor.

Creating new pages in the legacy editor is no longer possible.

However, you can easily convert any existing pages from the legacy editor to the new editor format. For more information, see Switching a page to the new editor format.

Use an anchor to jump to a specific section on the current or any another page:

  1. Open the page in edit mode and add a label to the text using the anchor block.

  2. When generating a link to a specific section on the page, insert an anchor link.

Clicking the link will take the user to the page section where the label is placed.

Note

You can't use an anchor to jump to a specific row in a dynamic table.

Adding an anchor block

To add an anchor to a page, insert one of these code snippets into the required location:

{{anchor href="<anchor_name>"}}

or

{{a href="<anchor_name>"}}

Block parameters

Parameter Description
href This is a required parameter. Contains the anchor name. Don't use spaces in the anchor name.
title Contains the anchor title.
text Contains the anchor text. Shown on the page.

Note

Ensure that all anchor IDs on the page are unique.

To insert an anchor link, add the # symbol to the right of the page address and place the anchor name after it:

/<cluster>/<subcluster>/<page_name>/#<anchor_name>

For example: /users/username/my-page/#anchor.

When linking to an anchor within the same page, you don't need to include the full URL:

#<anchor_name>