Table of Contents

About

The ComboStrap Metadata Viewer is an utility that renders a box with all known page metadata's in a raw form without any filtering.

It's used mainly for support purpose.

You will see:

Type

You can:

Window

The metadata viewer is accessible via the metadata manager

Metadata Viewer Link Button In Metadata Manager

Tag

You can render the metadata of a page with the metadata tag

<metadata title="Metadata" exclude="tableofcontents|user"/>

where:

  • title is the title of the box
  • exclude is an attribute with a regular expression pattern that permits to exclude metadata from rendering.

Output without the table of contents and the user properties

Metadata

  • aliases :
    • 0 :
      • path : ':wiki:markup_docs:semantic:viewer'
    • 1 :
      • path : ':docs:semantic:viewer'
    • 2 :
      • path : ':wiki:markup_docs:semantic:viewer'
  • canonical : ':metadata:viewer'
  • creator : ''
  • date :
    • created : '2022-01-09T21:17:00+00:00'
  • description :
    • abstract : 'The ComboStrap Metadata Viewer is showing you the page metadata while editing it.'
    • origin : 'frontmatter'
  • h1_parsed : 'ComboStrap Page Metadata - The Metadata Viewer'
  • keywords : 'web,metadata,data structure'
  • last_change :
    • date : '2023-04-17T20:40:35+00:00'
    • extra : ''
    • id : 'docs:metadata:viewer'
    • ip : '127.0.0.1'
    • sizechange : 1850
    • sum : 'created - external edit'
    • timestamp : 1681764035
    • type : 'C'
  • low_quality_indicator_calculated : false
  • name : 'Metadata Viewer'
  • page_id : 'onyh0nm03xkqnuq7ul29h'
  • references : NULL
  • title : 'The ComboStrap Metadata Viewer'
  • toc :
    • 0 :
      • level : 1
      • link : '#combostrap_page_metadata_-_the_metadata_viewer'
      • title : 'ComboStrap Page Metadata - The Metadata Viewer'
      • type : 'ul'
    • 1 :
      • level : 2
      • link : '#about'
      • title : 'About'
      • type : 'ul'
    • 2 :
      • level : 2
      • link : '#type'
      • title : 'Type'
      • type : 'ul'
    • 3 :
      • level : 3
      • link : '#window'
      • title : 'Window'
      • type : 'ul'
    • 4 :
      • level : 3
      • link : '#tag'
      • title : 'Tag'
      • type : 'ul'
    • 5 :
      • level : 2
      • link : '#configuration'
      • title : 'Configuration'
      • type : 'ul'
    • 6 :
      • level : 3
      • link : '#metadataviewerdefaultattributes'
      • title : 'metadataViewerDefaultAttributes'
      • type : 'ul'
This message was fired by the ComboStrap Metadata Viewer

Configuration

metadataViewerDefaultAttributes

This configuration set the default attributes of all metadata box.

By default, the value filters the table of contents.

title="Metadata" exclude="tableofcontents"