Tools to render information based on queries at view-time.
Documents
The following documents are tagged with this tag.
Name | Short Description | Doctype |
---|---|---|
Agile documentation is not another buzzword. There is actually a set of rules to follow which will lead to meaningful documentation. Writing helpful documentation is not easy, but it gets a lot easier with the agile mindset - and with the projectdoc Toolbox. |
topic |
|
It is pretty easy to annotate dynamic lists with the projectdoc Toolbox on Confluence. |
topic |
|
Lists references to projectdoc documents in a list. List contain names and optional short descriptions. |
macro |
|
Lists references to projectdoc documents in a list. List items are defined by templates referencing properties. |
macro |
|
Lists references to projectdoc documents in a table. Allows to select document properties for columns. Also non-list representations are provided. |
macro |
|
Renders transcluded content fetched from documents of a result set. |
macro |
|
Renders a table of index entries. |
macro |
|
A short introduction on compiling projectdoc documents in dynamic lists using constraints. |
topic |
|
The Content Marker Macro identifies content that can be displayed using the Display Table Macro. This is a short tip on how to transclude content from a projectdoc document. |
topic |
|
Renders transcluded content fetched from documents of a result set. |
macro |
Property Values
Macros that generate a dynamic list automatically should be used as property values carefully. As long as the property value should be displayed at the time the page is rendered, everything is fine. But since the value rendered at the time of saving the page is set into the Lucene index, searching for this page yields only under certain contexts the required results.
Suppose the Display Table Macro is used as a value for a property in the Document Properties Marker Macro. At the time of saving the page the list shows the rows A and B. On a query on that property with value A, B or A AND B, the page will be part of a result set.
Later on the the page is displayed (but not again saved) and now shows B, C, D. The page will still be on the result set for the query with value A, B or AND B. This is because the Lucene Index is not updated unless the page is saved.
Automatic List
The terms dynamic list and automatic list are synonyms.
The term dynamic value is more general than dynamic list. It is a dynamic list with only one item or may refer to any other tool that generates a value at request time.
Resources
Resources related to automatic / dynamic lists.
- Automatic Lists
- Automatic lists are part of every Confluence instance. Especially the Dashboard lists all recent changes automatically. And there are macros to list documents by label and other properties. The projectdoc Toolbox supports queries on any properties defined for your documents. This allows you to provide lists of references to your readers that are relevant in a given context.
- Reference
- A reference is a directed relation to an entity.
- Transclusion
- Tools to provide or consume content to support reuse.