Create linkode.org snippets using emacs
  • Emacs Lisp 100%
Find a file
Erick Navarro 8bfb80ca04
fix: linkode.org URLs now require to have a # before the snippet UID
just insert a # in the resulting URL before copying it to clipboard
2026-06-04 21:52:33 -06:00
.gitignore Initial commit 2018-12-15 17:27:57 -05:00
LICENSE Change LICENSE 2020-05-31 21:23:20 -05:00
linkode.el fix: linkode.org URLs now require to have a # before the snippet UID 2026-06-04 21:52:33 -06:00
README.md Add melpa badge 2020-08-19 09:09:10 -05:00

linkode.el

MELPA

Send buffer or region code to linkode.org to generate an image.

Installation

Cloning the repo

Clone this repo somewhere

Add this to your config

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

(require 'linkode)

Using use-package

(use-package linkode
  :ensure t)

Usage

M-x linkode-region to use the selected region

M-x linkode-buffer to use the buffer content

The code will be send to linkode and the resulting link will be copied to the clipboard