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:
- and all other metadata's of your installation (from third plugin to dokuwiki itself)
Type
You can:
- access it in a popup form
- or print them in a page via the metadata tag
Window
The metadata viewer is accessible via the 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
- canonical : ':metadata:viewer'
- creator : ''
- date :
- created : '2024-11-23T11:26:45+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 : '2024-11-23T11:26:41+00:00'
- extra : ''
- id : 'docs:metadata:viewer'
- ip : '127.0.0.1'
- mode : 'page'
- sizechange : 1850
- sum : 'created - external edit'
- timestamp : 1732361201
- type : 'C'
- low_quality_indicator_calculated : false
- name : 'Metadata Viewer'
- page_id : 'onyh0nm03xkqnuq7ul29h'
- title : 'The ComboStrap Metadata Viewer'
- toc :
- 0 :
- level : 1
- link : '#docsmetadataviewer'
- 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'
- 0 :
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"