markdown-images

Paste images in markdown with git repository

jsonbruce

1,482

2

0.1.0

MIT

GitHub

Markdown Images

markdown-images uses remote git repository, like GitHub, to provide you image URL.

Introduction

What does this plugin do?

  1. Read image from clipboard and write it to git repository with name of SHA-256 value (Content-based Addressing)
  2. Add, Commit and Push to remote repository
  3. Return a remote image URL

Which repositories do we support?

You just need to create a repository in these providers, and clone to your local computer.

Installation

This plugin can be installed via Atom's GUI or via the command line:

apm install markdown-images

Settings

Keybindings

Shortcuts Functionality
cmd-shift-v Paste Image

Examples

![](https://github.com/jsonbruce/NoteImages/raw/master/d22028cd8a75ff3c0c0c4dcdb4e03203d8f150690bc362a12fd47455dce89ba3)
![](https://gitlab.com/jsonbruce/NoteImages/raw/master/d22028cd8a75ff3c0c0c4dcdb4e03203d8f150690bc362a12fd47455dce89ba3)

Changelog

See CHANGELOG

License

University of Illinois/NCSA Open Source License