-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Allow to disable the rendering of images #6
Comments
Hey, can you try out this branch? https://github.com/3rd/diagram.nvim/tree/feature/toggle |
The branch enables my use case! I did not test it exhaustively, but did not see any issue with the use case I described, thanks for the quick implementation! |
I find myself needing the same functionality. I see that some implementation was made but it does not appear that it was merged, any chance that you could merge it? |
Small bump here if you could merge this. Ditto what the man above said. P.s I would love it if you were able to work with render-markdown or the obsidian to copy over the functionality. |
It would be nice to have a command along the lines of
Diagrams <toggle|enable|disable> [bufnr]
that allows to disable the rendering of images for the current buffer.My main use case for such a feature is having a wiki using wiki.vim, where I browse & edit my entries through neovim.
I'd like to have images when browsing, but when editing I would not care much for having the images rendered automatically, especially since it adds a bit of latency on changing modes.
The text was updated successfully, but these errors were encountered: