Open ketrab2004 opened 1 year ago
+1 on this one. I have the issue that the Calendar plugin doesn't take the folder path into account when rendering links, which means that filenames that are not unique vault-wide might link to period notes from previous months/years. In my specific case, I keep weekly notes in gggg/[week] w
. Now that I'm completing my first yearly cycle of note-keeping in this format, Calendar's weekly note link for week 41 of 2023 (the period note for that is 2023/week 41
) says that the note already exists (it does not), and the link leads me to last year's week 41 note, 2022/week 41
I discovered something which is not strictly related to your issue, but might be helpful for other folks who stumble upon this note.
The note format is split by path. In my case I was using a format like [journal/]gggg[/w]ww
. When that was being split, the trailing part was w]ww
which can't be parsed by moment. When I moved my /
outside of my []
then suddenly my weekly note issues disappeared.
Hope this helps somebody else save some time... :-)
Seems to be addressed in 1.0.0-beta.3 which you can install through BRAT.
I have the same issue with Periodic Notes In Daily notes I was using YYYY/MM-MMM/YYYY-MM-DD
for the date format
In Periodic Notes, the "will be created at" and "Format" previews show red if I include any slashes at all. This is true for Weekly Notes as well. I don't see "Filename must be unique".
The format above does actually work for daily notes. The format YYYY/gggg-[W]WW
works for weekly notes.
I am able to create a new daily or weekly note using the command palette. They are created in the correct folder.
I'll be happy to test again once the release version of periodic Notes is updated. (I don't know what BRAT is or how to set it up, and my bandwidth is limited)
This isn't really a single bug, but a list of bugs that I think have the same or at least similar causes.
Setup
Versions
Settings
I have monthly, quarterly and yearly notes disabled.
List of bugs
Periodic Notes plugin
2023/02 Feb/12 Sun
that I think is causing this, but it shouldn't because it's a different month.Calendar plugin
The following issues are with the calendar plugin, but I am including them because I assume it's because the information it gets from this plugin is incorrect. But I'm not sure how obsidian plugins work.
When clicking create it gives an Unable to create file notification.