You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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"
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.
The text was updated successfully, but these errors were encountered: