This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name StackEdit Image Extension | |
// @namespace http://chri.sh/ | |
// @version 0.4.1 | |
// @description Add image-pasting capability to StackEdit editor. | |
// @author chrahunt | |
// @match https://stackedit.io/editor | |
// @run-at document-end | |
// @grant none | |
// @downloadURL https://gist.github.com/chrahunt/c27686b095a390c26ff8/raw/se-image-paste.user.js |