InnovationEngine
InnovationEngine copied to clipboard
savable code blocks
which would enable data based codeblocks to be savable as files within docs, and the syntax for doing something like this would look like this in an exec-doc:
Plain Text
someKey:
nestedKey: value
deployment: true
...other keys/values...
In the same line where the codeblock type is specified yaml, you would give the codeblock an attribute save-as=
It wouldn't solve the issue where files external to the document are referenced but not present during execution, but it would allow for documents to use codeblocks as a mechanism to create files and that can then be referenced by commands in the document.
Would savable codeblocks be a useful solution for the current document?