Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

One frequent complaint heard from confluence users is that information is in confluence can be hard to find. This often happens because while While confluence spaces often start out well organized over time as pages are added in a haphazard way the space becomes disorganized, and it is hard for user to distinguish up-to-date content from obsolete information.

...

From within any confluence space you can see the complete page tree by selecting Browse, Pages from the menu at the top of the page, the then select View: Tree.

Within the tree it is now possible to simply drag pages from one location to another. You can drag individual pages, or a whole sub-tree of pages in one operation. Moving pages in this way will not break links to existing pages, since the URL's of the pages do not change. By default each page sorts its children alphabetically, but you can set an explicit page order by dragging and dropping pages. In the image above the Confluence folder has been configured to not sort its pages alphabetically, clicking on the Image Added icon beside the page will re-sort its children alphabetically.

(warning) . ( It is perhaps advisable to try this on your personal confluence space first, before tackling a larger space. It is easy to accidentally drop a whole set of pages in the wrong place some obscure location but once you get used to it moving pages becomes very fast .) and easy.

Inserting a page tree in your own pages

The {pagetree} macro can be used to insert a navigation page into any confluence page. This can be a convenient way to allow users to explore the organization of pages within the space. The {pagetree} macro can be configured to display the entire page hierarchy for the space or a subset of the tree starting at any specific page. The following example is created using

Code Block

{pagetree:root=Confluence}

Note that you can click on the + beside the top level pages below to see the children of particular pages.

Page Tree
rootConfluence

Searching within a page tree

The {pagetree} can be used to also display a search box which searches only within the specified tree of pages. Alternatively the {pagetreesearch} macro can be used to display the search box without the tree. For example

Code Block

{pagetreesearch:rootPage=Confluence}

displays

Page Tree Search
rootPageConfluence

or

Code Block

{pagetree:root=Confluence|searchBox=true}

displays

Page Tree
rootConfluence
searchBoxtrue

More information

A fuller description of the features described here can be found in the Atlassian Confluence documentation. Documentation on the {pagetree} and {pagetreesearch} macros can be found in the Confluence Content section of the Confluence Notation Guide.