Bug: Format contains illegal characters
Xtremefaith opened this issue · 1 comments
I have a folder structure that I want my notes to follow so that I can cleanly manage each year to support my yearly transition process. From this screenshot you can see my attempted structure, but when escaping characters to support this I'm getting a validation error.
The result (as you can see from this screenshot) is working. I've ignored the warnings because I have the results I essentially wanted but as noted above, I wonder if this is related to the issue now with my calendar not showing the note dots that used to appear.
Is there a more proper way I should be configuring my setup to avoid the validation error or any other potential conflict?
From my limited experimentation, it seems that your issue is caused by using backslashes rather than square brackets for escapement. Per the syntax reference you should enclose your literals with square brackets.
This would mean your daily note format would look like this: YYYY/[Daily]/YYYY-MM-DD
.
I wonder if this is related to the issue now with my calendar not showing the note dots that used to appear
I think this is very possible, please let me know if this fixes the calendar dots issue as I am interested to know.