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.
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]}
Documentation coming soon
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close