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.
- Host: GitHub
- URL: https://github.com/nextjournal/clerk-sublimed
- Owner: nextjournal
- License: isc
- Created: 2022-08-15T13:41:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T15:44:09.000Z (over 3 years ago)
- Last Synced: 2025-09-30T16:52:17.775Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.