image-helper
When you paste an image to a document (markdown, html or else), this package create a directory named "assets", store the image as a png file in it, and insert a relative image path in the document.
cm3 675 1 2.0.0 MIT GitHub

Image Helper

Formarly, this was Markdown Image Helper inspired by markdown-assistant

This Atom package creates a directory named assets, store the image as a png file in it, and insert a relative image path in the document. Documents can be in markdown, HTML or else. The name of the directory can be changed in the package setting.

Usage

  1. Take a screenshot or copy any image to the clipboard.
  2. Paste it into Atom editor

Example

  • Before

    before

  • After

    after