-
Hello everybody, I have the following problem. I want to set up my obsidian.nvim to integrate nicely with GitHub as a frontend. Assuming this project structure
Inside some-link.md I have a forward link to some-other-link.md using the markdown syntax some-other-link (some-other-link.md). This is required to be relative to the path of some-link.md because of how GitHub handles links internally. So (projects/some-other-link.md) will not work with GitHub and leads to GitHub linking .../blob/projects/projects/some-other-link.md to produce a 404. As far as I understand, using the relative link (some-other-link.md) instead of (projects/some-other-link.md) will not work inside obsidian.nvim and will produce the error Failed to resolve file 'some-other-link.md' when calling :ObsidianFollowLink. Am I doing something wrong here or is relative path in vault linking not supported by this extension (specifically :ObsidianFollowLink or gf)? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
Hey @Woodshape, this is supported in general so it looks like you may have found a bug. Is your obsidian.nvim up to date with |
Beta Was this translation helpful? Give feedback.
-
Hey @epwalsh, thanks for the quick answer. I am using the current master branch version 2.5.0. The same thing happens with :ObsidianBacklinks not working, which makes sense in this case. Btw. I am using the default config in my lazy.nvim setup. |
Beta Was this translation helpful? Give feedback.
Backlinks issue now fixed as well: 827668e