feature/page-list-generic-filters #33

Merged
Carsten merged 2 commits from feature/page-list-generic-filters into main 2026-06-01 21:27:45 +02:00
Owner
No description provided.
Previously the directive only supported filtering by the 'section'
frontmatter field. This change makes any frontmatter key usable as a
filter argument, so callers can write e.g.:

  ::page_list section=books::          (unchanged behaviour)
  ::page_list author=Jane limit=5::
  ::page_list language=da section=books limit=0::

Multiple filters are ANDed together. The special 'limit' argument is
excluded from the filter set. Backwards-compatible: existing uses of
section= continue to work without modification.
- directives.md: replace section-only example with full filter syntax,
  document that any frontmatter key works as a filter argument
- README.md: note that custom frontmatter keys are usable as page_list
  filters; update section description accordingly
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Carsten/NomadNet_CMS_Starter!33
No description provided.