Is your feature request related to a problem? Please describe.
I would like to create some folders with year and as subfolder month, for this I need a separate variable for month. Furthermore, I would like to have the variable with the time without separator 23.59 => (2359), would be great if we also get a separate variable or separate the hours and minutes into separate variables, so that the user can decide for himself what the file name should look like.
Describe the solution you'd likevar naming is just a example, you can provide better naming, my suggestion only applies to the number of variables and the high granularity
Is your feature request related to a problem? Please describe. I would like to create some folders with year and as subfolder month, for this I need a separate variable for month. Furthermore, I would like to have the variable with the time without separator 23.59 => (2359), would be great if we also get a separate variable or separate the hours and minutes into separate variables, so that the user can decide for himself what the file name should look like.
Describe the solution you'd like var naming is just a example, you can provide better naming, my suggestion only applies to the number of variables and the high granularity
time vars:
date vars:
Additional context my current local modification is
for using in my yml-config:
filename: "{iso_date}.{time_HM} {event_title}"