Fork me on GitHub
#clerk
<
2023-06-13
>
otfrom13:06:52

I like being able to click through from the start up page to the notebook and see what cells have evaluated. Thanks!

šŸ’Æ 2
šŸ–¤ 2
seb23115:06:04

ah! I was just about to look into whether I could use interactive links šŸ‘ thanks!

genmeblog14:06:22

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"))

mkvlr14:06:11

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.

genmeblog14:06:58

Would be cool to have such option. My use case is a codox like doc (check fastmath notebooks) and list of all symbols in TOC.

šŸ‘ 2