2
votes

I'm trying to insert an image inside a blogdown post. I'm using the Hugo Academic Theme, with the repo on Github and deployed with Netlify. When I write a new post and I use the addin that offer a GUI for images with the blogdown:::insert_image_addin() command. With the GUI I select my local image (like in the image below) and I have the markdown syntax for images with the linked picture.

GUI for images.

However, there isn't the image in the linked location, so I have to move it manually. Is it normal? there are other quick methods to insert local images?

1
Sounds like a bug of this addin on Windows (I tested it on macOS and it worked fine). Please file an issue to github.com/rstudio/blogdown/issues and @lcolladotor there. Thanks! - Yihui Xie
This is indeed a bug. See github.com/rstudio/blogdown/issues/397 now - cderv

1 Answers

0
votes

This was a bug on blogdown and has now been fixed in current devel version.

You can do

remotes::install_github("rstudio/blogdown")

to get the fix.

It we'll be included in next CRAN release Blogdown >= 0.15

See PR 398