see all birthdays by month in a single file
Closed this issue · 3 comments
ronniemyers commented
There may be some use cases where someone wants to use a single markdown file Birthday.md to see all birthdays by month.
Example:
January
[/^(birthday)/: /.*01-\d{2}$/]
February
[/^(birthday)/: /.*02-\d{2}$/]
etc...
thephm commented
Great idea thanks! And thanks for the improved regex, I'm so weak with regex that I used ChatGPT to help me create them 🤣
thephm commented
I've been working on a Python script for this and had some success, sample output;
thephm commented
