title | description |
---|---|
How to create a bookmark on a page in {{ wiki-full-name }} |
Follow this guide to create a bookmark on a page. |
{% include actions-alert %}
To go to the specified area on the current or any other page, use an anchor:
-
Open the page in edit mode and add a label to the text using the
anchor
block. -
When generating a link to the specified part of the page, insert an anchor link.
Clicking the link will redirect the user to the part of the page where the label is placed.
{% note info %}
You cannot use anchors to navigate to rows in a dynamic table.
{% endnote %}
{{anchor href="anchor_name"}}
or
{{a href="anchor_name"}}
Parameter | Description |
---|---|
href |
This is a required parameter. Contains the anchor name. Do not use spaces in the anchor name. |
title |
Contains the anchor heading. |
text |
Contains the anchor text. Shown on the page. |
Add the #
character to the right of the page URL and place the anchor name after it:
{{ wiki-pagename }}/#<anchor_name>
To add a link to an anchor on the same page, you do not need to specify the full URL:
#<anchor_name>