clerk icon indicating copy to clipboard operation
clerk copied to clipboard

Can glob paths be sorted?

Open narimiran opened this issue 1 year ago • 0 comments

Clerk can make a static HTML build from a collection of notebooks. The entry point for this is the nextjournal.clerk/build! function. You can pass it a set of notebooks via the :paths option (also supporting glob patterns).

When using glob pattern (clojure/day*.clj), the resulting index looks like this, all over the place:

image

Is there an option, or: could there be an option, to make this sorted?

narimiran avatar Oct 25 '24 12:10 narimiran