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
Typing "enter" or running ObsidianFollowLink on a relative link to a non-existent file doesn't create the file as expected, but instead gives a failed to resolve file <filename> ERROR.
Config
No matter how I configure markdown_link_func, I still get the error. I even used the final config from discussion, which should to handle relative note links in case that was the problem.
Environment
❯ nvim --version
NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1732813678
Run "nvim -V1 -v" for more info
🐛 Describe the bug
Typing "enter" or running
ObsidianFollowLink
on a relative link to a non-existent file doesn't create the file as expected, but instead gives afailed to resolve file <filename> ERROR
.Config
No matter how I configure
markdown_link_func
, I still get the error. I even used the final config from discussion, which should to handle relative note links in case that was the problem.Environment
The text was updated successfully, but these errors were encountered: