Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleNew and Noteworthy


Section
titleCheck Property Value

With this version it is possible to show a section or content dependent on a property value.

Code Block
languagetext
property-name=my-value,!property-name2=other-value

Prior to this version hiding has been only possible on the presence or absence of a property.


Section
titleFlags Property

All document types now provide an additional hidden property to add arbitrary strings. These strings are Flags and are used to filter document.

Image Added

In contrast to Subject, Categories, and Tags, Flags are not defined by their own document type (therefore are not documented) and will not be used to describe the HTML document with metadata-sets.


Section
titleWiki Syntax

Selected macros from the projectdoc Toolbox can now be used with wiki syntax. This allows to use these macros with Confluence, where the new macros are not allowed (such as the menu).


Section
titleUpdated Doctypes

The references and resources section use the Tour Macro by default. This makes it much easier for authors to add references to internal pages and show their short description.

Image Added

The table is rendered as a definition list. So if the link in the first column of the table is an external link, and no short description is provided, the definition list supports a compact representation by omitting the data value.


Section
titleDeveloper Diaries use Templates

Some developer diaries doctypes now use the template feature with the Display Table Macro. This allows to render the Iteration property compactly with the Short Description.


...