An open API service indexing awesome lists of open source software.

https://github.com/nextjournal/clerk-sublimed

A Sublime Text command to show your Clerk notebooks.
https://github.com/nextjournal/clerk-sublimed

Last synced: 3 months ago
JSON representation

A Sublime Text command to show your Clerk notebooks.

Awesome Lists containing this project

README

          

# A Sublime Text command to show your [Clerk](https://github.com/nextjournal/clerk) notebooks

Clerk Sublimed gives you a simple command (`Clerk Sublimed: Show`) to evaluate your Clerk notebooks via Sublime Text. Make sure to bind this command to a keybinding of your choice. (We recommend Option Command Enter on Mac or Ctrl Alt Enter for other machines.)

This package requires the [Clojure Sublimed](https://github.com/tonsky/Clojure-Sublimed) package to be installed and active. It also requires an active REPL connection (make sure you ran "Clojure Sublimed: Connect"), otherwise it will fail silently.

## Get started

- Make sure to install the [Clojure Sublimed](https://github.com/tonsky/Clojure-Sublimed) package. Clerk Sublimed only works together with Clojure Sublimed.
- Make sure to connect to your REPL via `Clojure Sublimed: Connect`.
- Open a Clerk notebook and run `Clerk Sublimed: Show` to evaluate the notebook.
- Configure key bindings using `Preferences: Clerk Sublimed Key Bindings`.