π 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.
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
you can override the defaults by updating the value in the !viewers atom in :root or change things using clerk/set-viewers! per namespace
though documentation is currently a bit sparse on this, but weβre working on it
ππ β¦.great, thank you for letting me know about those options to override.