Nicolas Hoizey

Results 254 comments of Nicolas Hoizey

Hello David, my plugin uses Cloudinary's fetch API: https://cloudinary.com/documentation/fetch_remote_images#remote_image_fetch_url The URL produced for your site should contain the full URL to the source image at the end. The protocol and...

> How do you take advantage of the 'auto-upload remote' feature? I don't. As Aleksandar tells you in his message (thanks for sharing), the Fetch API behaves differently. I find...

@eeeps hi Eric, would you still recommend use ``, a few months later?

Thanks a lot for the details @eeeps! I choose the `` path for this silly plugin easing sharing of Giphy animated GIFs: https://github.com/nhoizey/nicolas-hoizey.com/blob/master/_plugins/giphy.rb I wonder if I could/should make it...

@eeeps thanks for the link, very useful! Here what I already did: https://nicolas-hoizey.com/2018/08/using-cloudinary-s-fetch-api-to-convert-an-animated-gif-to-a-video.html

@danielcgold the plugin currently doesn't query Cloudinary's API at all, but it should be possible indeed.

@danielcgold this is really interesting! I see a few improvements: - we should use [Cloudinary's gem](https://cloudinary.com/documentation/rails_integration) instead of building our own API calls - we should also add settings to...

The caption is already parsed for Markdown: https://github.com/nhoizey/jekyll-cloudinary/blob/master/lib/jekyll/cloudinary.rb#L162-L165 What kind of HTML would you like to add, that you can't write as Markdown?

Hi @kennedy, there is nothing like that in this plugin, sorry. Would you be able to provide a pull request?

@mohkale I didn't test yet, but read the code, and I see there's a comment saying there's an issue with "the collection still generates a StaticFile instance for the post...