Fork me on GitHub
#clerk
<
2023-02-06
>
Carsten Behring21:02:27

I put here some emacs lisp function to integrate Clerk's Tap viewer in cider-inspector: https://github.com/behrica/clerk-mode/blob/main/clerk-mode.el So you can visualize values in Clerk using Cider's tap inspector, including choosing a viewer

❤️ 4
Sam Ritchie22:02:17

Phew, done with my “custom ClojureScript” template, finally! Here is an example of the project produced by the clerk-utils/custom template: https://github.com/mentat-collective/clerk-utils-custom-template static build generated from that template site: https://mentat.org/clerk-utils-custom-template/ official 0.3.0 release announcement, including this template: https://clojurians.slack.com/archives/C06MAR553/p1675723999083809

🎉 6
Sam Ritchie22:02:42

next step is to add guides for “How to Use With Clerk” to projects like http://mafs.mentat.org. Q: should I add specializations of the template to each of those projects, so mentat-collective/mafs has a template that sets up a clerk project with mafs already installed, for example?

❤️ 6
Sam Ritchie18:02:46

Okay, done for Mafs.cljs: • https://mafs.mentat.org/#mafs.cljs-via-scihttps://mafs.mentat.org/#mafs.cljs-via-clerk I’m also going to add a deps-new template called mafs/clerk, then release: https://github.com/mentat-collective/Mafs.cljs/pull/10

🙌 2
pfeodrippe01:02:01

Pretty coooool!! It seems that the link in the beginning for this source file expects a $GIT_SHA that's not being automatically replaced o/

Sam Ritchie01:02:26

@U5R6XUARE whoops, good catch! I backed out my code that did that substitution since the link at the top of the page gets it done, but forgot about this usage… I’ll get it fixed up. thank you!

sheepy 2