RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Markdown image uploads with EasyMDE and Active Storage

Markdown is an excellent choice to write rich content because it’s portable, format-free and, generally, more efficient than the alternatives.

However, one of the issues that usually come with the standard Markdown editors is image handling.

Most of them let us “import” images by pasting the URL into a markdown image tag, but that can get annoying over time.

In this tutorial, we will build an image upload feature into the EasyMDE editor using Rails and Active Storage.

https://avohq.io/blog/markdown-image-uploads-easy-mde-rails

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in