Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 975 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 975 Bytes

Build Status

playonline.el

Play code with online playgrounds.

Currently support:

The priority of official playground is higher than the third-party, it can be changed by modifying playonline-ground-alist.

Installation

Clone this repository, then add the following to your .emacs:

(add-to-list 'load-path (expand-file-name "~/.emacs.d/site-lisp/playonline"))
(require 'playonline)

Usage

M-x playonline

This function can be applied to:

  • buffer
  • region
  • block (or region in block) ;; requires org / markdown mode