Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-33241

Please add a class specifying the resulting heading level of the title of the page to the div.wiki-content element

    • Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • None
    • Page - Export / Import
    • 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.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Now it is impossible to add multilevel numbering to the page headings in multipage PDF export.
      It is because of enclosing page's heading elements (that may be demoted to h1,h2,h3,...h7 during page hierarchy building when exporting) into the div.wiki-content > div.pagetitle.
      That's why calling smth. like h1

      { counter-reset: h1-title; }

      has no meaning because it will create a new instance of h1-title counter in the parent element div.wiki-content > div.pagetitle and will be popd after it is closed. And when a new div.wiki-content element (a new page) will be opened there will be a untouched counter value.

      Please add a class to the div.wiki-content element that can classify the heading level (h1,h2,..h7) of the page title of the enclosed content (actually it will be enaught to copy the name of the type of the first child of the div.wiki-content > div.pagetitle element).

      Something like this:

      <div class="wiki-content h1">
      <div class="pagetitle" id="Main topic">
      <h1>Main topic</h1>
      ....
      </div>
      </div>
      <div class="hidden rendered-page"></div>
      <div class="wiki-content h2">
      <div class="pagetitle" id="Subpage title">
      <h2>Subpage title</h2>

      You can check the difference in this JS Fiddle: http://jsfiddle.net/9pJdS/4/ (see the css to point the feature use)

            [CONFSERVER-33241] Please add a class specifying the resulting heading level of the title of the page to the div.wiki-content element

            Saba Taseer made changes -
            Remote Link Original: This issue links to "Page (Bulldog)" [ 387058 ]
            Sen made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3574435 ] New: JAC Suggestion Workflow 3 [ 4335879 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3180337 ] New: JAC Suggestion Workflow 4 [ 3574435 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3040550 ] New: JAC Suggestion Workflow 2 [ 3180337 ]
            Adam Barnes (Inactive) made changes -
            Resolution New: Won't Do [ 10000 ]
            Status Original: Gathering Interest [ 11772 ] New: Resolved [ 5 ]

            Thank you for raising this suggestion.
            We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request now. Sometimes potentially valuable tickets do get closed where the Summary or Description has not caught the attention of the community. If you feel that this suggestion is valuable, consider describing in more detail or outlining how this request will help you achieve your goals. We may then be able to provide better guidance.
            For more context, check out our Community blog on our updated workflow for Suggestions
            Cheers,

            Confluence Product Management

            Adam Barnes (Inactive) added a comment - Thank you for raising this suggestion. We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request now. Sometimes potentially valuable tickets do get closed where the Summary or Description has not caught the attention of the community. If you feel that this suggestion is valuable, consider describing in more detail or outlining how this request will help you achieve your goals. We may then be able to provide better guidance. For more context, check out our Community blog on our updated workflow for Suggestions Cheers, Confluence Product Management
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2525393 ] New: JAC Suggestion Workflow [ 3040550 ]
            Efim (Inactive) made changes -
            Remote Link New: This issue links to "Page (Bulldog)" [ 387058 ]
            Rachel Lin (Inactive) made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 2296931 ] New: Confluence Workflow - Public Facing v4 [ 2525393 ]
            Status Original: Needs Verification [ 10004 ] New: Gathering Interest [ 11772 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 - TEMP [ 2192590 ] New: Confluence Workflow - Public Facing v3 [ 2296931 ]

              Unassigned Unassigned
              2f7bb2628c76 Aleksandr Vinokurov
              Votes:
              6 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: