iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.82k stars 284 forks source link

Link to another file #699

Open Fizzify opened 1 month ago

Fizzify commented 1 month ago

Describe the bug Why doesn't it link to another markdown file?

To Reproduce Code:

This is [a link](Tomorrow.md)

(I've already tried /Tomorrow.md)

Expected behavior Go to the other markdown file

Screenshots image image

Desktop (please complete the following information):

A-Z-X-R commented 1 month ago

Uhh, what is the issue here? The plugin links just fine. What are you even trying to point out?

jrowa2 commented 1 month ago

Uhh, what is the issue here? The plugin links just fine. What are you even trying to point out?

Hi, I think what they may be saying is that following links to other markdown files in a preview will result in a 404 error. At least, this happens on my OS. e.g. main README contains links to others, but we (I) cannot follow these in the preview

A-Z-X-R commented 1 month ago

Uhh, what is the issue here? The plugin links just fine. What are you even trying to point out?

Hi, I think what they may be saying is that following links to other markdown files in a preview will result in a 404 error. At least, this happens on my OS. e.g. main README contains links to others, but we (I) cannot follow these in the preview

Ok well yeah, me too. Is this plugin still being developed 🫠

Zik42 commented 1 week ago

Also looking for a solution here; it would be great to have one! ❤️