...
This article illustrates how to create a profile in the macros using a URL.
Info | ||
---|---|---|
Before you begin:
A raw URL is defined as the part of the URL following the domain information and includes the query string, if present. For example, in the URL string http://www.contoso.com/articles/recent.aspx, the raw URL is /articles/recent.aspx.
/projects/:id/repository/files/:file_path/raw
https://gitlab.com/api/v4
https://gitlab.com/api/v4/projects/:id/repository/files/:file_path/raw?ref=master
|
...
For this example, let's consider using profiles with the HTML macro.
Anchor
...
html_
html_ |
...
57_HowTo_CompleteURL
57_HowTo_CompleteURL |
...
html_
html_ |
...
57_HowTo_CompleteURL
Using an absolute URL in a profile
57_HowTo_CompleteURL |
You can create a profile by providing the complete URL for the HTML/XML content.
Navigate to CONFLUENCE ADMINISTRATION > Settings > ATLASSIAN MARKETPLACE > HTML > Profiles.
Tip title Try this for newer Confluence versions Select > Manage apps, either search for HTML for Confluence or scroll to Bob Swift Configuration, and click HTML to view app configuration.
Click Add Profile.
- Enter a unique name for the profile in the Profile name text box. For this example, enter BitURL in the text box.
- Select URL Select URL from the options in Profile type.
Enter https://bitbucket.org/bob_swift/gint/raw/9c1b737cf0ff28ddf7cbbd199685e533d310ce9f/README.html, for example, in the URL text box.
Click Save profile to create the profile.
...
- Add the HTML macro or edit an existing macro on the page.
- Select BitURL from the Profile list and then, click Save.
<screenshot>
...
Anchor
...
html_
html_ |
...
57_HowTo_FixedURL
57_HowTo_FixedURL |
...
html_
html_ |
...
57_HowTo_FixedURL
Using a partial URL in a profile
57_HowTo_FixedURL |
You can create a profile by providing a partial URL to access the remote location and entering relative path to the relevant file in the HTML macro.
Navigate to CONFLUENCE ADMINISTRATION > Settings > ATLASSIAN MARKETPLACE > HTML > Profiles.
Tip title Try this for newer Confluence versions Select > Manage apps, either search for HTML for Confluence or scroll to Bob Swift Configuration, and click HTML to view app configuration.
Click Add Profile.
- Enter a unique name for the profile in the Profile name text box. For this example, enter BitURL in the text box.
- Select URL from the options in Profile type.
Enter https://bitbucket.org in the URL text box.
Click Save profile to create the profile.
...
- Add the HTML macro or edit an existing macro on the page.
- Select BitURL from the Profile list in the editor.
- Enter the relative path to the /bob_swift/gint/raw/9c1b737cf0ff28ddf7cbbd199685e533d310ce9f/README.html file file, for example, in the Location of HTML data parameter.
- Click Save.
<screenshot>
...
Info |
---|
This method allows multiple users to access a profile across pages and instances of the macros. |
...