obsidian-periodic-notes icon indicating copy to clipboard operation
obsidian-periodic-notes copied to clipboard

Change how the quarter period is defined

Open rotkiv1205 opened this issue 11 months ago • 3 comments

Hello!

Love the plugin and thought I'd shoot a request I've had.

I would benefit from being able to change how the quarter period is defined.

My use case is that I use periodic notes as a diary-of-sorts in connection to my studies at uni. There we have 4 study periods per year which don't align with normal quarters. So like, today is the start of study period 4, for example.

Is it currently possible to change this or is it a feature that could be added?

rotkiv1205 avatar Mar 18 '24 11:03 rotkiv1205

I do something similar to align calendar years with financial years for our company, e.g. 2024-Q1 is FY2024-Q4, and 2024-Q2 is FY2025-Q1. The financial year is the calendar year plus 9 months, so I add a simple calculation in my quarter template

- {{quarter:YYYY-[Q]Q}}
- FY{{quarter+9M:YYYY-[Q]Q}}

arnoesterhuizen avatar Apr 11 '24 13:04 arnoesterhuizen

That's nice and something along the lines of what I'm searching for! If I understood you correctl, you use those calculations in the body of a template note? Is it possible to add something similar to note title in the settings of the plugin? image Or is there another way to make it so that the filename has this calculation?

rotkiv1205 avatar Apr 11 '24 20:04 rotkiv1205

Yep, those are used in the template, but I haven't thought of trying it in the filenames. Try adding it an see if it works?

arnoesterhuizen avatar Apr 12 '24 06:04 arnoesterhuizen