nextjournal

Ash 2021-11-17T20:12:58.120500Z

πŸ‘ for Clerk. But was 20 an arbitrary cut-off for eliding?... I’m using build-static-app! and it would be nice if the 20 cut-off was actually a parameter. I’m working around by slicing into sub-sequences with length <= 20, then visualising each one of those sub-sequence.

mkvlr 2021-11-17T20:21:18.120600Z

hey πŸ‘‹ you can change this by changing the :n value in :fetch-opts in the viewer, should be around here https://github.com/nextjournal/clerk/blob/main/src/nextjournal/clerk/viewer.cljc#L158

mkvlr 2021-11-17T20:22:24.120900Z

you can override the defaults by updating the value in the !viewers atom in :root or change things using clerk/set-viewers! per namespace

mkvlr 2021-11-17T20:22:44.121100Z

though documentation is currently a bit sparse on this, but we’re working on it

Ash 2021-11-17T22:24:28.121300Z

πŸ‘πŸ˜ƒ ….great, thank you for letting me know about those options to override.