Search the SharePoint Connector 1.1.x documentation:
Index![]()
[Downloads (PDF, HTML & XML formats)]
[Other versions]
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.
To use the basic form of the {sp-link} macro,
{sp-link:LIST-NAME}my hyperlinked text{sp-link}
{sp-link:LIBRARY-NAME/DOCUMENT-NAME}my hyperlinked text{sp-link}
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.my hyperlinked text' with the words that you want displayed as a hyperlink on the Confluence page.In the example below, we link to a specific document in a SharePoint document library. The library name is 'documents' and the document name is 'checklist.docx'.
必要な入力項目 |
Hyperlink created |
|---|---|
| {sp-link:documents/checklist.docx}a good checklist{sp-link} |