Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-2692

Wiki should have a documentation-like print style (BB-1617)

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      For people that use the wiki for documentation that can be viewed by others outside of the wiki itself (in pdf format for instance) this feature is very useful.
      This would basicly be a link of some kind to a page with a stylesheet similar to this:

      {{{
      #!css
      body {
      background: #fff !important;
      }

      #tabs, #footer, #search, #repo-menu, #wiki-nav-links, .clone-wiki, #repo-desc, #header {
      display: none;
      }

      .noprint {
      display: none;
      }

      #wiki {
      border: 0px none;
      padding: 0px;
      margin: 0px;
      }
      }}}

      The current print.css does most of the work, but still shows unnecessary information. This stylesheet, joined with the correct browser settings of course, can be used to print documents as they were made using a common text processor.

      The output of this would be something like the attached file.

      Attachments

        Activity

          People

            Unassigned Unassigned
            3b26d6f2af41 danielbcorreia
            Votes:
            8 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: