Using the simplest form of the macro, all you need to enter is the name of your SharePoint list or document library, and optionally the path to a document. The SharePoint Link macro will create a hyperlink on your page, pointing to the SharePoint location or file specified.
- Enter the following text onto the Confluence page to link to a list:
{sp-link:LIST-NAME}my hyperlinked text{sp-link}
|
Or enter the following text to link to a specific document:
{sp-link:LIBRARY-NAME/DOCUMENT-NAME}my hyperlinked text{sp-link}
|
- Replace the text '
LIST-NAME' with your own values for your SharePoint list name, or replace the text 'LIBRARY-NAME/DOCUMENT-NAME' with your SharePoint document library and file name.
- Replace the text '
my hyperlinked text' with the words that you want displayed as a hyperlink on the Confluence page.
|