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

    XMLWordPrintable

Details

    • 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.

    Description

      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)

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: