clerk
clerk copied to clipboard
⚡️ Moldable Live Programming for Clojure
Possible visual glitch: data viewer inside `caption` cuts off beginning of value when value is large
## Description In my document, I can't see `{:dur` in the results viewer:  - I can see everything if I remove `clerk/caption` - I can see everything if I...
 pastes as: ``` {:what " the hell"} ``` I think it's this `.inline-flex` hiding the actual whitespace given by the div element https://github.com/nextjournal/clerk/blob/c92ebe569f706a99c45b569b5499d28ccdc7684f/src/nextjournal/clerk/render.cljs#L410-L417 but...
> Clerk can make a static HTML build from a collection of notebooks. The entry point for this is the nextjournal.clerk/build! function. You can pass it a set of notebooks...
Installed clerk to a project, and get this upon trying to run it. Both in repl and browser: 
Since the most recent version it is possible to load .cljs files from Clerk viewers using `:require-cljs true`. This works fine, but when I try to require a library in...
So they're all compiled with ClojureScript instead of interpreted through sci.
While working with Clojure, Clerk and OpenCV I noticed that while requiring a python library works as soon as one is invoking a function it'll report an error in Clerk....
In order to support loading of ES6 modules.
Should be surfaced automatically like other viewer eval errors.