Skip to main content
Skip table of contents

Use Page Keys

Open the wanted page and click the Scroll Versions Dropdown > Add Page Key to assign a page key to a page.

The Page Key initially falls back to the Page Key of the previous version. If you want to have version specific Page Keys, you would need to change the Page Key explicitly. On publish the Page Key will also be published.

The Page Key functionality can be used in exports created by our Scroll HTML Exporter as well as in Scroll Viewport.

Things to keep in mind:

  • Page Keys are limited to 64 characters. Acceptable characters are: "_", "-", "+", "a-z", "A-Z", "0-9"

  • If you try to assign a page key that has already been used, you'll receive a message: "The specified page key is already in use by page <pagename>."

Hide a page key from readers

By default, page keys are visible to all users. You can hide space keys on a global level across your entire Confluence system or on a space level. The procedure is the same for both.

  1. Go to Space Admin if you want to hide page keys on a space level, or Confluence Admin if you want to hide them across your entire system.

  2. Under Look and Feel > Stylesheet, click Edit and enter the following code:

    CODE
    a.sv-scroll-page-key {
      display: none;
    }
  3. Click Save.

The Page Key is now hidden via CSS.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.