erickgnavar / pastimage

Emacs package to insert image link from clipboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pastimage

Insert images links from clipboard, it has support for org-mode, markdown-mode and rts-mode.

For now it only works on macOS, but support for other systems is comming.

Installation

Cloning the repo

Clone this repo somewhere, and add this to your config:

(add-to-list 'load-path "path where the repo was cloned")

(require 'pastimage)

Usage

Copy some image into clipboard and then execute:

M-x pastimage-insert-from-clipboard

About

Emacs package to insert image link from clipboard

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%