Is there a way to reload images so they display changes made to them? #2464
Unanswered
Matixannder
asked this question in
Q&A
Replies: 1 comment 3 replies
|
Can you create an issue? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Coming from image.nvim, I started to use this plugin because it is less buggy for displaying images inside a Kitty and TMUX and I loved it (so thank you very much for this tool btw).
The reason I ask this question is because I'm starting to use Inkscape for engineering drawings and sometimes I need to make some changes to drawings already finished to polish some details or resize the resulting image to something that fits better on the window's display. The problem is that I haven't found a way to do it without having to remove the cache images manually and then restarting the whole Neovim session.
The closest related thread I found about this same topic is this, so I got pretty confused thinking "oh so there is a way to reload the images". Now after looking for something for a while I'm thinking that maybe I misinterpreted what the issue and its corresponding fix meant.
The first idea I got was to create a script bound to a user command that would check if the cursor is over an image link
in markdown (of the type "", and then look for a match inside the cache folder and delete it and then perform a reload but as I said, I haven't found the way to do that.
All reactions