Code Editors + Viewers:
clojure -X:goldly
Navigate your webbrowser to port.
Codemirror snippets are in running systems
/ snippet-registry
This library provides the pinkie ui renderer [:p/codemirror id atom path]
You can add either just the ui renderer [ui.code.goldly.core], or can also add the snippets [ui.code.goldly.snippets].
Add this alias to your deps.edn:
:goldly
{:extra-deps {org.pinkgorilla/goldly {:mvn/version "0.2.39"}
org.pinkgorilla/ui-code {:mvn/version "0.0.3"}}
:exec-fn goldly-server.app/goldly-server-run!
:exec-args {:profile "watch"
:config {:goldly {:extensions [[ui.code.goldly.core]
[ui.code.goldly.snippets]
]}}}}
src/goldly
.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close