#
812a20f7 |
| 17-Jun-2021 |
Iain Hallam <iainhallam@users.noreply.github.com> |
Value aggregation type (#386)
* Allow a single value to be used inline in the page
* Removed debug line
* Added short form of value syntax - {{$s.f}}
* Refactor inline parsing into a new cl
Value aggregation type (#386)
* Allow a single value to be used inline in the page
* Removed debug line
* Added short form of value syntax - {{$s.f}}
* Refactor inline parsing into a new class and add filtering for page ID
* Allow recovery if the user has used single quotes
* Fixed metadata rendering when using $INFO['id']
* Handle no result better
* Add configuration for whether to show a no records text
* Linter fixes
* Match array style with other entries
* Simplify tokenising with -> separator
* Replace use of GLOBALS array
* Revert to dots, remove block syntax
* Suggestion of future syntax
* Use space-separated parameters
* Explanatory comments
* Increase sort order
* Don't lint for errors required by DokuWiki
* Move syntax description to class documentation
* Draft InlineConfigParser test
* Docstring alignment
show more ...
|
#
8a30dd7d |
| 18-Apr-2021 |
Frieder Schrempf <34034373+fschrempf@users.noreply.github.com> |
Add config option to show data on the top of the page (#550)
* Add config option to show data on the top of the page
Currently the default behavior is to show the data below the first
heading if
Add config option to show data on the top of the page (#550)
* Add config option to show data on the top of the page
Currently the default behavior is to show the data below the first
heading if it is found, or else on the top of the page.
In addition to the existing option to always show the data on the
bottom, let's also add an option to show it always on the top.
As we want to stay compatible with existing setups that use the
'bottomoutput' option we add another boolean 'topoutput'. The former
takes precedence over the latter and only if both are unset, the
default behavior of showing the data below the first heading is used.
Signed-off-by: Frieder Schrempf <dev@fris.de>
* fixup! Add config option to show data on the top of the page
show more ...
|