LinkingScroll uses the links in the wiki pages to generate links in the exported document. You can link to pages in the same space, or outside Confluence. Linking to a Confluence PageIn Wiki Markup, links are denoted by square brackets. Whenever you place text between square brackets, Confluence recognizes it as a link. You can display your own text instead of the page name: Inside the square brackets, insert the required text followed by a vertical bar and then the page name. The second example below shows this.
In the above examples, 'User Guide' is the name of the page you want to link to.
Linking to AnchorsAnchors allow you to link to specific places within a page. Anchor links can be especially useful when navigating between sections of a long page or when you want to link to a segment of a page and not to the page as a whole. Anchors are made up of two parts:
In Confluence, you can place an anchor in a page using the anchor macro. This creates an anchor called "here", but you can substitute this with whatever name you like. {anchor:here}
Once an anchor is in the page, you can link to it by putting #here (or whatever anchor name you choose) at the end of a link pointing to that page. For example, there are two anchors in this page called "top" and "bottom", which you can link to like so: [#top] [#bottom] These links come out like this: top bottom. More examples:
Linking a Web PageTo link to a web page outside Confluence,
Scroll Internals
DocBook SupportDocbook will generate xref and link elements. More information about linking in DocBook can be found here: |

Add Comment