knightli / markdown-assistant

atom assistant for markdown writer
MIT License
41 stars 5 forks source link

Markdown Assistant

An assistant for markdown writers.

For now there is only one feature:

Upload images from the clipboard

upload image

Prepare an uploader

You need prepare an uploader to upload image.

How?

  1. Find an uploader plugin and install it!

    you can find some of them here
    or search in atom with keywords uploader + assistant

  2. set uploader package name as uploader in settings.
    settings outter

  3. config your uploader package in settings for upload ( example )

Usage

  1. Take a screenshot or copy any image to the clipboard.
  2. Paste it into Atom by cmd + v (or ctrl + v).
  3. It's uploading now. Wait for secs.
  4. See preview for the uploaded image and maybe add a title for it.
  5. Press enter to insert the image.