Skip to content

Instantly share code, notes, and snippets.

View rzjnzk's full-sized avatar

Robert Zack Jaidyn Norris-Karr rzjnzk

View GitHub Profile
@rzjnzk
rzjnzk / se-image-paste.user.js
Created May 29, 2019 10:40 — forked from chrahunt/se-image-paste.user.js
Add image-pasting capability to StackEdit markdown editor.
// ==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