This small library offers a basic Clojure REPL workflow for creating visual notes (code + html result).
It is planned to serve as a rendering engine for Notespace.
We render the notes using gorilla-ui. Gorilla-ui is a Clojure library used in pink-gorilla for rendering visual elements using an superset of the Hiccup format. It offers declarative Hiccup-like wrappers for various Javascript visualization libraries.
See using-gorilla-notes.
npm install
shadow-cljs compile app
lein install
npm install
shadow-cljs watch app
gorilla-notes.core
namespace)See this topic thread for some explanations and discussion.
Copyright © 2020 Scicloj
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close