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
I have several files with the same name spread across the graph (index / inbox files in various folders / sub-hierarchies, e.g. work/-INBOX-, projects/-INBOX-, ... and a global -INBOX- for quick notes to process later.)
Because the change log link doesn't include the full path, most of these notes get lost / aren't properly tracked by the change log.
Notes should be linked by the full path instead. (There's even an Obsidian option, but I'm not sure if it's accessible or if there's an API call to generate a link according to the current setting. Didn't see anything on the file descriptor itself.)
I have several files with the same name spread across the graph (index / inbox files in various folders / sub-hierarchies, e.g.
work/-INBOX-
,projects/-INBOX-
, ... and a global-INBOX-
for quick notes to process later.)Because the change log link doesn't include the full path, most of these notes get lost / aren't properly tracked by the change log.
Notes should be linked by the full path instead. (There's even an Obsidian option, but I'm not sure if it's accessible or if there's an API call to generate a link according to the current setting. Didn't see anything on the file descriptor itself.)
I locally edited the JS resulting from https://github.com/badrbouslikhin/obsidian-vault-changelog/blob/main/main.ts#L91 to
and that works for me, for now. But others will probably also run into this.
The text was updated successfully, but these errors were encountered: