Current workflow that works but could be improved because it's so fragile
-
I delete all media associated to a post and re-upload everything when I update the post.
-
No longer true 🎉 I also change src of img in the post by using regex (from the relative reference created by rmarkdown to an absolute URL I got from the API after uploading the image) and it should be XPat stuff.
Current workflow that works but could be improved because it's so fragile
I delete all media associated to a post and re-upload everything when I update the post.
No longer true 🎉
I also change src of img in the post by using regex (from the relative reference created by rmarkdown to an absolute URL I got from the API after uploading the image) and it should be XPat stuff.