MeanderingProgrammer / render-markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
1.73k stars 38 forks source link

Ability to preview images #68

Closed atticus5 closed 3 months ago

atticus5 commented 3 months ago

Is your feature request related to a problem? Please describe.

I would like to be able to preview the images specified in the Markdown file.

Describe the solution you'd like

I've seen there is a nvim plugin able to render images image.nvim

Describe alternatives you've considered

None.

Additional information

No response

mixtli commented 3 months ago

FYI, images just work for me fine in kitty using this plugin and 3rd/image.nvim

MeanderingProgrammer commented 3 months ago

As mentioned above image.nvim should just work if you have it setup.

I will not be integrating this plugin directly, nor is there going to be an attempt to format the images.

But from what I've tested locally the 2 plugins should co-exist well enough.

Will add a note about image support to the README.