Exhibition
Exhibition copied to clipboard
Code Samples
It would be beneficial for exhibition to be able to generate sample code from the exhibition definition.
At first, we can just use the exhibit content directly. Potential improvements include replacing context.parameter(...)
with the default value for each parameter.
These snippets should be able to be selected + copied for use in a project.
Explorations in mjarvis/docs
including an extremely naive proof of concept that pulls the sample via sourcery from defaultValue
in type.staticVariables where name == "exhibit"