clerk

Alex 2025-03-06T12:54:02.762559Z

I have a notebook that starts by loading a file from resources, and then uses the data from the file to render expressions. Is there a way to setup file watcher such that the notebook is re-rendered every time the resource file is updated?

Alex 2025-03-07T09:41:04.936769Z

Since the file I was working with is a JSON document, I went by transforming it into EDN and embedding it in the notebook. When I'm done tinkering with it, I just transform it back to JSON. This also allows me to have comments in the middle of the document, so works for me. 😄