You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code assumes the next date lives in the same directory as the current date.
In my vault I organize dates in nested directories by Timestamps/yyyy/MM-MMMM/yyyy-MM-dd-cccc. When I reach the last day of a month, the next note is a dead link because it assumes the same directory as the current day:
Clearly 2024-05-01 should not live in the 04-April directory, and the link is greyed out because it points to a non-existing file:
To Reproduce
Steps to reproduce the behavior:
Organize date notes in separate directories by say month or year
Enable the date notes builder
Select last date in directory
Next date is a dead link
Expected behavior
Link should point to the directory of the next date.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a bug in the date builder here:
breadcrumbs/src/graph/builders/explicit/date_note.ts
Lines 88 to 92 in af50de1
This code assumes the next date lives in the same directory as the current date.
In my vault I organize dates in nested directories by
Timestamps/yyyy/MM-MMMM/yyyy-MM-dd-cccc
. When I reach the last day of a month, the next note is a dead link because it assumes the same directory as the current day:Clearly
2024-05-01
should not live in the04-April
directory, and the link is greyed out because it points to a non-existing file:To Reproduce
Steps to reproduce the behavior:
Expected behavior
Link should point to the directory of the next date.
The text was updated successfully, but these errors were encountered: