docs: document quoting requirement for multi-word filter values #34

Merged
Carsten merged 1 commit from docs/page-list-quote-multiword-values into main 2026-06-01 22:58:18 +02:00
Owner

The parse_args function uses shlex.split, which supports shell-style
quoting. Values containing spaces must be quoted to be treated as a
single token, otherwise each word becomes a separate argument.

Add a general directive rule and a page_list example:
::page_list author="Mary Shelley"::

Update README accordingly.

The parse_args function uses shlex.split, which supports shell-style quoting. Values containing spaces must be quoted to be treated as a single token, otherwise each word becomes a separate argument. Add a general directive rule and a page_list example: ::page_list author="Mary Shelley":: Update README accordingly.
The parse_args function uses shlex.split, which supports shell-style
quoting. Values containing spaces must be quoted to be treated as a
single token, otherwise each word becomes a separate argument.

Add a general directive rule and a page_list example:
  ::page_list author="Mary Shelley"::

Update README 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!34
No description provided.