liamcain / obsidian-daily-notes-interface

Package to create, open, and find daily notes from your Obsidian plugin
MIT License
88 stars 11 forks source link

Feature idea: Support for linking to months of a quarter in quarterly notes #22

Open brianarn opened 2 years ago

brianarn commented 2 years ago

I'd love to be able to do something in a quarterly notes template, like:

# 2022-Q1

## Months

- {{month1}}
- {{month2}}
- {{month3}}

or something like that. I'm also comfortable with trying to implement it, since I see how it's implemented for weekly.

However, that syntax doesn't feel great, month1 is what came to mind but I'm not a huge fan.

Questions: