This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-13
Channels
- # announcements (4)
- # babashka (72)
- # beginners (86)
- # biff (24)
- # boot (1)
- # calva (71)
- # cherry (1)
- # cider (8)
- # clerk (7)
- # clj-kondo (23)
- # clojure (78)
- # clojure-art (3)
- # clojure-austin (2)
- # clojure-europe (18)
- # clojure-hamburg (6)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojure-uk (2)
- # clojuredesign-podcast (21)
- # clojurescript (17)
- # conjure (1)
- # cursive (18)
- # datahike (7)
- # datomic (7)
- # emacs (1)
- # etaoin (5)
- # events (1)
- # figwheel-main (4)
- # graalvm (37)
- # graphql (1)
- # humbleui (12)
- # hyperfiddle (10)
- # introduce-yourself (1)
- # jobs-discuss (7)
- # kaocha (1)
- # malli (5)
- # off-topic (12)
- # pathom (12)
- # practicalli (1)
- # reitit (11)
- # releases (2)
- # shadow-cljs (45)
- # tools-build (33)
- # wasm (18)
hot off the presses: io.github.nextjournal/clerk {:mvn/version "0.14.919"}
ā¢ š¦ https://clojars.org/io.github.nextjournal/clerk/versions/0.14.919
ā¢ š https://book.clerk.vision
ā¢ šŖµhttps://github.com/nextjournal/clerk/blob/e0030c63e79b0b75080afde67de21e5189e8b101/CHANGELOG.md#014919-2023-06-13
I like being able to click through from the start up page to the notebook and see what cells have evaluated. Thanks!
Lovely to see an update! Thanks! Quick observation. When clerk/fragment
is used to emit for example markdown chapters, they are not visible in TOC.
(clerk/fragment
(clerk/md "## some")
(clerk/md "## other"))
right, this is intentional. We think it will be beneficial to get the table of contents without needing to evaluate the document, especially when bundling a collection of notebooks into a book. Should be possible to opt into adding dynamic markdown nodes to the toc with a custom viewer.