Liking cljdoc? Tell your friends :D

gorilla-notes

TODO: Update README after breaking 0.6.0 version.

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.

Clojars Project

Screenshot

screenshot

Usage

See using-gorilla-notes.

Building and installing

  • npm install
  • shadow-cljs compile app
  • lein install

Live development and exploration

  • npm install
  • shadow-cljs watch app
  • open a Clojure (JVM) REPL and connect your favourite editor
  • play with both the Clojure and the Clojurescript code (see the rich comment at the main gorilla-notes.core namespace)

Discussion

See this topic thread for some explanations and discussion.

License

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