Liking cljdoc? Tell your friends :D

Version 4

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:

Clojars Project.

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]}

Tools deps

Documentation coming soon

Usage

Can you improve this documentation?Edit on GitHub

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

× close