• Icon: Suggestion Suggestion
    • Resolution: Duplicate
    • None
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      (via Nick Minutello)

      It would also be very useful is to be able to set user-defined metadata for a given snip/page. This metadata could added to the indexing for full-text search. It could also be used to drive generation of hierarchical navigation tree (cross-space).

      Something along the lines of:

      Defining Menu (perhaps as macro-registration config):

      <Menu category="type" values="Documentation" render="html"> <!-- defines
      specific menu – >
      <!-- will resolve to all categories with type of documentation, and
      category values for "product" – >
      <Menu category="product" values="*" render="dhtml">
      <Menu category="Services" values="Services*" render="dhtml"/>
      <!-- will resolve to any snip with categories matching hierarchy -->
      </MenuList>
      </Menu>

      Could give either a static hml (or even DHTML) navigation menu
      Documentation->
      Jira ->
      Services ->
      Backup Service
      POP Service
      Confluence ->
      Services ->
      RSS Service

      This means that you can have live navigation (ie add a new snip, it automatically appears in the nav under the correct categories). It also means you could access the same snip under different category navigation directions (when it rightly satisfies both categorisations).

      Even cooler would then be the next step of auto-generation of categorisation metadata from the snip/page contents (if you happened to have some natural language (bayesian) means of categorisation - ala Autonomy)

            [CONFSERVER-190] Page Meta Data

            As a long time Confluence user I used to organise all of the company's page using page properties and labels.
            Although it is a working solution, I had discovered it is not robust enough and missing some essential capabilities.

            This is why we have created Metadata for Confluence Cloud !
            It breaks the limitations of labels and page properties for organising pages, lets you configure your own fields with various types, input and query them.
            Additionally, it includes a few macros to integrate the metadata inside the page.

            Give it a try with a free trial 

            Roey Shamir added a comment - As a long time Confluence user I used to organise all of the company's page using page properties and labels. Although it is a working solution, I had discovered it is not robust enough and missing some essential capabilities. This is why we have created  Metadata for Confluence Cloud  ! It breaks the limitations of labels and page properties for organising pages, lets you configure your own fields with various types, input and query them. Additionally, it includes a few macros to integrate the metadata inside the page. Give it a try with a free trial 

            I can't see anything here that isn't covered by the existing ContentProperty functionality (arbitrary metadata), or the upcoming labels feature (CONF-2727), so I'm resolving this as duplicate.

            Charles Miller (Inactive) added a comment - I can't see anything here that isn't covered by the existing ContentProperty functionality (arbitrary metadata), or the upcoming labels feature ( CONF-2727 ), so I'm resolving this as duplicate.

            Yep, user assigned metadata would be a great improvement. Especially if you could search based upon the metadata. Of course, you would be able to subscribe to rss's of these searches too. For example, at our company we do daily status blogs. It would be great to be able to subscribe to daily status blogs as a feed. More generally, and thinking as I type, it would be good to be able to subscribe to search results.

            Step two would be automatically classifying content using a automatic text classifier, ie, classifier4j, or ibm's reasoning engine toolkit.

            http://www.devx.com/opensource/Article/22019?trk=DXRSS_JAVA
            http://www.alphaworks.ibm.com/tech/able?open&S_TACT=104AHW61&S_CMP=GR&ca=dgr-eclpsw02awable

            denis krizanovic added a comment - Yep, user assigned metadata would be a great improvement. Especially if you could search based upon the metadata. Of course, you would be able to subscribe to rss's of these searches too. For example, at our company we do daily status blogs. It would be great to be able to subscribe to daily status blogs as a feed. More generally, and thinking as I type, it would be good to be able to subscribe to search results. Step two would be automatically classifying content using a automatic text classifier, ie, classifier4j, or ibm's reasoning engine toolkit. http://www.devx.com/opensource/Article/22019?trk=DXRSS_JAVA http://www.alphaworks.ibm.com/tech/able?open&S_TACT=104AHW61&S_CMP=GR&ca=dgr-eclpsw02awable

            I'm currently using the CodeHaus method of generating a navigation menu - using a special page called "Navigation" that contains a

            {Children}

            macro, plus some static links. Then I have an include to this page, in my Space's Main Decorator.

            This solution is kludgey and I'd like to see a more elegant way to generate a navigation menu (like this issue/suggestion). I'd also like to use CSS tab style nav menu like that of the sourceforge project "Struts Menu". This requires some additional hooks so that the displayed page can be linked to its menu listing and be given a different CSS attribute (e.g. tabOn vs tabOff).

            Nick dos Remedios added a comment - I'm currently using the CodeHaus method of generating a navigation menu - using a special page called "Navigation" that contains a {Children} macro, plus some static links. Then I have an include to this page, in my Space's Main Decorator. This solution is kludgey and I'd like to see a more elegant way to generate a navigation menu (like this issue/suggestion). I'd also like to use CSS tab style nav menu like that of the sourceforge project "Struts Menu". This requires some additional hooks so that the displayed page can be linked to its menu listing and be given a different CSS attribute (e.g. tabOn vs tabOff).

              Unassigned Unassigned
              mike@atlassian.com Mike Cannon-Brookes
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: