Pattern
Goal
Adding the ability to use the matched value from a pattern in the Title of a schema.
Proposal
Adding the option to use matched values from the pattern in the title like substitution in RegEx.
Example
schemas:
- id: month
pattern: /((?:0[1-9])|(?:1[0-2]))/
title: "Month: $1"
Backlinks