Skip to content

Hyperlinks and `values_first_mode`

Compare
Choose a tag to compare
@lukstafi lukstafi released this 18 Jan 22:25
· 267 commits to main since this release

PrintBox-only features: Optionally emit source code pointers as hyperlinks; values_first_mode which puts the result of a computation in the header, instead of the source code location of the computation. It's important to use values_first_mode when using hyperlinks, otherwise the tree nodes will not be foldable. Also, more compact printing of small sexp values (inline with the variable / function name).