Skip to content

Add match mode to control whether match conditions combine with AND or OR logic #8

Description

@dsebastien

It would be useful to have a match_mode: all | any to control whether match conditions combine with AND or OR logic.

Example:

match:
  match_mode: any    # Default: all (current behavior)
  path_glob: "meetings/**/*.md"
  where:
    tags:
      contains: meeting

Some tools recognize notes by tag OR folder (not both). The current AND-only semantics force splitting into separate types or using extensions

Spec section: Match Rules

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions