Metadata

Metadata

In CMSpider every wiki document can have a metadata block.

At the moment, metadata are used to built tables of content of folders.

In the future, they will be used for new features like:

From the Java application point of view, the Metadata block is just a key-value text following the properties syntax.

Metadata block example
 Metadata {
     Icon = documents.jpg
     Summary = A brief description.
 }

To build a table of content of a folder:

 $TOC$