markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

image not preview

Open hyawara opened this issue 1 year ago • 3 comments

windows env

My image path uses an absolute path, which can be displayed normally on obsidian. but markdown-preview.nvim not.

image

hyawara avatar May 30 '24 03:05 hyawara

You can try '/' to guide the path (Windows ❤️ Linux). In my case, using relative path can fix that

RaidOpe avatar Jun 07 '24 03:06 RaidOpe

You can try '/' to guide the path (Windows ❤️ Linux). In my case, using relative path can fix that relative path is ok.

and I was wondering why the absolute path is not work

hyawara avatar Jun 10 '24 15:06 hyawara

You can try '/' to guide the path (Windows ❤️ Linux). In my case, using relative path can fix that relative path is ok.

and I was wondering why the absolute path is not work

A little look at the source code shows that the original author prefers to use MD notes with relative paths.

This is reason why it works with relative path

I find there is a Contributor PR the root path

But now that the original author has abandoned the project and hopes that there will be enthusiasts to update the project in the future, this is a good plugin

RaidOpe avatar Jun 29 '24 07:06 RaidOpe