mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-15 21:43:17 +00:00

* 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