Replies: 2 comments
-
I am seeing another error pop up now. In this case it has to do with the fact that not every note in my notebook is a markdown-file. I get an LSP-error ("not found") when I make a markdown-link from a markdown-file to a non-markdown file. (In this case, the file is source-code for gnuplot.) |
Beta Was this translation helpful? Give feedback.
-
Number 1 seems like a bug. Would you mind opening an issue on the Number 2 is expected. You are trying to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed two different annoyances, and I'm wondering if there be an easy fix for each.
readme.md
file in each directory in my tree. I also have a directorydoc/md
under which all of my notes generated with an automatic filename via ZkNew are stored. Indoc/md/readme.md
is a link that points back up to../../readme.md
, the top-levelreadme.me
. Whenever I look at this file in neovim, LSP shows a warning,Ambiguous link to document '../../readme.md'
.readme.md
files, I want to make a link that points to a directory. For example, the top-levelreadme.md
has a link[cosmos-config](cosmos-config/)
. It seems as though this ought to open netrw on that directory in neovim. Anyway, it works well in Bitbucket when I browse the markdown there. But in neovim, LSP gives an ERROR:not found
.Beta Was this translation helpful? Give feedback.
All reactions