3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
968 stars 37 forks source link

Support Rendering Mermaid Diagrams #207

Closed 3rd closed 3 weeks ago

3rd commented 4 weeks ago

Discussed in https://github.com/3rd/image.nvim/discussions/206

Originally posted by **cpaika** August 14, 2024 It would be really cool to support rendering images from mermaid diagrams. So like you'd have a block of text: ``` graph LR hello --> goodbye ``` That would render when you weren't editing it into an image. (Similar to how Markdown works here in Github): ```mermaid graph LR hello --> goodbye ``` This was mentioned here, unsure of where it landed: https://github.com/3rd/image.nvim/discussions/29#discussioncomment-7164850
3rd commented 4 weeks ago

This is now supported by using a different plugin: https://github.com/3rd/diagram.nvim