markdown-image-helper
When paste image to markdown ,this will make a directory name "assets" and will paste the image as a png file in this image ,then will insert a relative image url
bigyuki 5,880 20 1.0.4 MIT GitHub

Markdown Image Helper

An Atom plugin for Markdown grammar. Create image file relative to the markdown file and insert a relative url to that file.

Usage

  1. Take a screenshot or copy any image to the clipboard.
  2. Paste it into Atom markdown editor
  3. See that an directory name "assets" was create, and the directory has a png file, and a url was inserted.

Example

  • Before

    before

  • After

    after