Ordeeper / obsidian-journaling-plugin

View daily notes in a journal-like format, similar to Logseq. It enhances note organization and facilitates better reflection by consolidating daily notes into a continuous journaling view.
MIT License
19 stars 0 forks source link

Empty Journaling file being created #3

Open kizmit99 opened 6 days ago

kizmit99 commented 6 days ago

My daily notes are stored in a dir/file structure of "Daily Journal/YYYY/MM-MMMM/Do MMMM YYYY" (so something like: Daily Journal/2024/10-October/8th October 2024). My Journaling plugin is configured with the following settings:

I was expecting (hoping?) this would produce a rollup view for each year.
It is actually creating a Journaling.md file/note where I would hope (Daily Journal/2021/Journaling.md, Daily Journal/2022/Journaling.md, etc) - but only the 2024 file has any content in it, the other years are blank.

In addition the Journaling.md file that is created at Daily Journal/2024 has the note entries listed in a scrambled order (neither old-to-new or new-to-old), it is close, but a few entries each month are misplaced. I believe this is covered by issue #2

kizmit99 commented 5 days ago

I'll go ahead and throw this request here as well. It would be nice to have the option to create the Journaling rollups at each (or specified) folder level. For example, rollups of the dailies at the month level, then rollups of the monthly rollups at the year level.