thephm/hal_md

see all birthdays by month in a single file

Closed this issue · 3 comments

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...

Great idea thanks! And thanks for the improved regex, I'm so weak with regex that I used ChatGPT to help me create them 🤣

I've been working on a Python script for this and had some success, sample output;

https://github.com/thephm/sample/blob/7d4f65dd51e14f2e8d772b9ce6c4778145076f21/Computer%20Science%20People's%20Birthdays.md

Computer Science People's Birthdays.png

After a few mins work putting on a canvas in Obsidian