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
But the LSP fails to resolve the link. The document does have an id inside its frontmatter and the autocompletion works fine, but the LSP can't find the doc.
Hello, @ahmedelgabri. I thing the issue is with your link-format. LSP works pretty fine with the following custom format:
link-format = "[[{{filename}}|{{title}}]]"
Thanks @sivaplaysmC, that was also my guess but what confused me, is that I took it from the docs website and I assumed because it was there that it will work. Maybe the docs need to be updated and avoid adding examples that doesn't work to avoid confusion.
Check if applicable
Describe the bug
I have the same exact problem right now as #264 . My
link-format
is taken from the docs https://zk-org.github.io/zk/notes/note-format.html#customizing-the-markdown-links-generated-by-zkBut the LSP fails to resolve the link. The document does have an
id
inside its frontmatter and the autocompletion works fine, but the LSP can't find the doc.How to reproduce?
test.zip
Check the link in
b.md
, LSP can't resolvea.md
using the customlink-format
inside.zk/config.toml
zk configuration
Environment
The text was updated successfully, but these errors were encountered: