Skip to content

Adds support to process custom fields#39

Open
apachler wants to merge 3 commits intojgillula:mainfrom
apachler:feature/custom-fields
Open

Adds support to process custom fields#39
apachler wants to merge 3 commits intojgillula:mainfrom
apachler:feature/custom-fields

Conversation

@apachler
Copy link
Copy Markdown

@apachler apachler commented Aug 6, 2025

This PR adds support to process custom fields by following ruleset

Ruleset for Custom Field:
  match: True
  metadata_regex: 'Eingegangen (?P<entry_day>\d{1,2}).(?P<entry_month>\d{1,2}).(?P<entry_year>\d{4})'
  metadata_postprocessing:
    title: "Test Custom Fields Functionality"
    custom_fields:
      Eingegangen: '{{entry_year}}-{{entry_month}}-{{entry_day}}'

This ruleset will add a custom field named Eingegangen with content matched by metadata_regex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant