Liking cljdoc? Tell your friends :D

Version 4

Clojars Project.

Supported environments

Any Clojure environment that uses the nREPL protocol should work fine with Notespace V4.

However, so far, only the Emacs CIDER environment has been tested extensively.

If you encounter any surprises, we would love to hear about them.

Setup

Leiningen

In your project, include Notespace as a dependency.

Also, add the following to your leiningen map. This will allow Notespace to listen to evaluation events in your environment through the nREPL protocol.

:repl-options {:nrepl-middleware [scicloj.notespace.v4.nrepl/middleware]}

Example project

Tools deps

In your project, add an alias that includes Notespace as a dependency and makes sure to run nREPL with the relevant middleware

"--middleware" "[scicloj.notespace.v4.nrepl/middleware,cider.nrepl/cider-middleware]"

Example project

Usage

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close