Daniel Slutsky
Daniel Slutsky
Thanks, @zcaudate. I'll do the changes as you suggested. There is some experimental support for animations using Quil -- see the tutorial: https://scicloj.github.io/notespace/doc/notespace/v3-experiment1-test/index.html
There isn't yet a notion of nested notespaces. :)
Currently at Notespace, the client-side is one compiled bundle of dependencies. Upcoming tools such as [Goldly](https://github.com/pink-gorilla/goldly) and [Clerk](https://nextjournal.com/mk/clerk-clojured) are separating client-side dependencies into modules so that some of them can...
Thanks, @joinr. In few days, we will share an initial version of Notespace v4, and it will be interesting to check if the problem persists there. The frontend (gorilla-notes) will...
Great idea @genmeblog .
The current rendering engine is based on Gorilla-notes, which currently uses Tailwind CSS. It may be a good idea to rethink this, so let us leave this open.
Hi @jonadelson, thanks! Following your comment, I now deployed a small change that allows configuring the source base path. ```clj (notespace.api/update-config #(assoc % :source-base-path "src/main/clojure")) ``` should make it work...
Thanks @jonadelson ! In general, notespace API function calls are not recommended to be part of the notespace itself, but rather live inside comments (or be called from the REPL...
Need to think how to handle [generic functions](http://adv-r.had.co.nz/S3.html), where the expected arguments depend on the type of some of the arguments. See this example, inspecting the `mean` function: https://scicloj.github.io/clojuress/resources/public/clojuress/v1/tutorial-test/index.html#inspecting-R-functions
Fixed link after renaming the project: https://scicloj.github.io/clojisr/resources/public/clojisr/v1/tutorial-test/index.html#inspecting-R-functions